kaniko/pkg/executor
JeromeJu 6ee84f128d
Change condition for the behavior when --no-push=true without --destinations (#2676)
This commit changes the condition check for the behavior when no-push is
set to true while destinations are needed. Prior this change, users would
have to set destinations even when noPush option is set to true. More
specifically, a workaround for tar files to be generated when --no-push is
true and destinations is empty is provided where a dummy destination would be
set.
2023-08-17 09:53:59 -07:00
..
build.go Fix multistage caching with COPY --from (#2559) 2023-06-16 10:56:05 -07:00
build_test.go Fix multistage caching with COPY --from (#2559) 2023-06-16 10:56:05 -07:00
composite_cache.go Fix .dockerignore for build context copies in later stages (#1447) 2020-10-08 12:47:14 -07:00
composite_cache_test.go test: use `T.TempDir` to create temporary test directory (#1918) 2022-02-07 13:27:34 -05:00
copy_multistage_test.go Fix fs_util tests failing on systems with /tmp mountpoint (#2583) 2023-06-19 12:01:20 -07:00
fakes.go Fix multistage caching with COPY --from (#2559) 2023-06-16 10:56:05 -07:00
push.go Change condition for the behavior when --no-push=true without --destinations (#2676) 2023-08-17 09:53:59 -07:00
push_test.go Change condition for the behavior when --no-push=true without --destinations (#2676) 2023-08-17 09:53:59 -07:00