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 |
priyawadhwa
|
1fca51e6be
|
Update CreatedBy field in config history (#163)
|
2018-05-02 00:36:12 -07:00 |
Christian Jantz
|
e23003aff3
|
Removed stopsignal from README as missing command
|
2018-05-02 08:16:38 +02:00 |
Priya Wadhwa
|
5699134c97
|
Merge branch 'master' of github.com:GoogleContainerTools/kaniko into multistage
|
2018-05-01 17:00:15 -04:00 |
priyawadhwa
|
06bbe91259
|
Merge pull request #161 from priyawadhwa/cst
Update integration tests to use new cst
|
2018-05-01 16:27:16 -04:00 |
Priya Wadhwa
|
ac8a110593
|
Update integration tests to use new cst
|
2018-05-01 13:36:09 -04:00 |
Priya Wadhwa
|
36933a23d7
|
Update to new structure tests
|
2018-05-01 13:33:28 -04:00 |
Priya Wadhwa
|
67a3727eba
|
Merge branch 'master' of github.com:GoogleContainerTools/kaniko into multistage
|
2018-05-01 11:29:51 -04:00 |
Christian Jantz
|
dbdbee035d
|
Merge branch 'master' into feature/cmd_stopsignal
|
2018-05-01 12:54:55 +02:00 |
Christian Jantz
|
d63bc6da4b
|
set fixed index for resolvedEnv slice on environment replacement - will always be len 1
|
2018-05-01 12:29:57 +02:00 |
Christian Jantz
|
b5e68f4b7b
|
added signal validation
|
2018-05-01 12:12:36 +02:00 |
Priya Wadhwa
|
a1acbe8aa8
|
Fixed ResolveStages
|
2018-04-30 22:37:45 -04:00 |
priyawadhwa
|
6ff3c588af
|
Update readme (#160)
|
2018-04-30 15:59:04 -07:00 |
Christian Jantz
|
5af3645a83
|
added shell command (#158)
* added shell command input to commands prepending shell
* Added shell command and test
|
2018-04-30 10:59:10 -07:00 |
Christian Jantz
|
281c69c6c6
|
Revert "added shell command input to commands prepending shell"
This reverts commit bccc664b19.
|
2018-04-28 17:43:42 +02:00 |
Christian Jantz
|
35b5f4b34a
|
Revert "Added shell command and test"
This reverts commit ae47a03023.
|
2018-04-28 17:43:34 +02:00 |
Christian Jantz
|
fd8d4b6170
|
added test for stopsignal command implementation
|
2018-04-28 17:41:40 +02:00 |
Christian Jantz
|
d73f8c031f
|
added stopsignal implementation
|
2018-04-28 17:30:18 +02:00 |
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 |