mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
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: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
13229019f8
commit
97a606bac1
@ -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() {
|
|||||||
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 \
|
||||||
$@ &
|
$@ &
|
||||||
|
Loading…
Reference in New Issue
Block a user