kaniko/pkg/executor
Kraev Sergei eea12bd025
Fix multistage caching with COPY --from (#2559)
* Removed block on use --cache-copy-layers with multistage builds
* Removed using digest in composite key with command COPY --from
* COPY --from command uses src as file context (only changed files will be reason for change hash)
* ARG and ENV changed before COPY dont change composite key
* Add and fix some tests
* Caching work same as caching in docker buildx

Co-authored-by: Sergei Kraev <skraev@tradingview.com>
2023-06-16 10:56:05 -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 Integration tests (#2425) 2023-03-21 12:30:54 -04:00
fakes.go Fix multistage caching with COPY --from (#2559) 2023-06-16 10:56:05 -07:00
push.go Add mTLS (client cert) registry authentication (#2180) 2023-05-18 14:20:51 -07:00
push_test.go Fix Integration tests (#2425) 2023-03-21 12:30:54 -04:00