Tejal Desai
9c68c9a36c
Merge branch 'master' into fix_looping
2020-06-04 13:18:30 -07:00
Tejal Desai
9b48be6440
Merge branch 'master' into benchmark-snapshot
2020-06-04 13:02:04 -07:00
Tejal Desai
9ec838bd9b
copy all files from busybox image
2020-06-04 12:53:40 -07:00
Tejal Desai
8a585829b8
Update pkg/dockerfile/dockerfile_test.go
2020-06-04 12:28:51 -07:00
Tejal Desai
2214da37e2
Update Dockerfile_debug
2020-06-04 12:11:15 -07:00
Tejal Desai
8074a70863
Merge pull request #1285 from antechrestos/fix/image_argument_name
...
Added integration test for multi level argument
2020-06-04 12:04:06 -07:00
Tejal Desai
c0f699d3f1
removed ununsed stage 1
2020-06-04 11:59:41 -07:00
Tejal Desai
813fbeb634
Merge branch 'master' into useAmd64
2020-06-04 11:55:39 -07:00
Tejal Desai
c95fb4eb57
Merge pull request #1295 from tejal29/rename_whitelist_ignorelist
...
rename whitelist to ignorelist
2020-06-02 21:08:11 -07:00
Tejal Desai
6f9490c2e5
Merge pull request #1289 from gfvirga/master
...
Instructions for using stdin with kubectl
2020-06-02 16:14:01 -07:00
Tejal Desai
994a412d0b
some more renames
2020-06-02 16:08:46 -07:00
Tejal Desai
cbf3073fda
rename whitelist to ignorelist
2020-06-02 15:56:27 -07:00
Gabriel Virga
362c8dd519
Instructions to run kaniko using kubectl and STDIN
...
Example on README of how to run kaniko using kubectl and standard input
2020-05-27 17:51:44 -04:00
Tejal Desai
b98f55a41d
some more fixes
2020-05-26 08:40:25 -07:00
Tejal Desai
a60a097c9b
one more fix
2020-05-26 00:22:50 -07:00
Tejal Desai
48421f1126
more fixes
2020-05-26 00:16:03 -07:00
Tejal Desai
4129c17d12
more changes
2020-05-25 23:36:59 -07:00
Tejal Desai
5d013626fc
benchmark project added
2020-05-25 21:30:07 -07:00
Ben Einaudi
3462b7585b
Added integration test for multi level argument
...
Added integration test to check that following pattern is supported
ARG TAG=1.2
ARG IMAGE=my-image:${TAG}
FROM ${IMAGE}
...
2020-05-24 13:04:31 +02:00
Tejal Desai
e0f93578b6
Merge pull request #1284 from tejal29/add_timings
...
add timings for resolving paths
2020-05-23 15:37:58 -07:00
Tejal Desai
dcea89c317
rm file
2020-05-23 15:27:37 -07:00
Tejal Desai
41bc04dc12
add timings for resolving pahts
2020-05-23 14:29:46 -07:00
Tejal Desai
503aad17b7
Fix looping through files twice
2020-05-23 14:24:07 -07:00
Tejal Desai
d1faa71666
Merge pull request #1276 from artbegolli/master
...
docs: add registry-certificate flag to readme
2020-05-23 13:57:48 -07:00
Art Begolli
38c0b194a2
docs: add registry-certificate flag to readme
2020-05-21 13:06:13 +01:00
Tejal Desai
d86e09bac1
Merge pull request #1221 from antechrestos/refactoring/default_transport
...
Remove direct use of DefaultTransport
2020-05-20 11:54:58 -07:00
Thomas Strömberg
885c4daba7
Merge pull request #1251 from yw-liu/master
...
Add /etc/nsswitch.conf for /etc/hosts name resolution
2020-05-20 09:03:33 -07:00
yw-liu
c91d46e75f
add nsswitch.conf
2020-05-20 21:32:43 +08:00
Ben Einaudi
2f6090dcd7
Remove use of DefaultTransport
...
Using DefaultTransport and manipulating its tls configuration may lead to unexpected behaviour
2020-05-20 11:43:13 +02:00
Tejal Desai
ba0cb81823
Update Dockerfile_debug
2020-05-20 01:00:55 -07:00
Tejal Desai
31feaa4c12
Merge pull request #1263 from yorinasub17/git-auth-token-env
...
Add ability to set git auth token using environment variables
2020-05-20 00:59:14 -07:00
Tejal Desai
3f3c19a545
Merge pull request #1234 from tejal29/fix_copy_from
...
Apply dockefile exclude only for first stage
2020-05-19 15:40:51 -07:00
Tejal Desai
1d11b40052
Merge pull request #1253 from tejal29/fix_non
...
fix switching to non existent workdir
2020-05-19 15:39:08 -07:00
Tejal Desai
0317c7af33
Merge pull request #1273 from GoogleContainerTools/tejal29-patch-1
...
Make support clause more bold.
2020-05-19 15:35:50 -07:00
Tejal Desai
6dfbdae0a8
Merge pull request #1258 from mitchfriedman/push-retries
...
Add retries to image push.
2020-05-19 15:31:32 -07:00
Tejal Desai
699d2f42c8
Merge pull request #1255 from chrissng/bump-docker-credentials-gcr-2.0
...
Update docker-credential-gcr to support auth with GCP Artifact Registry
2020-05-19 15:30:33 -07:00
Tejal Desai
da5c420ee9
use a mock
2020-05-19 15:05:46 -07:00
Tejal Desai
37e454dab4
Update README.md
2020-05-19 14:27:13 -07:00
Tejal Desai
864e6c2ae7
Make support clause more bold.
...
Add that kaniko is not officially support more evident.
2020-05-19 14:26:15 -07:00
Yoriyasu Yano
6e615a8ff9
Add ability to set git auth token using environment variables
...
Currently the only way to set the git auth is by including it in the context
git URL. This can be problematic for certain environments such as ECS where the
command args for are stored in logs. Introduces updates to allow setting the
authentication info using the environment variables `GIT_USERNAME` and
`GIT_PASSWORD`.
2020-05-11 10:59:48 -05:00
Lukasz Jakimczuk
3dcac1b906
Resolving nested meta ARGs against themselves and build ARGs
2020-05-09 01:23:02 +02:00
Mitchell Friedman
6978fab45c
Add retries to image push.
...
This uses the default provided retry transport by
go-containerregistry as this originally had no retries
built in.
This is useful to avoid intermittent failures of image
registries when returning a retryable status code.
2020-05-08 14:18:43 +01:00
Chris Sng
ec770e207d
Update docker-credentials-gcr to support auth with GCP Artifact Registry
2020-05-08 12:44:44 +09:00
Tejal Desai
254ba7be68
add 64 busybox
2020-05-07 19:31:25 -07:00
Tejal Desai
c271f989f5
fix switching to non existent workdir
2020-05-07 18:59:01 -07:00
Tejal Desai
cb11a9982c
Merge pull request #1250 from gliptak/patch-2
...
Correct typo
2020-05-07 18:27:38 -07:00
Tejal Desai
f5e23579a4
Merge pull request #1252 from tejal29/fix_double_save
...
remove duplicates save for the same dir
2020-05-07 18:27:08 -07:00
Tejal Desai
1018babd03
Merge pull request #1249 from gliptak/patch-1
...
Add GoReportCard badge to README
2020-05-07 17:00:34 -07:00
Tejal Desai
c71deae38c
remove dedupes
2020-05-07 16:37:17 -07:00
Gábor Lipták
bec0e6a8e3
Correct typo
2020-05-07 16:24:07 -04:00