Sign inSign up

itlboy/node-kubectl

By itlboy

Updated almost 4 years ago

Image
0

151

itlboy/node-kubectl repository overview

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

Tag summary

Content type

Image

Digest

sha256:db1d8de27

Size

77.6 MB

Last updated

almost 4 years ago

docker pull itlboy/node-kubectl