Sign inSign up

tszngai/kubectl

By tszngai

Updated over 5 years ago

Image
0

938

tszngai/kubectl repository overview

Build with

FROM debian:buster
RUN apt update && \
      apt install -y curl && \
      curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl && \
      chmod +x ./kubectl && \
      mv ./kubectl /usr/local/bin/kubectl && \
      curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 && \
      chmod 700 get_helm.sh && ./get_helm.sh

Tag summary

Content type

Image

Digest

Size

90.5 MB

Last updated

over 5 years ago

docker pull tszngai/kubectl