Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.15 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.15 KB

Dockerfiles

This is a collection of custom dockerfiles I use in my workflows.

Azure CLI

paulbouwer/azure-cli

image version image size

A custom image built from the mcr.microsoft.com/azure-cli base image and bundling the current kubectl, helm, and azbrowse binaries. It includes a custom prompt and tab completion for all cli binaries.

Kubernetes CLI

paulbouwer/k8s-cli

image version image size

A custom image built from the ubuntu base image and bundling the current kubectl, helm, and kubie binaries. It includes a custom prompt and tab completion for all cli binaries.