Merge pull request #863 from cvgw/u/cvgw/add_env_variables

Add integration test for add url with arg
This commit is contained in:
priyawadhwa 2019-11-18 11:40:39 -08:00 committed by GitHub
commit e0e59e619c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
FROM busybox:1.31
ARG REPO=kaniko
ARG VERSION=v0.14.0
ADD https://github.com/GoogleContainerTools/$REPO/archive/$VERSION.tar.gz /tmp/release.tar.gz