Skip to content

BuoyantIO/kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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 .