kaniko/pkg/dockerfile
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
..
buildargs.go Fix Integration tests (#2425) 2023-03-21 12:30:54 -04:00
dockerfile.go Fix multistage caching with COPY --from (#2559) 2023-06-16 10:56:05 -07:00
dockerfile_test.go Fix multistage caching with COPY --from (#2559) 2023-06-16 10:56:05 -07:00