Docker images are automatically built on Docker Hub:
latest always corresponds with the latest build from mastertag always correspond with git taghelm, gcloud and kubectl are all available.
The image also includes the helm diff Helm Plugin.
VERSION=2.9.0; docker build --build-arg HELM_VERSION=v$VERSION . -t $VERSION
VERSION in the Dockerfileexport $VERSION
git tag -a $VERSION
git push origin --tags
export $VERSION
git tag -d $VERSION
git push origin :refs/tags/$VERSION
Content type
Image
Digest
Size
85.3 MB
Last updated
over 8 years ago
docker pull thorix/helm:2.9.0