Skip to content

Commit

Permalink
Use latest sonobuoy in script
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Riddle <[email protected]>
  • Loading branch information
joyvuu-dave committed Nov 18, 2022
1 parent a4cf1b5 commit d8bfcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gathere2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:stable-slim
RUN apt-get update && \
apt-get -y install wget curl git jq && \
wget -O /bin/sonobuoy.tar.gz https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.56.8/sonobuoy_0.56.8_linux_amd64.tar.gz && \
wget -O /bin/sonobuoy.tar.gz https://github.com/vmware-tanzu/sonobuoy/releases/download/v0.56.11/sonobuoy_0.56.11_linux_amd64.tar.gz && \
tar -C /bin -xzf /bin/sonobuoy.tar.gz && \
chmod 755 /bin/sonobuoy

Expand Down

0 comments on commit d8bfcb6

Please sign in to comment.