Commit e391bf48 authored by Brad Davidson's avatar Brad Davidson Committed by Brad Davidson

Bump sonobuoy version and fix deprecated arg

parent 9e4b801a
...@@ -3,7 +3,7 @@ FROM ${GOLANG} ...@@ -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 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; \ RUN OS=linux; \
ARCH=$(go env GOARCH); \ ARCH=$(go env GOARCH); \
......
FROM alpine:3.15 FROM alpine:3.15
ENV SONOBUOY_VERSION 0.56.4 ENV SONOBUOY_VERSION 0.56.5
RUN apk add curl tar gzip 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 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 COPY run-test.sh /usr/bin
......
...@@ -242,7 +242,7 @@ sonobuoy-test() { ...@@ -242,7 +242,7 @@ 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 \
--kube-conformance-image-version=${VERSION_K8S} \ --kubernetes-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