kaniko/integration_tests/dockerfiles/Dockerfile_test_scratch

5 lines
74 B
Plaintext

FROM scratch
ADD context/foo /foo
ENV hello hello
ADD context/foo /$hello