mirror of https://github.com/k3s-io/k3s
update sonobuoy to 0.56.4 (#5419)
This appears to be fixing the CI testing in local testing. Signed-off-by: Dirk Müller <dirk@dmllr.de>pull/5429/head
parent
3bd7cdfa1b
commit
9d2281a8db
@ -1,6 +1,6 @@
|
|||||||
FROM ubuntu:18.04
|
FROM alpine:3.15
|
||||||
RUN apt-get update && \
|
ENV SONOBUOY_VERSION 0.56.4
|
||||||
apt-get install -y curl
|
RUN apk add curl tar gzip
|
||||||
RUN curl -sfL https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.19.0/sonobuoy_0.19.0_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
|
||||||
CMD ["/usr/bin/run-test.sh"]
|
CMD ["/usr/bin/run-test.sh"]
|
||||||
|
Loading…
Reference in new issue