X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=docker%2Fk8s%2FDockerfile;fp=docker%2Fk8s%2FDockerfile;h=f9f992b003790a95812371f63fa24d2e65667f7c;hp=6b403c93048c078f834ab5d7437d7180510f7c75;hb=6df0350fa3956b1973aa0216564133c89fed0c75;hpb=25e48f9707d617aba070ff301aa54bec6a0094b7 diff --git a/docker/k8s/Dockerfile b/docker/k8s/Dockerfile index 6b403c9..f9f992b 100644 --- a/docker/k8s/Dockerfile +++ b/docker/k8s/Dockerfile @@ -19,7 +19,7 @@ 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.18 @@ -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