kaniko/pkg/cache
Max Walther 1ee4140024
Try to warm all images and warn about errors (#1653)
When providing multiple images to warm, the warmer stops at the first error.
There are use cases however where an image is provided to the warmer which does not yet exist on purpose (e.g. CI/CD latest image only created at first release).
Thus we want to try all given images and only error if none of them work.
2021-06-04 10:07:57 -07:00
..
cache.go feat(warmer): Warmer now supports all registry-related flags (#1499) 2020-12-10 22:55:43 -08:00
doc_test.go feat(warmer): Warmer now supports all registry-related flags (#1499) 2020-12-10 22:55:43 -08:00
errors.go refactor cache.Warm and add tests 2020-01-10 12:29:17 -08:00
warm.go Try to warm all images and warn about errors (#1653) 2021-06-04 10:07:57 -07:00
warm_test.go feat(warmer): Warmer now supports all registry-related flags (#1499) 2020-12-10 22:55:43 -08:00