Commit Graph

768 Commits

Author SHA1 Message Date
Victor Noel db12a77e6c Fix #776 2019-10-03 17:53:14 +02: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
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
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
Антон Костенко a21129f889 Fix typo and run go fmt over fs_util 2019-09-18 10:43:26 +02: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
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
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
Prashant 2c44539151 Setting PATH 2019-08-30 13:33:36 +05:30
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