Skip to content

Commit

Permalink
Pin verison of ko we install πŸ“Œ
Browse files Browse the repository at this point in the history
We were installing ko from master @ head which means if any bugs are
introduced, we'll hit them. A bug was introduced in how -P works which
was fixed in ko-build/ko#163 by @mattmoor almost
immediately so let's pin to the version with that fix so we can deal
with changes to ko at our leisure vs surfacing ko errors in our CI.

Fixes #370
  • Loading branch information
bobcatfish authored and tekton-robot committed May 5, 2020
1 parent 741dc76 commit 1c453aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/images/ko-gcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV PATH="${PATH}:/usr/local/go/bin"
# Install ko
ENV GOBIN=/usr/local/go/bin
ENV GO111MODULE on
RUN go get github.com/google/ko/cmd/ko@master
RUN go get github.com/google/ko/cmd/ko@v0.5.0

# Install Kustomize
RUN go get sigs.k8s.io/kustomize/kustomize/[email protected]

0 comments on commit 1c453aa

Please sign in to comment.