Simplified everything. 42

This commit is contained in:
Jakub Vavřík
2021-06-28 17:40:08 +02:00
parent c02949b79d
commit 64b42bb818
9 changed files with 30 additions and 110 deletions

View File

@@ -1,6 +1,7 @@
FROM alpine:3.13.4
RUN apk add bash curl openssl \
&& apk add --update coreutils jq \
&& curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \
&& chmod 755 ./kubectl \
&& mv ./kubectl /usr/bin/kubectl