kaniko/pkg/cache
tsufeki 4af795bf4a Use current platform when fetching image in warmer
Cache warming fetched images without specifying platform, which resulted
in always pulling default linux/amd64. Even when kaniko was built and
run on arm64.

This change brings warmer's behaviour in line with executor's by
specifying runtime.GOOS/GOARCH.

Fixes #1372
2020-08-07 15:52:15 +02:00
..
cache.go Remove use of DefaultTransport 2020-05-20 11:43:13 +02:00
doc_test.go refactor cache.Warm and add tests 2020-01-10 12:29:17 -08:00
errors.go refactor cache.Warm and add tests 2020-01-10 12:29:17 -08:00
warm.go Use current platform when fetching image in warmer 2020-08-07 15:52:15 +02:00
warm_test.go refactor cache.Warm and add tests 2020-01-10 12:29:17 -08:00