kaniko/pkg/util
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
..
bucket_util.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
command_util.go Improve IsDestDir functionality with filesystem info 2018-10-11 11:11:12 +01:00
command_util_test.go Replace gometalinter with GolangCI-Lint 2018-09-11 13:30:42 -07:00
fs_util.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
fs_util_test.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
image_util.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
image_util_test.go parse arg commands at the top of dockerfiles (#404) 2018-11-06 15:27:09 -08:00
tar_util.go More linting errors 2018-09-11 14:58:25 -07:00
tar_util_test.go Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util.go code review comments 2018-09-07 16:03:56 -07:00