FROM node:alpine
RUN apk add --no-cache curl
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
RUN chmod +x kubectl && mv ./kubectl /usr/local/bin
Content type
Image
Digest
sha256:db1d8de27…
Size
77.6 MB
Last updated
almost 4 years ago
docker pull itlboy/node-kubectl