This Docker image includes helm along with:
gcloudkubectlenvsubstjqvalsAnd helm plugins:
viglesiasce/helm-gcs.gitdatabus23/helm-diffhelm/helm-2to3Docker images are automatically built on Docker Hub:
latest is always the latest fully released version (non-beta/RC).master is always the latest commit on master.To test a local build:
docker build -t devth/helm .
Use the following to:
VERSION in the DockerfileNB: the sed syntax works with MacOS built-in sed.
gh issue list
VERSION=v3.6.3
ISSUE=124
# use GNU sed
sed -i "3s/.*/ENV VERSION $VERSION/" Dockerfile
git diff # ensure it looks good
git commit -am "Bump to $VERSION; fix #$ISSUE"
git tag $VERSION
git push && git push --tags
Close an issue without fixing it:
gh issue close 109
Optionally test building the image before pushing:
docker build .
To re-build a particular tag we need to delete the git tag locally and remotely:
git push origin :$VERSION
git tag -d $VERSION
Then re-tag and push:
git tag $VERSION
git push --tags
Content type
Image
Digest
sha256:8f1ccd303…
Size
433.2 MB
Last updated
about 1 year ago
docker pull devth/helm