kaniko/pkg/buildcontext
almg80 f9aaa9fca7
(fix):Pass full context to S3 context handler (#2221)
On version 1.9.0 context fetch from S3 is broken since `url.Parse` requires full path: 90e426ba3f/pkg/util/bucket/bucket_util.go (L77)
Currently on a --context=s3://my-bucket/my-path/context.tar.gz we would pass only my-bucket/my-path/context.tar.gz which breaks context fetch

Closes #2200
2022-09-08 13:08:51 -04:00
..
azureblob.go feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
buildcontext.go (fix):Pass full context to S3 context handler (#2221) 2022-09-08 13:08:51 -04:00
dir.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
gcs.go refactor: simpler local integration tests (#2110) 2022-06-14 13:38:01 -04:00
git.go feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
git_test.go fix: lint issues 2020-07-29 23:32:40 -03:00
https.go feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
https_test.go feat: Add https tar.gz remote source for context (#1519) 2020-12-10 22:55:02 -08:00
s3.go refactor: simpler local integration tests (#2110) 2022-06-14 13:38:01 -04:00
tar.go feat: kaniko dir config option (#1997) 2022-03-31 15:10:23 -04:00
tar_test.go feat: add support of local '.tar.gz' file inside the kaniko container 2020-03-12 22:51:30 +01:00