kaniko/pkg/executor
dlorenc 063663e17b
Skip unpacking the base FS if there are no run commands (or only cached ones). (#440)
This is the final part of an optimization that I've been refactoring towards for awhile.
If the Dockerfile consists of no RUN commands, or cached RUN commands, followed by metadata-only
operations, we can skip downloading and unpacking the base image.
2018-11-12 12:51:45 -06:00
..
build.go Skip unpacking the base FS if there are no run commands (or only cached ones). (#440) 2018-11-12 12:51:45 -06:00
build_test.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
composite_cache.go Use only the necessary files in the cache keys. (#387) 2018-10-15 08:56:34 -05:00
push.go Preserve options when doing a cache push (#423) 2018-11-06 15:44:44 -06:00