Dockerfile:
FROM alpine:3.6
ENV K8S_VERSION="v1.8.3"
RUN apk add --no-cache curl gettext && \
cd /usr/bin && \
curl -LO https://storage.googleapis.com/kubernetes-release/release/$K8S_VERSION/bin/linux/amd64/kubectl && \
chmod 755 kubectl
Content type
Image
Digest
Size
17.2 MB
Last updated
almost 9 years ago
docker pull stardif/k8s:v1.8.3