kaniko/pkg/executor
Lio李歐 e5395c7a21
feat: support https URLs for digest-file (#2811)
This feature allows one to specify an https URL for any of the
digest-file options, resulting in an HTTP PUT to the provided
URL. This could for example be a (pre-signed) URL to S3 or GCS.

Currently the final digest is only written to the local filesystem,
which disappears and is not accessible when Kaniko is run in a
managed container service like AWS ECS.

By supporting https a single implementation supports all storage
services, without the need for special code for S3, GCS, etc..
2023-11-10 11:05:36 -08: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 feat: support https URLs for digest-file (#2811) 2023-11-10 11:05:36 -08:00
push_test.go feat: support https URLs for digest-file (#2811) 2023-11-10 11:05:36 -08:00