Commit Graph

978 Commits

Author SHA1 Message Date
Tejal Desai b04d15db82 fix the issue now 2019-11-07 15:29:56 -08:00
Tejal Desai f36dd4013c only add tests 2019-11-07 15:17:25 -08:00
Tejal Desai 334f0c70d6 fix golint 2019-11-07 15:11:29 -08:00
Tejal Desai b29431227a fix tests for default home 2019-11-07 15:07:50 -08:00
Tejal Desai 5bbb40e4f0
Merge pull request #834 from cvgw/u/cgwippern/ISSUE_439_strip_arg_quotes
Issue #439 Strip out double quotes in ARG value
2019-11-07 10:54:17 -08:00
Don McCasland 56e048e044
Merge pull request #773 from donmccasland/bug-742-2
Fixes caching with COPY command
2019-11-04 09:52:43 -08:00
Don McCasland ab7b210ac1
Adding missing integration test file 2019-11-04 09:30:58 -08:00
Don McCasland 5716c44ab8
Merge branch 'master' into bug-742-2 2019-11-04 09:25:25 -08:00
Will Ripley c8f089fdbb Fixed formatting errors with push.go and push_test.go 2019-10-29 13:09:27 -05:00
Will Ripley a0651436b5 Changed image name to be full image name minus tag. Also added test for new ImageNameDigestFile flag 2019-10-29 12:55:50 -05:00
Will Ripley c2faa4e5e6 Fixed spacing issue in config 2019-10-29 11:04:33 -05:00
Will Ripley 08d0948510 Merge remote-tracking branch 'upstream/master' 2019-10-29 11:02:16 -05:00
Will Ripley f38c47daa0 Made changes to --image-name-with-digest-file to support multiple destinations 2019-10-29 10:55:49 -05:00
priyawadhwa d4badf36d6
Merge pull request #829 from codevbus/fix-run-in-docker-doc-828
828: clean up docker doc, fix context var in run cmd
2019-10-28 12:56:35 -07:00
Cole Wippern 0ce287d95c ISSUE #439 ci lint 2019-10-25 16:27:14 -07:00
Cole Wippern ec2e7705c8 Issue #439 add additional tests for quotes
Add additional tests to ensure that ARG values with quotes
are handled properly
2019-10-25 16:08:57 -07:00
Tejal Desai c5bc179c85
Merge pull request #816 from yangtaokm/azure-blobstorage-https
[WIP] Add support to download context file from Azure Blob Storage
2019-10-25 10:51:50 -07:00
Tejal Desai 988da42cb9
Merge pull request #825 from prary/trace-logs
changing debug to trace
2019-10-25 10:50:18 -07:00
Cole Wippern 79649a1614 Issue #439 double quotes in ARG value
* Strip out double quotes enclosing ARG value after parsing
dockerfile
2019-10-24 16:30:25 -07:00
Mike Vanbuskirk 8f7eb00433 828: revert context to workspace, clean up doc 2019-10-22 17:39:37 -04:00
yangtaokm aa881d59cb fix gofmt 2019-10-22 17:10:08 +08:00
yangtaokm 45c43a2c89 refactory the code and add CreateTargetTarfile in fs_util.go 2019-10-22 16:44:51 +08:00
yangtaokm 616eb83d92 Refactory and Code and Merge remote-tracking branch 'upstream/master' into azure-blobstorage-https 2019-10-22 16:43:11 +08:00
Mike Vanbuskirk d9c0c359eb 828: add "" to context var in vol mount switch 2019-10-21 23:16:33 -04:00
Mike Vanbuskirk 53bf6c7339 828: add "" to context var in vol mount switch 2019-10-21 23:15:11 -04:00
Mike Vanbuskirk d970fa8af3 828: clean up docker doc, fix context var in run cmd 2019-10-21 22:45:54 -04:00
Will Ripley 4c9a800e12 Added image digest file path 2019-10-21 11:55:55 -05:00
Tao Yang a86ffc8c57
Apply suggestions from code review
fix formatting based on review

Co-Authored-By: Tejal Desai <tejal29@gmail.com>
2019-10-21 10:19:32 +08:00
Tejal Desai cbf4de8108
Merge pull request #821 from slmagus/master
fix build_args in MakeFile, have Travis run make images to preven issue in future
2019-10-18 16:04:59 -07:00
Prashant fa162e3005 changing debug to trace 2019-10-18 19:03:11 +05:30
slmagus c0b7ef33d5 revert distroless repo from testing fork 2019-10-16 12:03:42 -04:00
slmagus 297fd9743b use the binary-bin directory as bazel-genfiles does not exist 2019-10-16 11:55:41 -04:00
slmagus 7413a51620 fix docker build args value, as this passes in a literal double single quote 2019-10-16 10:53:39 -04:00
slmagus 8943886934 add make images to travis 2019-10-16 10:48:03 -04:00
Tejal Desai b23b09dadf
Merge pull request #810 from tibers/master
Add BUILD_ARGs to ease use of proxy
2019-10-15 23:01:22 -07:00
Tejal Desai 602657930f
Merge pull request #811 from ruzickap/fix/documentation
Details about --tarPath usage improved
2019-10-14 13:44:50 -07:00
yangtaokm 78e9974694 Add more test case for azureblob_util.go 2019-10-14 13:55:03 +08:00
yangtaokm 45d58cf350 Merge branch 'azure-blostorage-https' of https://github.com/yangtaokm/kaniko into azure-blostorage-https 2019-10-13 20:53:29 +08:00
yangtaokm 3e6a24b152 Initial commit for Azure Blob Storage SupportX 2019-10-13 20:52:19 +08:00
yangtaokm 355ed05431 Initial commit for Azure Blob Storage SupportX 2019-10-13 20:39:15 +08:00
Tao Yang cca8814bed Merge remote-tracking branch 'upstream/master' 2019-10-10 15:47:06 +08:00
Petr Ruzicka c1bf362400 Details about --tarPath usage improved 2019-10-09 11:29:49 +02:00
Don McCasland 27020f23b9
Resolving comments 2019-10-08 12:19:20 -07:00
Don McCasland e5da55d4cd
Adding integration test 2019-10-08 07:42:09 -07:00
Don McCasland 2b6965b294
addressing lint issues 2019-10-07 13:11:09 -07:00
Don McCasland 2d73c2d996
addressing lint issues 2019-10-07 13:06:40 -07:00
Don McCasland 2eace1d511
Refactoring to add use of a tempdir 2019-10-07 12:56:34 -07:00
Don McCasland 4e1639c030
Addressing review comments 2019-10-07 10:46:28 -07:00
Joshua Knarr 6b206ad9ae prefer theirs 2019-10-07 09:21:37 -04:00
Joshua Knarr be4c414307 reconcile their newer version 2019-10-07 09:20:43 -04:00