welldevops / kubectl

Kubectl in a scratch Docker image.

Home Page:https://hub.docker.com/r/buoyantio/kubectl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Pulls

Kubectl

Kubectl in a scratch Docker image.

Available at: https://hub.docker.com/r/buoyantio/kubectl/

Run

docker run buoyantio/kubectl:latest

Build

docker build -t buoyantio/kubectl:latest .

Build latest stable Kubernetes version

K8S_VERSION=$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
docker build -t buoyantio/kubectl:$K8S_VERSION --build-arg K8S_VERSION=$K8S_VERSION .

About

Kubectl in a scratch Docker image.

https://hub.docker.com/r/buoyantio/kubectl/

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%