kaniko/pkg/executor
Logan Price 14b2ea5528
feat: ensure images layers correspond with the image media type (#2719)
Ensure zstd compression only gets applied to oci images.
When adding a layer to an image ensure that they are compatable if not convert them.
Create function to convert mediatypes between oci and docker types.
2023-09-13 10:49:56 -07:00
..
build.go feat: ensure images layers correspond with the image media type (#2719) 2023-09-13 10:49:56 -07:00
build_test.go feat: ensure images layers correspond with the image media type (#2719) 2023-09-13 10:49:56 -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 chore: unnecessary use of fmt.Sprintf (#2717) 2023-09-01 09:44:31 -07:00
fakes.go feat: ensure images layers correspond with the image media type (#2719) 2023-09-13 10:49:56 -07:00
push.go Change condition for the behavior when --no-push=true without --destinations (#2676) 2023-08-17 09:53:59 -07:00
push_test.go Change condition for the behavior when --no-push=true without --destinations (#2676) 2023-08-17 09:53:59 -07:00