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
Tejal Desai
d67a822503
Merge pull request #767 from tejal29/new_release
...
release kaniko v0.12.0
2019-09-13 16:21:39 -07:00
Tejal Desai
7d23805adc
Update CHANGELOG.md
2019-09-13 16:16:50 -07:00
Tejal Desai
e04436f88d
move from bug to feature.
2019-09-13 16:16:15 -07:00
Tejal Desai
116d851c2f
release kaniko v0.12.0
2019-09-13 15:56:36 -07:00
Tejal Desai
224ac8407c
Merge pull request #760 from prary/path_env
...
Setting PATH
2019-09-13 15:29:47 -07:00
Tejal Desai
08acf221c6
Merge pull request #635 from discordianfish/patch-1
...
Remove cruft
2019-09-13 14:27:58 -07:00
Tejal Desai
9574d4f2a9
Merge pull request #493 from nielsdenissen/patch-1
...
Add desc for `--skip-tls-verify-pull` to README
2019-09-13 14:22:23 -07:00
Tejal Desai
30f1a7dae9
fix lint
2019-09-13 12:16:40 -07:00
Tejal Desai
9b9fb815a7
fix format
2019-09-13 11:56:57 -07:00
Tejal Desai
469fdaa50d
test
2019-09-13 11:49:30 -07:00
Tejal Desai
f33c71b3c5
Merge branch 'master' into path_env
2019-09-13 11:48:01 -07:00
Tejal Desai
f0e571839d
add unit tests
2019-09-13 11:21:43 -07:00
Tejal Desai
a014c4a1e8
added unit tests
2019-09-13 11:00:05 -07:00
Tejal Desai
873b577e1a
Merge pull request #729 from xanonid/Remove_leading_slash_in_layer_tarball_paths
...
Remove leading slash in layer tarball paths (Closes : #726 )
2019-09-13 10:05:25 -07:00
priyawadhwa
8acab90dec
Merge pull request #698 from takmatsu/s3-endpoint
...
Add support for S3 custom endpoint
2019-09-13 09:32:25 -04:00
Антон Костенко
a1cc42bdb7
Fix https://github.com/GoogleContainerTools/kaniko/issues/756
2019-09-10 00:44:27 +02:00
priyawadhwa
38c05bae6d
Merge pull request #744 from chhsia0/layout-path
...
Added `--oci-layout-path` flag to save image in OCI layout.
2019-09-09 12:42:51 -04:00
Prashant
0158cbf70c
Setting PATH for empty image as well
2019-09-04 17:23:59 +05:30
Prashant
17d1059ec4
Setting PATH to default PATH if PATH is missing
2019-09-04 16:44:55 +05:30
chhsia0
ea1a92712c
Avoid comparing uncompressed and compressed images in the unit test.
2019-09-03 23:17:57 -07:00
Tao Yang
e9af4cfbf6
remove azure-pipelines.yml
2019-09-02 13:12:06 +00:00
Tao Yang
062efe1a39
Merge remote-tracking branch 'upstream/master'
2019-09-02 07:05:59 +00:00
Prashant
2c44539151
Setting PATH
2019-08-30 13:33:36 +05:30
Hugues Alary
4327e9ba24
Resolve relative paths to absolute paths in command line arguments
...
The executor accepts a few arguments dockerfile, context, cache-dir and
digest-file that all represent paths. This commits allows those paths to
be relative to the working directory of the executor.
Fixes #732 #731 #675
2019-08-27 21:06:26 +00:00
chhsia0
11f3b791cd
Renamed to `--oci-layout-path` and added a unit test.
2019-08-24 01:28:58 -07:00
chhsia0
7949d0de1d
Added a README for the flag.
2019-08-24 01:04:18 -07:00
chhsia0
730b8b77c8
Added `--layout-path` flag to save image in OCI layout.
...
Fixed #296 .
The output manifests may have `application/vnd.docker.distribution.manifest.v2+json`
as their media types instead of `application/vnd.oci.image.manifest.v1+json`.
2019-08-24 01:04:18 -07:00
Tejal Desai
1d3cf8a67d
Merge pull request #751 from tejal29/release_v0.11.0
...
Release v0.11.0
2019-08-23 16:00:43 -07:00
Tejal Desai
4b422ee5dd
Merge pull request #677 from priyawadhwa/git
...
Improve git buildcontext integration test
2019-08-23 15:03:27 -07:00
Tejal Desai
e2e16a0165
Release v0.11.0
2019-08-23 15:01:51 -07:00
Tejal Desai
77cfb912f3
Merge pull request #750 from tejal29/add_user_header
...
add multiple user agents to kaniko if upstream_client_type value is set
2019-08-23 14:39:21 -07:00
Tejal Desai
96947b8ca4
fix lint
2019-08-23 13:13:14 -07:00
Tejal Desai
6daffd8dd7
add multiple user agents to kaniko if upstream_client_type value is set
2019-08-23 11:29:05 -07:00
priyawadhwa
7adf2fcb50
Merge pull request #714 from MJDSys/reproducible_add
...
Make container layers captured using FS snapshots reproducible
2019-08-19 14:39:18 -07:00
priyawadhwa
0694be3e85
Merge pull request #717 from vm86/fix
...
fix unpacking archives via ADD
2019-08-19 13:24:53 -07:00
priyawadhwa
48e25aad5f
Merge pull request #739 from dzoeteman/build-args-cache
...
Reverted not including build args in cache key
2019-08-16 13:14:41 -07:00
Deniz Zoeteman
c425f02866
Reverted not including build args in cache key
2019-08-16 15:09:52 +02:00
Tao Yang
f8e37a2ba0
Set up CI with Azure Pipelines
...
[skip ci]
2019-08-14 19:36:59 +08:00