* 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> |
||
|---|---|---|
| .. | ||
| build.go | ||
| build_test.go | ||
| composite_cache.go | ||
| composite_cache_test.go | ||
| copy_multistage_test.go | ||
| fakes.go | ||
| push.go | ||
| push_test.go | ||