1
0

added kubectl to image

This commit is contained in:
Hanjo Meinhardt
2018-08-24 14:12:11 +02:00
committed by Hanjo Meinhardt
parent a9a4291fcb
commit d926063a6e
2 changed files with 12 additions and 7 deletions
+5
View File
@@ -3,3 +3,8 @@ FROM $BASE_IMAGE
RUN apk add -U --no-cache openssl
# download and install kubectl
ARG KUBECTL_VERSION
RUN curl -L https://storage.googleapis.com/kubernetes-release/release/$KUBECTL_VERSION/bin/linux/amd64/kubectl -o /usr/bin/kubectl \
&& chmod +x /usr/bin/kubectl