Commit Graph

2263 Commits

Author SHA1 Message Date
priyawadhwa beb00f0bdb
Merge pull request #184 from jesusofsuburbia/master
Allow multiple destinations
2018-05-17 11:41:34 -07:00
priyawadhwa 9885f7fff2
Merge pull request #186 from priyawadhwa/release
Add cloudbuild yaml for tagged releases
2018-05-17 09:56:18 -07:00
Maximilian Schrupp b6cb74b2be include stderr of RUN commands in log output (#187) 2018-05-17 07:47:59 -07:00
jesusofsuburb1a 4c190a7037 allow multiple destinations, error handling for each push 2018-05-17 09:35:41 +02:00
Priya Wadhwa 92213bac8d
Add cloudbuild yaml for tagged releases 2018-05-16 16:38:43 -07:00
jesusofsuburb1a 7d0466db37 Allow multiple destinations 2018-05-16 10:35:05 +02:00
dlorenc 347d835781
Add a mode to save to a tarball instead of pushing. (#178) 2018-05-15 15:32:27 -07:00
Sharif Elgamal f8aa88b119
Integration test refactoring (#126)
* integration test refactoring

* config file cleanup

* more test refactoring

* remove debug file

* moving around more files

* fixing up integration tests

* integration tests work

* some housekeeping

* fixing tests

* addressing comments

* debugging

* debugging

* actual debugging

* skip integration tests for travis

* install container-diff before integration tests

* syntax

* make test failures less noisy

* fixing tests

* hopefully fixing CI?

* fixes

* more fixes

* let's actually fix CI

* more testing

* testing

* proper auth

* typos

* adding support for args in integration tests

* formatting

* formatting

* adding support for testing bucket context

* adding bucket test dockerfile

* addressing comments

* syntax
2018-05-15 13:42:35 -07:00
priyawadhwa dec203eaff
Merge pull request #180 from priyawadhwa/arg
Pass in clone of buildargs for dockerfile parsing
2018-05-15 10:25:13 -07:00
Carlos Sanchez 085b5c59bf
Merge branch 'master' into credentials-pass 2018-05-15 09:14:44 +02:00
priyawadhwa d2fc49f505
Merge pull request #179 from priyawadhwa/readme
Update README
2018-05-14 16:25:24 -07:00
Priya Wadhwa 6934f785c8
Pass in clone of buildargs for dockerfile parsing 2018-05-14 16:19:26 -07:00
Priya Wadhwa 81b577148a
Update README 2018-05-14 16:07:29 -07:00
priyawadhwa cde277c374
Merge pull request #141 from priyawadhwa/multistage
Support multi stage builds
2018-05-14 15:41:18 -07:00
Christian Jantz fbe3e05801 WIP: Feature/healthcheck signal (#177)
* added basic healthcheck implementation

* updated go-containerregistry version

* added build args parameter to healthcheck execute

* added go-containerregistry HealthCheck passing

* dereferenced health for conversion
2018-05-14 14:28:24 -07:00
priyawadhwa 34e94608d4
Merge pull request #154 from cyphar/update-docs
README: slight corrections about privileges
2018-05-14 09:52:09 -07:00
Aleksa Sarai 58743ba686
README: slight corrections about privileges
The previous document did not mention that Docker runs as root, and so
some of the benefits of the tools being compared (such as img,
orca-build, and umoci) were not properly explained. This is quite
important because while Kubernetes users have Docker installed (on most
clusters), on local machines and non-Kubernetes workloads the story is
quite different.

Signed-off-by: Aleksa Sarai <asarai@suse.de>
2018-05-14 15:49:28 +10:00
Priya Wadhwa 459ddffb3c
Updated tests 2018-05-11 16:19:33 -07:00
Priya Wadhwa 282f8abbee
Merge master, refactor to work with ARG 2018-05-11 15:53:11 -07:00
priyawadhwa ec370e3a2e
Merge pull request #176 from priyawadhwa/busybox
Add busybox to path for debug image
2018-05-11 14:51:57 -04:00
Priya Wadhwa f69be3548a
Add busybox to path for debug image 2018-05-11 11:27:13 -07:00
priyawadhwa ef191beb5b
Merge pull request #162 from priyawadhwa/arg
ARG Command
2018-05-11 14:14:59 -04:00
Priya Wadhwa 4de14c34dd
Wrap BuildArgs in our own type 2018-05-11 10:23:13 -07:00
Priya Wadhwa 33f4805f62
Merged master, fixed merge conflict 2018-05-10 13:51:23 -07:00
priyawadhwa b9fb466300
Merge pull request #171 from priyawadhwa/busybox
Create debug image with busybox shell
2018-05-10 16:17:32 -04:00
Priya Wadhwa 4deb37577c
Add busybox shell in dockerfile 2018-05-10 12:55:34 -07:00
Priya Wadhwa bb90bdef2f
Merge branch 'master' of github.com:GoogleContainerTools/kaniko into busybox 2018-05-10 11:18:27 -07:00
priyawadhwa fc75cf5238
Merge pull request #167 from priyawadhwa/aws
Add credential helper and documentation for pushing to Amazon ECR
2018-05-10 14:12:32 -04:00
priyawadhwa 676e6696b6
Merge pull request #172 from priyawadhwa/symlink-bug
Ignore symlinks during file extraction if link is whitelisted
2018-05-10 14:07:07 -04:00
priyawadhwa d19a6e4df7
Merge pull request #174 from priyawadhwa/shell
Add shell command to commands.go
2018-05-10 14:06:54 -04:00
Priya Wadhwa 347ce66a9b
Merged master, fixed merge conflict 2018-05-09 13:50:33 -07:00
Priya Wadhwa 6972bdbb16
Update travis 2018-05-09 12:29:37 -07:00
Priya Wadhwa 9b4063d2c6
Updated vendor 2018-05-09 12:24:45 -07:00
Priya Wadhwa 26d8501489
Support BuildArgs for arg command 2018-05-09 12:24:38 -07:00
Priya Wadhwa f5b8457405
Add shell command to commands.go 2018-05-09 12:01:05 -07:00
Priya Wadhwa 3aafb843e2
Updated vendor for exported BuildArgs 2018-05-09 11:56:32 -07:00
priyawadhwa 02bb6dee31
Merge pull request #173 from nbyl/destination-required
make destination required to fix "could not parse reference" errors
2018-05-08 16:06:43 -04:00
Nicolas Byl adaff3ee89 make destination required to fix "could not parse reference" errors 2018-05-08 21:42:54 +02:00
Priya Wadhwa d040c89af6
Ignore symlinks during file extraction if link is whitelisted 2018-05-08 11:02:29 -07:00
Priya Wadhwa 3da6215db4
Create debug image with busybox shell 2018-05-07 15:18:28 -07:00
priyawadhwa 168bed87d9
Merge pull request #143 from priyawadhwa/snapshot
Fix snapshotting specific files
2018-05-07 12:26:04 -04:00
Priya Wadhwa 5f547b163b
Merge branch 'master' of github.com:GoogleContainerTools/kaniko into aws 2018-05-07 09:24:00 -07:00
Priya Wadhwa 7fbc21ec73
Merged master, fixed merge conflict 2018-05-07 09:14:17 -07:00
Priya Wadhwa 26b8e01697 Remove workdir 2018-05-03 11:26:32 -04:00
priyawadhwa 878be35042
Merge pull request #166 from priyawadhwa/demo
Add demo to README
2018-05-03 11:07:21 -04:00
priyawadhwa d33a914c65
Merge pull request #165 from priyawadhwa/credentials
Use official version of docker-credential-gcr
2018-05-03 11:07:07 -04:00
Priya Wadhwa 8d3731a984 Add credential helper and docs for pushing to Amazon ECR 2018-05-02 17:15:53 -04:00
Priya Wadhwa fe23751fac Add demo to README 2018-05-02 17:00:47 -04:00
Priya Wadhwa c2516b4dcf Use official version of docker-credential-gcr 2018-05-02 13:53:28 -04:00
priyawadhwa 60cbc549af
Merge pull request #159 from chrisz100/feature/cmd_stopsignal
Feature/cmd stopsignal
2018-05-02 11:50:45 -04:00