You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the Docker image locally fails for me with the current error message:
=> ERROR [5/8] COPY log4j.xml artifact/teigarage.wa[r] /tmp/ 0.0s
------
> [5/8] COPY log4j.xml artifact/teigarage.wa[r] /tmp/:
------
Dockerfile:60
--------------------
58 |# these war-files are zipped so we need to unzip them twice
59 |#conditional copy in docker needs a strange hack
60 | >>> COPY log4j.xml artifact/teigarage.wa[r] /tmp/
61 |
62 | RUN if [ "$BUILDTYPE"="local" ] ;then \
--------------------
ERROR: failed to solve: lstat /var/lib/docker/tmp/buildkit-mount2342262845/artifact: no such file or directory
Yes, the docker behavior on conditional copy seems to have changed, I updated the Dockerfile accordingly and my local build doesn't throw the error message anymore
Building the Docker image locally fails for me with the current error message:
I'm wondering whether
TEIGarage/Dockerfile
Line 60 in b307b73
is actually needed (anymore)?
The text was updated successfully, but these errors were encountered: