Skip to content

Commit

Permalink
Merge pull request #863 from cvgw/u/cvgw/add_env_variables
Browse files Browse the repository at this point in the history
Add integration test for add url with arg
  • Loading branch information
priyawadhwa authored Nov 18, 2019
2 parents 4f789a0 + 1ec2387 commit e0e59e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration/dockerfiles/Dockerfile_test_add_url_with_arg
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e0e59e6

Please sign in to comment.