kaniko/pkg/dockerfile
dlorenc 7611ea7a1d
Add support for COPY --from=<an unrelated image>. (#479)
Right now kaniko only supports COPY --from=<another stage>.
This commit adds support for the case where the referenced image is a remote image
in a registry that has not been used as a stage yet in the build.
2018-12-06 12:44:03 -06:00
..
buildargs.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
dockerfile.go Add support for COPY --from=<an unrelated image>. (#479) 2018-12-06 12:44:03 -06:00
dockerfile_test.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00