Bump sonobuoy version and fix deprecated arg

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2022-05-09 16:04:42 -07:00 committed by Brad Davidson
parent 9e4b801a59
commit e391bf48e7
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ FROM ${GOLANG}
RUN apk -U --no-cache add bash git gcc musl-dev docker curl jq coreutils python3 openssl py3-pip procps
ENV SONOBUOY_VERSION 0.56.4
ENV SONOBUOY_VERSION 0.56.5
RUN OS=linux; \
ARCH=$(go env GOARCH); \

View File

@ -1,5 +1,5 @@
FROM alpine:3.15
ENV SONOBUOY_VERSION 0.56.4
ENV SONOBUOY_VERSION 0.56.5
RUN apk add curl tar gzip
RUN curl -sfL https://github.com/vmware-tanzu/sonobuoy/releases/download/v${SONOBUOY_VERSION}/sonobuoy_${SONOBUOY_VERSION}_linux_amd64.tar.gz | tar xvzf - -C /usr/bin
COPY run-test.sh /usr/bin

View File

@ -242,7 +242,7 @@ sonobuoy-test() {
sonobuoy run \
--config=scripts/sonobuoy-config.json \
--plugin-env=e2e.E2E_USE_GO_RUNNER=true \
--kube-conformance-image-version=${VERSION_K8S} \
--kubernetes-version=${VERSION_K8S} \
--wait=90 \
$@ &