kaniko/pkg
Priya Wadhwa cfa822f178 Refactor command line arguments and the executor
In this refactor I:

1. Created KanikoOptions to make it easier to pass around arguments
passed in through the command line
2. Reorganized executor.go by putting the logic for pushing the image in
a new file push.go
3. Made some error messages clearer
4. Fixed a mistake in the README for pushing to AWS
5. Marked the --bucket flag as hidden since we want people to use
--context instead, and marked an aws flag as hidden which is set in a
vendored directorya
2018-08-23 13:30:36 -07:00
..
buildcontext Feature/contextsources (#195) 2018-07-06 06:24:50 -07:00
commands Set default home value (#281) 2018-08-10 12:58:07 -07:00
constants Set default home value (#281) 2018-08-10 12:58:07 -07:00
dockerfile Fix bug in SaveStage function for multistage builds 2018-08-20 15:10:17 -07:00
executor Refactor command line arguments and the executor 2018-08-23 13:30:36 -07:00
image dep update go-containerregistry 2018-06-03 00:59:34 +00:00
options Refactor command line arguments and the executor 2018-08-23 13:30:36 -07:00
snapshot Get absolute path of file before checking whitelist 2018-08-17 18:29:11 -04:00
util Get absolute path of file before checking whitelist 2018-08-17 18:29:11 -04:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00