Skip to content

Commit

Permalink
Merge pull request kubernetes#2849 from justinsb/lock_protokube_kukec…
Browse files Browse the repository at this point in the history
…tl_version

Lock kubectl version
  • Loading branch information
justinsb authored Jul 1, 2017
2 parents bd943e6 + 378155b commit a60a4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/protokube-builder/onbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ cp /go/bin/channels /src/.build/artifacts/

# channels uses protokube
cd /src/.build/artifacts/
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.6.6/bin/linux/amd64/kubectl
chmod +x kubectl

0 comments on commit a60a4cc

Please sign in to comment.