Fix K8s release in cnf/Dockerfile 09/71009/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 7 Sep 2020 08:30:46 +0000 (10:30 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 7 Sep 2020 08:30:46 +0000 (10:30 +0200)
Change-Id: I2c0c3661f9c66e288f7289357ffc128e8f38c201
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/cnf/Dockerfile

index ebf882b..a63acf1 100644 (file)
@@ -3,7 +3,7 @@ FROM opnfv/functest-kubernetes-core:iruya
 ARG CNF_CONFORMANCE_TAG=v0.7.2-beta1
 
 RUN apk --no-cache add --update wget curl libc6-compat && \
-    K8S_TAG=$(curl -s https://storage.googleapis.com/kubernetes-release/release/latest-1.19.txt)  && \
+    K8S_TAG=$(curl -s https://storage.googleapis.com/kubernetes-release/release/latest-1.15.txt)  && \
     case $(uname -m) in armv7l) ARCH=arm;; aarch64) ARCH=arm64;; x86_64) ARCH=amd64;; esac && \
     curl https://storage.googleapis.com/kubernetes-release/release/$K8S_TAG/bin/linux/$ARCH/kubectl \
         -s --output /usr/local/bin/kubectl && \