Sign inSign up

stardif/k8s

By stardif

•Updated almost 9 years ago

Kubectl in Docker

Image
0

91

stardif/k8s repository overview

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

Tag summary

Content type

Image

Digest

Size

17.2 MB

Last updated

almost 9 years ago

docker pull stardif/k8s:v1.8.3