Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 599 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 599 Bytes

docker-helm

Docker image containing kubernetes helm.

The image is based on alpine.

Usage: docker run quay.io/kube-aws/helm:v2.6.0

Building and publishing an image

$ docker build -t quay.io/kube-aws/helm:v2.6.0 . && docker push quay.io/kube-aws/helm:v2.6.0

Acknowledgement

Thanks to linkyard/docker-helm for the original implementation. The only differences of kube-aws/helm from the original linkyard/helm would be the author info included the image and the removal of git from the image(kube-aws didn't require git in a helm image).