From 1ec2387940ecfbbe15f5096f08a8b08468b7a65d Mon Sep 17 00:00:00 2001 From: Cole Wippern Date: Fri, 15 Nov 2019 14:44:39 -0800 Subject: [PATCH] Add integration test for add url with arg --- integration/dockerfiles/Dockerfile_test_add_url_with_arg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 integration/dockerfiles/Dockerfile_test_add_url_with_arg diff --git a/integration/dockerfiles/Dockerfile_test_add_url_with_arg b/integration/dockerfiles/Dockerfile_test_add_url_with_arg new file mode 100644 index 000000000..55b0dad9b --- /dev/null +++ b/integration/dockerfiles/Dockerfile_test_add_url_with_arg @@ -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