sven
sven
Are there any update for that ticket? We have a similar problem, if we set an JAVA_HOME ENV in our Dockerfile and if we try to use it, we got...
We have found a soltuion for that: 1. Parent Dockerfile now do that: `RUN export JAVA_HOME` 2. Child Dockerfile now use it like that: `ENV local_java_home "$JAVA_HOME"` (before it was...
Is that Bug now resolved? I use the version 0.33.0 and it does not work correct. Only the _latest_ image were deleted, as mentioned before. my config locks like that:...