Merge pull request #613 from erikwilson/upgrade-sonobuoy

Upgrade Sonobuoy to v0.15.0
This commit is contained in:
Erik Wilson 2019-07-07 14:39:21 -07:00 committed by GitHub
commit d7f3f626a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ FROM golang:1.12.1-alpine3.9
RUN apk -U --no-cache add bash git docker curl jq coreutils
RUN go get -d github.com/heptio/sonobuoy && \
git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.14.3 && \
git -C /go/src/github.com/heptio/sonobuoy checkout -b current v0.15.0 && \
go install github.com/heptio/sonobuoy
RUN rm -rf /go/src /go/pkg