Initial commit
This commit is contained in:
commit
b2b03d996e
1 changed files with 8 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
FROM alpine
|
||||||
|
|
||||||
|
ENV KUBERNETES_VERSION 1.11.7
|
||||||
|
|
||||||
|
RUN apk add --no-cache ca-certificates curl
|
||||||
|
RUN curl -L -o /usr/bin/kubectl "https://storage.googleapis.com/kubernetes-release/release/v${KUBERNETES_VERSION}/bin/linux/amd64/kubectl"
|
||||||
|
RUN chmod +x /usr/bin/kubectl
|
||||||
|
|
Loading…
Reference in a new issue