chore(build): kubectl upgraded to the latest stable version (1.13.2)

Updates the kubectl version used in the Docker build to the latest
stable release. Please see the Kubernetes documentation for details.
This commit is contained in:
Felix Wiedmann 2019-01-19 23:10:28 +01:00 committed by Vincent Ambo
parent 2682d05ffc
commit 245d3bd154
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
FROM alpine:3.8
ADD hashes /root/hashes
ADD https://storage.googleapis.com/kubernetes-release/release/v1.11.0/bin/linux/amd64/kubectl /usr/bin/kubectl
ADD https://storage.googleapis.com/kubernetes-release/release/v1.13.2/bin/linux/amd64/kubectl /usr/bin/kubectl
ADD https://github.com/tazjin/kontemplate/releases/download/v1.7.0/kontemplate-1.7.0-511ae92-linux-amd64.tar.gz /tmp/kontemplate.tar.gz
# Pass release version is 1.7.1

View file

@ -1,2 +1,2 @@
d9a48cd9d84a30e6f1a3e965f73003486ca2afb0f81f74959dc9d96c7be4823c /tmp/kontemplate.tar.gz
7fc84102a20aba4c766245714ce9555e3bf5d4116aab38a15b11419070a0fa90 /usr/bin/kubectl
2c7ab398559c7f4f91102c4a65184e0a5a3a137060c3179e9361d9c20b467181 /usr/bin/kubectl