kaniko/pkg/commands
Priya Wadhwa 7080a8dd69 Add specific files from tar archives to list of snapshotted filesa
I changed UnpackLocalTarArchive to return a list of files that were
extracted, so that the list of snapshotted files for ADD is more
accurate. Previously, we used to add all files in the extracted dir to
be snapshotted, but this could result in preexisting files being
snapshotted again.
2018-08-27 13:44:39 -07:00
..
add.go Add specific files from tar archives to list of snapshotted filesa 2018-08-27 13:44:39 -07:00
arg.go Update deps 2018-07-31 16:23:23 -07:00
cmd.go Update deps 2018-07-31 16:23:23 -07:00
cmd_test.go Update deps 2018-07-31 16:23:23 -07:00
commands.go Update deps 2018-07-31 16:23:23 -07:00
copy.go Snapshot only specific files for COPY 2018-08-27 11:39:00 -07:00
entrypoint.go Update deps 2018-07-31 16:23:23 -07:00
entrypoint_test.go Update deps 2018-07-31 16:23:23 -07:00
env.go Update deps 2018-07-31 16:23:23 -07:00
env_test.go Update deps 2018-07-31 16:23:23 -07:00
expose.go Update deps 2018-07-31 16:23:23 -07:00
expose_test.go Update deps 2018-07-31 16:23:23 -07:00
healthcheck.go Update deps 2018-07-31 16:23:23 -07:00
label.go Update deps 2018-07-31 16:23:23 -07:00
label_test.go Update deps 2018-07-31 16:23:23 -07:00
onbuild.go Update deps 2018-07-31 16:23:23 -07:00
onbuild_test.go Update deps 2018-07-31 16:23:23 -07:00
run.go Set default home value (#281) 2018-08-10 12:58:07 -07:00
run_test.go Set default home value (#281) 2018-08-10 12:58:07 -07:00
shell.go Update deps 2018-07-31 16:23:23 -07:00
shell_test.go Update deps 2018-07-31 16:23:23 -07:00
stopsignal.go Update deps 2018-07-31 16:23:23 -07:00
stopsignal_test.go Update deps 2018-07-31 16:23:23 -07:00
user.go Update deps 2018-07-31 16:23:23 -07:00
user_test.go Update deps 2018-07-31 16:23:23 -07:00
volume.go Always snapshot files in COPY and RUN commands 2018-08-23 18:23:39 -07:00
volume_test.go Update deps 2018-07-31 16:23:23 -07:00
workdir.go Always snapshot files in COPY and RUN commands 2018-08-23 18:23:39 -07:00
workdir_test.go Update deps 2018-07-31 16:23:23 -07:00