Commit 97a606ba authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Update sonobuoy version for v1.20.0

Also drop the rancher-mirrored sonobuoy image since CI has a pull-through image cache now. Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
parent 13229019
...@@ -2,7 +2,7 @@ FROM golang:1.15.5-alpine3.12 ...@@ -2,7 +2,7 @@ FROM golang:1.15.5-alpine3.12
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl py-pip RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python2 openssl py-pip
ENV SONOBUOY_VERSION 0.19.0 ENV SONOBUOY_VERSION 0.20.0
RUN OS=linux; \ RUN OS=linux; \
ARCH=$(go env GOARCH); \ ARCH=$(go env GOARCH); \
......
...@@ -234,7 +234,6 @@ sonobuoy-test() { ...@@ -234,7 +234,6 @@ sonobuoy-test() {
sonobuoy run \ sonobuoy run \
--config=scripts/sonobuoy-config.json \ --config=scripts/sonobuoy-config.json \
--plugin-env=e2e.E2E_USE_GO_RUNNER=true \ --plugin-env=e2e.E2E_USE_GO_RUNNER=true \
--sonobuoy-image=rancher/sonobuoy-sonobuoy:v${SONOBUOY_VERSION:-0.19.0} \
--kube-conformance-image-version=${VERSION_K8S} \ --kube-conformance-image-version=${VERSION_K8S} \
--wait=90 \ --wait=90 \
$@ & $@ &
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment