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
Skaffold correctly builds dockerfiles with multiline ENV commands.
Actual behavior
Skaffold fails with
FATA[0000] build failed: building [test-build-with-multiline-env]: build artifact: COPY failed: stat <redacted>/tmp/docker-builder563927127/b/file: no such file or directory
Information
Skaffold version: master
Operating system: Linux
Steps to reproduce the behavior
preparation:
# prepare folders environment:
mkdir b &&echo"file in dir b"> b/file
mkdir a &&echo"file in dir a"> a/file
Expected behavior
Skaffold correctly builds dockerfiles with multiline ENV commands.
Actual behavior
Skaffold fails with
Information
Steps to reproduce the behavior
preparation:
skaffold.yaml
:Dockerfile
:skaffold build
fails, whereasdocker build .
works fineThe text was updated successfully, but these errors were encountered: