Skip to content

Commit

Permalink
drop older kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
leodotcloud committed Apr 9, 2019
1 parent caaf625 commit 2b16136
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ RUN apt-get update && \
mv /usr/sbin/traceroute /usr/bin/traceroute && \
curl -sLf https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 > /usr/bin/docker && \
chmod +x /usr/bin/docker && \
curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.9.11/bin/linux/amd64/kubectl > /usr/local/bin/kubectl-1.9 && \
curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.10.13/bin/linux/amd64/kubectl > /usr/local/bin/kubectl-1.10 && \
curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.11.9/bin/linux/amd64/kubectl > /usr/local/bin/kubectl-1.11 && \
curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.12.7/bin/linux/amd64/kubectl > /usr/local/bin/kubectl-1.12 && \
curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.13.5/bin/linux/amd64/kubectl > /usr/local/bin/kubectl-1.13 && \
curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.14.1/bin/linux/amd64/kubectl > /usr/local/bin/kubectl-1.14 && \
Expand Down

0 comments on commit 2b16136

Please sign in to comment.