mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Bump sonobuoy version and fix deprecated arg
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
9e4b801a59
commit
e391bf48e7
@ -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); \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
$@ &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user