Daniel Strobusch
0c1949ba1d
Update outdated toc in README.md
...
Links to command line arguments where all broken on github, since preceding dashes where missing from the links. This commit contains an autogenerated doc after running: doctoc --github README.md (version 1.4.0)
2019-11-17 13:05:21 +01:00
Tejal Desai
4f789a0dfe
Add survey link to Readme.
2019-11-15 12:04:11 -08:00
Tejal Desai
b5fd55625d
Merge pull request #850 from cvgw/u/cgwippern/847_empty_arg_bug
...
Fix quote strip behavior for ARG values
2019-11-14 15:26:16 -08:00
Tejal Desai
907ae256a4
update Readme.md
2019-11-11 10:38:18 -08:00
Tejal Desai
a122fc6360
Add Slack channel url
2019-11-11 10:35:02 -08:00
Cole Wippern
006b4996cb
Fix quote strip behavior for ARG values
...
* fixes issue 847
* previous implementation did not properly parse blank
values which were enclosed in quotes
2019-11-08 14:28:31 -08:00
priyawadhwa
8e44019b48
Merge pull request #848 from priyawadhwa/release
...
Release to v0.14.0
2019-11-08 11:04:59 -08:00
Priya Wadhwa
8e2493a18c
update to v0.14.0
2019-11-08 10:48:53 -08:00
Tejal Desai
1d5e294f27
Merge pull request #841 from wripley/master
...
Added --image-name-with-digest flag
2019-11-08 08:24:26 -08:00
Tejal Desai
87726505a9
Merge pull request #824 from tejal29/better-tests
...
fix tests for default home
2019-11-08 08:24:03 -08:00
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