X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fk8s%2FDockerfile;h=f9f992b003790a95812371f63fa24d2e65667f7c;hb=HEAD;hp=88b860924b51e53c85e277822e7aac406f379f3c;hpb=17bfb0b141931c48ab07dd1303216624bc053aed;p=validation.git diff --git a/docker/k8s/Dockerfile b/docker/k8s/Dockerfile index 88b8609..f9f992b 100644 --- a/docker/k8s/Dockerfile +++ b/docker/k8s/Dockerfile @@ -19,9 +19,9 @@ FROM golang:1.16.5-alpine3.13 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.18.2 # Determine the latest stable git tag at build time based on stable major version -ARG K8S_VER=1.16 +ARG K8S_VER=1.18 # Install dependencies COPY pip-requirements.txt /wheels/requirements/pip-requirements.txt @@ -73,7 +73,6 @@ RUN if [ $(uname -m) == 'aarch64' ]; then HOST_ARCH=arm64; else HOST_ARCH=amd64; make WHAT=test/e2e/e2e.test ARCH=$HOST_ARCH RUN git clone https://github.com/heptio/sonobuoy /go/src/github.com/heptio/sonobuoy && \ cd /go/src/github.com/heptio/sonobuoy && \ - pwd \ git checkout $SB_TAG && \ go install RUN git clone https://gerrit.akraino.org/r/validation /opt/akraino/validation