summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorddavison <ddavison@gitlab.com>2019-09-11 09:58:48 -0700
committerddavison <ddavison@gitlab.com>2019-09-11 09:58:48 -0700
commit2a0ca5e56772c65a76786ac7a204faddeff0c548 (patch)
treee81ea73c7546681362fac22a5a6b440d3b02120e
parent78f8d504fb846f27e10d84183f0c52fafb45402d (diff)
downloadgitlab-ce-qa-k3s-provider.tar.gz
Use v1.3.1 of k3d installationqa-k3s-provider
-rw-r--r--qa/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile
index 7e346d0f346..f218efd577b 100644
--- a/qa/Dockerfile
+++ b/qa/Dockerfile
@@ -42,7 +42,7 @@ RUN unzip chromedriver_linux64.zip -d /usr/local/bin
# Install K3d local cluster support
# https://github.com/rancher/k3d
#
-RUN curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash
+RUN curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | TAG=v1.3.1 bash
##
# Install gcloud and kubectl CLI used in Auto DevOps test to create K8s