Switch back to 1.15 in k8s layer container 41/1741/1
authorJuha Kosonen <juha.kosonen@nokia.com>
Mon, 7 Oct 2019 12:48:38 +0000 (15:48 +0300)
committerJuha Kosonen <juha.kosonen@nokia.com>
Mon, 7 Oct 2019 12:48:38 +0000 (15:48 +0300)
Verification needed before version upgrade.

JIRA: VAL-65

Change-Id: I3e38a5f421a05fb3024ef83fd1c3c1d4bd267278
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
docker/README.rst
docker/k8s/Dockerfile

index 1708db1..848f00a 100644 (file)
@@ -232,7 +232,7 @@ Example:
 
 .. code-block:: console
 
-    docker run -ti akraino/validation:kube-conformance-v1.16
+    docker run -ti akraino/validation:kube-conformance-v1.15
 
 By default, the container will run the `run_e2e.sh` script. If you want to
 enter the container, add */bin/sh* at the end of the command above
index 43c6d80..925ac3d 100644 (file)
@@ -19,9 +19,9 @@ FROM golang:alpine3.9 as build
 
 # Sonobuoy supports 3 Kubernetes minor versions: the current release and 2
 # minor versions before.
-ARG SB_TAG=v0.16.1
+ARG SB_TAG=v0.15.1
 # Determine the latest stable git tag at build time based on stable major version
-ARG K8S_VER=1.16
+ARG K8S_VER=1.15
 
 # Install dependencies
 COPY pip-requirements.txt /wheels/requirements/pip-requirements.txt