kaniko/pkg/util
Christian Jantz 65d7b0a9aa Feature/contextsources (#195)
* added switch to extract different sources as build context

* first rough implementation of aws s3

* added buildcontext package and interface

* added GetBuildContext func to buildcontext.go
added fallback to gcs
renamed GC struct to GCS

* improved the default behavior of build context retrieval

* renamed gc:// to gs:// in order to follow common standards

* renamed struct File to Dir and some cleanup work

* moved context.tar suffix to the buildcontext processors where it is needed

* added buildcontext retrieval as struct variable

added fallback if prefix in bucket specifier is present

* cleanup if structures

* added prefix to s3

* WIP

* Fixed build context bugs

* refactored build context
2018-07-06 06:24:50 -07:00
..
bucket_util.go Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
command_util.go Fix bug in snapshotting 2018-06-21 14:07:59 -07:00
command_util_test.go Integration test refactoring (#126) 2018-05-15 13:42:35 -07:00
fs_util.go Track file ownership and use file ownership from base images (#209) 2018-06-22 15:11:02 -07:00
fs_util_test.go Track file ownership and use file ownership from base images (#209) 2018-06-22 15:11:02 -07:00
tar_util.go Switch from containers/image to go-containerregistry (#140) 2018-04-25 19:21:05 -07:00
tar_util_test.go Add whiteout handling by switching to a two-phase approach. (#139) 2018-04-23 12:50:21 -07:00
util.go Track file ownership and use file ownership from base images (#209) 2018-06-22 15:11:02 -07:00