Commit Graph

1196 Commits

Author SHA1 Message Date
Christian Jantz ae47a03023 Added shell command and test 2018-04-28 15:12:04 +02:00
Christian Jantz bccc664b19 added shell command input to commands prepending shell 2018-04-28 15:02:33 +02:00
priyawadhwa fb605edd3b
Merge pull request #157 from priyawadhwa/sha-from
Integration test for base image specifying sha
2018-04-27 16:40:36 -07:00
Priya Wadhwa 6c017128ab
fixed merge conflict 2018-04-27 16:24:59 -07:00
Priya Wadhwa e9c1e1d518
Integration test for base image specifying sha 2018-04-27 16:20:11 -07:00
priyawadhwa 3575e0df6f
Merge pull request #155 from priyawadhwa/certs-bug
Switch to multi-stage dockerfile for building kaniko
2018-04-27 15:26:05 -07:00
Priya Wadhwa b9435943ec
clean up makefile 2018-04-27 14:58:28 -07:00
Priya Wadhwa 3705de2298
Switch to multi-stage dockerfile for building kaniko 2018-04-27 14:42:59 -07:00
Priya Wadhwa 48688df7a6
Fixed merge conflicts, support multistage builds 2018-04-26 16:39:02 -07:00
Priya Wadhwa 904575d0cb
support multi stage builds 2018-04-26 15:40:41 -07:00
priyawadhwa ea9258b569
Merge pull request #153 from priyawadhwa/logo
Create kaniko logo directory
2018-04-26 14:51:04 -07:00
priyawadhwa 8ed7152ae5
Merge pull request #152 from priyawadhwa/tests
Build kaniko with docker
2018-04-26 14:50:00 -07:00
Priya Wadhwa 842fc2f8d7
move kaniko logo into directory
Move kaniko logo into directory
2018-04-26 14:47:38 -07:00
Priya Wadhwa ebdf0eafc3
Build kaniko with docker 2018-04-26 14:39:22 -07:00
Carlos Garcia 1c44571bbd Create Logo (#147) 2018-04-25 20:50:39 -07:00
dlorenc cd5b744904
Switch from containers/image to go-containerregistry (#140)
* Vendor changes for go-containerregistry switch.

* Manual changes for go-containerregistry switch.

The biggest change is refactoring the tarball unpacking.

* Pull more of container-diff out.

* More vendor removals.

* More unit tests.
2018-04-25 19:21:05 -07:00
Aaron Prindle 806555538f
Merge pull request #150 from priyawadhwa/readme
Update readme for debug image
2018-04-25 16:44:17 -07:00
Priya Wadhwa 02f199e101
Update readme for debug image 2018-04-25 16:08:25 -07:00
Aaron Prindle 05b2c0c073
Merge pull request #149 from priyawadhwa/dockerfile
Release executor based off debian for debugging
2018-04-25 15:46:25 -07:00
Priya Wadhwa 0343e6b50b
Release executor based off debian for debugging 2018-04-25 15:21:42 -07:00
Priya Wadhwa 946b11b894
fix parent directory 2018-04-25 12:59:18 -07:00
Priya Wadhwa a211c1ec71
Make sure to snapshot parent directories of specific files for add/copy 2018-04-24 16:22:37 -07:00
priyawadhwa bf87cc5aff
Merge pull request #142 from priyawadhwa/readme
Update readme -- kaniko doesn't support Windows
2018-04-24 16:18:37 -07:00
Priya Wadhwa 61d3c66b5f
update readme 2018-04-24 13:19:09 -07:00
Priya Wadhwa cf713fe0cd
fixed bug in copy 2018-04-23 18:13:27 -07:00
Priya Wadhwa 7dbc7a04a7
Support multi stage builds 2018-04-23 17:25:12 -07:00
dlorenc 844d9ef0d9
Add whiteout handling by switching to a two-phase approach. (#139)
* Add whiteout handling by switching to a two-phase approach.

Also only handle hardlinks within one layer

* Simplify the run test.
2018-04-23 12:50:21 -07:00
Alban Crequy 7ceba77ef0 README.md: fix link (#138) 2018-04-22 10:01:27 -07:00
Carlos Sanchez 4fa6c28e34 Document config.json authentication
Works with the standard kaniko docker image
2018-04-21 09:32:10 +02:00
Carlos Sanchez 9e9f42fdbb Merge branch 'master' into credentials-pass 2018-04-21 09:24:21 +02:00
Carlos Sanchez 5a8034226c Remove docker-credential-pass
It's not really needed to use config.json credentials
2018-04-21 09:20:25 +02:00
priyawadhwa 2c50945958
Merge pull request #135 from priyawadhwa/vendor
Updated vendor
2018-04-20 13:36:56 -07:00
Carlos Sanchez 08ce2a0724 Add support for insecure docker registry (#131)
* Add support for insecure docker registry

Using --insecure-skip-tls-verify

Fixes #110

* Apply formatting
2018-04-20 10:47:06 -07:00
Priya Wadhwa ae59204727
Updated vendor for changes to container-diff 2018-04-20 10:42:16 -07:00
priyawadhwa 3d84cf39fa
Merge pull request #128 from priyawadhwa/refactor-copy
Refactor copy and add
2018-04-20 10:33:43 -07:00
Nick Kubala 50436145cf
Merge pull request #133 from nkubala/readme
Fix readme
2018-04-20 10:02:23 -07:00
Nick Kubala 856265ee30
fix readme 2018-04-20 09:51:44 -07:00
Carlos Sanchez 6b3473e4c3 Use kaniko with docker config.json password 2018-04-20 11:32:01 +02:00
Priya Wadhwa be38696c7d Updated unit tests after refactor 2018-04-19 20:39:29 -07:00
priyawadhwa fdd3236b39
Merge pull request #127 from r2d4/coc
add code of conduct
2018-04-19 20:33:57 -07:00
Priya Wadhwa 6054d7e653 Refactor copy and add
Refactor copy and add

Add/copy pass integration tests
2018-04-19 20:27:41 -07:00
Matt Rickard ef68ce79b9 add code of conduct 2018-04-19 19:20:15 -07:00
Jake Sanders 350f8ab3d6 Omit debugging symbols for maximum small bins (#97)
* Omit debugging symbols for maximum small bins

* Update Makefile

add comment
2018-04-19 09:04:45 -07:00
priyawadhwa 55557ff2e1
Merge pull request #112 from priyawadhwa/maintainer
Skip maintainer command
2018-04-18 10:46:17 -07:00
priyawadhwa 84d034423f
Merge pull request #115 from priyawadhwa/readme
Update README with Security section
2018-04-18 09:43:34 -07:00
priyawadhwa e72b2331c1 Add maintainers (#117) 2018-04-18 08:35:36 -07:00
priyawadhwa 1b2d6bf4f6
Merge pull request #114 from r2d4/makefil
Org rename
2018-04-17 15:34:34 -07:00
Priya Wadhwa 7cf4cb228a
fixed grammar 2018-04-17 14:53:17 -07:00
Matt Rickard 20d12c608e docker-credential-gcr has not moved 2018-04-17 14:20:43 -07:00
Priya Wadhwa 30f6af68ed
update readme 2018-04-17 14:11:33 -07:00