Commit Graph

1196 Commits

Author SHA1 Message Date
priyawadhwa 5316b24769
Merge pull request #108 from chemidy/chemidy-lint
lint
2018-04-17 12:58:44 -07:00
Priya Wadhwa 5f03283a91
Merge branch 'master' of github.com:GoogleCloudPlatform/kaniko into maintainer 2018-04-17 12:33:16 -07:00
Matt Rickard cff201dee6 org rename from GoogleCloudPlatform to GoogleContainerTools 2018-04-17 11:45:39 -07:00
Matt Rickard 349bdc711e update travis for new org 2018-04-17 11:45:20 -07:00
Matt Rickard 552308a6b6 vendor: GoogleCloudPlatform/container-diff is now GoogleContainerTools/container-diff 2018-04-17 11:45:11 -07:00
Matt Rickard a8fce0d4f5 makefile: update org 2018-04-17 11:36:27 -07:00
Cyrille Hemidy 6e5ed87633
Update add.go
fix comment
2018-04-17 10:57:03 +02:00
Cyrille Hemidy 3cc63ee941
Update tar_util.go
fix comment
2018-04-17 10:56:37 +02:00
Cyrille Hemidy 3796a1026d
Update image.go
fix comment
2018-04-17 10:55:55 +02:00
Cyrille Hemidy a18c8c01e1
Update util.go
fix comment
2018-04-17 10:54:11 +02:00
Cyrille Hemidy 84bab8fde2
Update command_util.go
fix comment
2018-04-17 10:53:34 +02:00
Cyrille Hemidy 44a97ae53f
Update run.go
fix comment
2018-04-17 10:52:35 +02:00
priyawadhwa 7e3ace54d5
Merge pull request #100 from priyawadhwa/bug
Fix 'text file busy' error
2018-04-16 17:46:49 -07:00
priyawadhwa 7a52ec1c34
Merge pull request #98 from priyawadhwa/kokoro
Run integration tests in kokoro
2018-04-16 17:19:41 -07:00
priyawadhwa 9db9ffbb3a
Merge pull request #104 from priyawadhwa/readme
Fix README error
2018-04-16 16:53:37 -07:00
Priya Wadhwa bb5fc24847
fix error 2018-04-16 16:52:23 -07:00
Priya Wadhwa 3a52d1490a
move kaniko into gopath 2018-04-16 14:57:45 -07:00
Priya Wadhwa 6548835db5
skip maintainer command 2018-04-16 14:21:37 -07:00
Priya Wadhwa b47f682c80
Fix 'text file busy' error 2018-04-16 13:40:02 -07:00
Priya Wadhwa a90fa252bb
Run integration tests in kokoro 2018-04-16 13:03:30 -07:00
priyawadhwa 0c327b9d64
Merge pull request #94 from priyawadhwa/certs
Allow snapshot of kaniko certs so kaniko can build kaniko
2018-04-16 11:30:17 -07:00
Priya Wadhwa 52c5759fc4
create list of build files 2018-04-16 11:08:40 -07:00
Matt Rickard 51e49d5e14
Merge pull request #93 from jonjohnsonjr/patch-1
Update README.md
2018-04-16 11:00:41 -07:00
jonjohnsonjr 4fcd7a3a09
Update README.md
Typo: Multi-State -> Multi-Stage
2018-04-16 10:54:25 -07:00
Priya Wadhwa c7bcc673fc
allow snapshot of kaniko certs so kaniko can build kaniko 2018-04-16 10:43:01 -07:00
priyawadhwa 0ddc2115a5
Merge pull request #78 from priyawadhwa/trigger
kaniko build trigger
2018-04-16 10:21:21 -07:00
priyawadhwa c11550c09e
Merge pull request #92 from priyawadhwa/default
Set default build context to /workspace
2018-04-16 10:11:20 -07:00
Priya Wadhwa 61bcb1a18c
default build context 2018-04-16 09:31:54 -07:00
dlorenc 0438539cbc
Set env at command run time instead of in the process. (#91) 2018-04-15 18:05:21 -07:00
Matt Rickard 2ff7a6556a dockerfile: add custom ssl certs dir (#88)
The certs should be added to the whitelisted kaniko directory so that
an image build does not override them and possibly affect the push to
the registry.
2018-04-15 13:40:17 -07:00
dlorenc 59f09eb07b
Some readme tweaks. (#80) 2018-04-14 08:00:32 -07:00
priyawadhwa cebb4031b3 copy symlinks (#90) 2018-04-14 08:00:20 -07:00
dlorenc 167920c405
Refactor a bit. (#84)
Move all logic out of cmd/root.go into a package.
2018-04-14 07:59:37 -07:00
dlorenc da1eab7251
Set a user-agent for registry pushes. (#87) 2018-04-13 14:25:58 -07:00
priyawadhwa b4c8029d60
Merge pull request #86 from priyawadhwa/config
Check if config fields are nil
2018-04-13 14:06:04 -07:00
Priya Wadhwa a8ecbbd365
Check if config fields are nil 2018-04-13 14:00:05 -07:00
dlorenc 20b659aa32
Check that kaniko is being run from inside a container. (#81)
Signed-off-by: dlorenc <dlorenc@google.com>
2018-04-13 13:29:17 -07:00
dlorenc ca57c6cef4
Cleanup unused binary. (#82) 2018-04-13 11:47:56 -07:00
Priya Wadhwa ee5ca29866
Merge branch 'master' of github.com:GoogleCloudPlatform/kaniko into trigger 2018-04-12 15:57:22 -07:00
priyawadhwa eb891c1ab9
Merge pull request #77 from priyawadhwa/kaniko
Update import paths from k8s-container-builder to kaniko
2018-04-12 15:49:35 -07:00
Priya Wadhwa ec510a161b
change imports from k8s-container-builder to kaniko 2018-04-12 15:35:54 -07:00
priyawadhwa 2979f10bf7
Merge pull request #76 from priyawadhwa/scratch
Add support for building images from scratch
2018-04-12 15:30:53 -07:00
Priya Wadhwa 954b1382d2
change k8s to kaniko 2018-04-12 15:30:32 -07:00
Priya Wadhwa 50ef6fe9c1
Build trigger for building kaniko executor image 2018-04-12 15:25:40 -07:00
Priya Wadhwa 8d2e646214
Fixed merge conflict 2018-04-12 15:03:09 -07:00
priyawadhwa 26c3d6bb23
Merge pull request #56 from priyawadhwa/mtime
Add --snapshot-mode flag to allow only considering mtime when snapshotting
2018-04-12 15:01:59 -07:00
Priya Wadhwa d38319c416
Add support for scratch images, and integration test 2018-04-12 14:57:33 -07:00
Priya Wadhwa 0fd35166a3
Updated vendor 2018-04-12 14:36:39 -07:00
priyawadhwa 1b6a14cf3a
Merge pull request #75 from priyawadhwa/vendor
Update vendor and add integration test for docker registry images
2018-04-12 14:13:26 -07:00
Sharif Elgamal f65ae80753
add docs (#70)
* add docs

* doc cleanup
2018-04-12 14:10:16 -07:00