Verification needed before version upgrade.
JIRA: VAL-65
Change-Id: I3e38a5f421a05fb3024ef83fd1c3c1d4bd267278
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
.. 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
# 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