Merge "Switch back to 1.15 in k8s layer container"
authorJuha Kosonen <juha.kosonen@nokia.com>
Mon, 7 Oct 2019 16:21:52 +0000 (16:21 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Mon, 7 Oct 2019 16:21:52 +0000 (16:21 +0000)
docker/README.rst
docker/k8s/Dockerfile

index 0fff3ed..6e0cc7d 100644 (file)
@@ -231,7 +231,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