Commit Graph

2266 Commits

Author SHA1 Message Date
Tejal Desai 9643e0e9a4
Add missing boilerplate.
Add missing boiler plate.
2019-10-04 11:23:41 -07:00
Tejal Desai b57160198e fix bad merge 2019-10-04 11:20:41 -07:00
Tejal Desai de093f9e05
Merge pull request #129 from carlossg/credentials-pass
Use kaniko with docker config.json password
2019-10-04 08:44:28 -07:00
Tejal Desai f206e3f425
Merge branch 'master' into output 2019-10-04 08:43:02 -07:00
Tejal Desai 9eb4a1c1ff
Merge pull request #801 from victornoel/776-dockerignore-relative
Support Dockerfile.dockerignore
2019-10-04 01:56:40 -07:00
Tejal Desai bbc1b71105
Merge pull request #648 from Dopingus/UpdateGolang112
Update base image to golang:1.12
2019-10-04 01:43:51 -07:00
Tejal Desai 14ed530234
fix the /root to /kaniko 2019-10-04 01:32:38 -07:00
Victor Noel ff7abba47b Fix integration tests for #776 2019-10-04 10:31:40 +02:00
Tejal Desai 22188595f0
Merge pull request #768 from N4rm0/fix-envar-replacement-for-url
Fix #691 - ADD does not understand ENV variables
2019-10-04 01:17:22 -07:00
Tejal Desai e87304dbf5
Merge pull request #790 from debuggy/tutorial
Add getting started tutorial
2019-10-04 01:17:15 -07:00
Victor Noel 5700de039d Add more tests for #776 2019-10-04 10:08:39 +02:00
Tejal Desai 865d49c631
Merge pull request #694 from orisano/feat-optimize-build
feat: optimize build
2019-10-04 00:51:23 -07:00
Tejal Desai eee6f83ff2
Merge pull request #736 from huguesalary/resolve-paths
Resolve relative paths to absolute paths in command line arguments
2019-10-04 00:49:12 -07:00
Prashant f9424d43e7 fixing lint and minor fix 2019-10-03 21:29:40 +05:30
Victor Noel db12a77e6c Fix #776 2019-10-03 17:53:14 +02:00
Prashant 24c2dcc867 Merge branch 'master' into version 2019-10-02 21:39:32 +05:30
Prashant de87136720 Kaniko version 2019-10-02 21:22:26 +05:30
Mingliang Tao a36d59046c
Update tutorial context 2019-09-29 21:32:19 +08:00
Tejal Desai 4ce8b8db81
Merge pull request #624 from mcfedr/patch-1
Reduce log level for adding file message
2019-09-27 13:23:16 -07:00
Don McCasland 2198c04cb4
Merge pull request #794 from GoogleContainerTools/tejal29-issue-template
Add some triage notes to issue template.
2019-09-27 13:12:24 -07:00
Don McCasland 09bf862a6a
Merge pull request #795 from GoogleContainerTools/tejal29-pr-template
Add a pull request template
2019-09-27 13:12:16 -07:00
Tejal Desai e311274347
Add a pull request template 2019-09-27 12:57:23 -07:00
Tejal Desai aa44410f17
Add some triage notes to issues. 2019-09-27 12:53:59 -07:00
yangtaokm 880b69e056 Merge remote-tracking branch 'upstream/master' 2019-09-27 15:21:03 +08:00
Don McCasland dbabcb1f5f
Adding CachingCopy command 2019-09-26 15:32:40 -07:00
Don McCasland e58ee0967a
Fixing logic for Copy command. The problem was not that tar files were being unpacked in wrong order. The problem was that the COPY command requires the FS to be unpacked before it does its work. 2019-09-26 11:29:53 -07:00
debuggy 7771d1b448 Add getting started tutorial 2019-09-26 17:13:39 +08:00
jonjohnsonjr 51734fc3a3
Merge pull request #765 from Onlinehead/fix/filesystem-delete-fix
Fix SIGSEGV on file system deletion while building
2019-09-25 11:47:35 -07:00
Monard Vong 019b26e9a0 Simplify logic 2019-09-22 01:09:36 +02:00
Monard Vong a63a809e98 fix tests 2019-09-22 00:26:35 +02:00
Monard Vong dfbe9cf7f8 Add integration test 2019-09-22 00:12:54 +02:00
Tejal Desai afb9c5b450
Merge pull request #784 from dirkcjelli/fix_makefile_bump
fix missing version bump to 0.12.0 in Makefile
2019-09-20 17:29:29 -07:00
Tejal Desai 50aef0a325
Merge pull request #782 from HerrmannHinz/patch-1
double help text about skip-verify-tls
2019-09-20 17:29:14 -07:00
Don McCasland ccd99fbeec
Merge pull request #685 from tralexa/master
insecure flag not honored in cache
2019-09-20 13:32:19 -07:00
Sascha Askani 7154d2e66b fix missing version bump to 0.12.0 in Makefile 2019-09-18 15:37:54 +02:00
Herrmann Hinz 0bd5eb51f7
double help text about skip-verify-tls
removed
2019-09-18 12:33:04 +02:00
yangtaokm e533d4554a Merge remote-tracking branch 'upstream/master' 2019-09-18 17:11:01 +08:00
Антон Костенко a21129f889 Fix typo and run go fmt over fs_util 2019-09-18 10:43:26 +02:00
Nao YONASHIRO 38fa3608ce chore: fix megacheck 2019-09-18 17:19:15 +09:00
Nao YONASHIRO d9d865c74a test: add BenchmarkHasFilepathPrefix 2019-09-18 17:19:15 +09:00
Nao YONASHIRO 02d1ce5e1b feat: optimize HasFilepathPrefix 2019-09-18 17:19:15 +09:00
Nao YONASHIRO c87d2dba9c feat: replace md5 to highwayhash 2019-09-18 17:19:15 +09:00
Tejal Desai e048b87222
Merge pull request #671 from abergmeier/fix_comment
Correct CheckPushPermission comment.
This is a typo fix.
2019-09-17 10:44:54 -07:00
Don McCasland 1bb5a41d7d
Fixing lint issues. Adding tests for COPY command. Fixing issue with copying files out of snapshots 2019-09-16 10:48:31 -07:00
Don McCasland e003bae87d
first commit of copy_test 2019-09-16 10:46:57 -07:00
alexa 62acf3ac1d change schema to http when Insecure flag is enabled 2019-09-16 16:35:45 +03:00
tralexa 75083a0c55
Merge branch 'master' into master 2019-09-16 15:58:17 +03:00
Monard Vong d96cbfe0d3 Fix formatting 2019-09-16 00:03:10 +02:00
Monard Vong 13b8fb6345 remove trailing whitespace 2019-09-15 23:29:54 +02:00
Monard Vong 38474fad11 Fix #691 - ADD does not understand ENV variables 2019-09-15 23:08:44 +02:00