kaniko/pkg
Priya Wadhwa d9022dd7de Refactor build into stageBuilder type
Refactoring builds by stage will make it easier to generate cache keys
for layers, since the stageBuilder type will contain everything required
to generate the key:

1. Base image with digest
2. Config file
3. Snapshotter (which will provide a key for the filesystem)
4. The current command (which will be passed in)
2018-09-07 17:17:32 -07:00
..
buildcontext Enable shared config for s3 2018-08-23 20:53:43 +10:00
commands Fix linting error 2018-09-04 13:50:57 -07:00
config Merge branch 'master' of github.com:GoogleContainerTools/kaniko into stages 2018-08-30 16:17:44 -07:00
constants Set default home value (#281) 2018-08-10 12:58:07 -07:00
dockerfile Added a KanikoStage type for each stage of a Dockerfile 2018-08-27 14:15:04 -07:00
executor Refactor build into stageBuilder type 2018-09-07 17:17:32 -07:00
image dep update go-containerregistry 2018-06-03 00:59:34 +00:00
snapshot Separate snapshotting of parent dirs from files 2018-08-24 16:34:59 -07:00
util Merge pull request #320 from priyawadhwa/stages 2018-09-07 16:19:40 -07:00
version Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00