Auto-generated Docker image for norwoodj/helm-docs
10K+
Auto-trigger docker build for kubernetes helm-docs when new release is announced.
The latest docker tag is the latest release version (https://github.com/helm-docs/helm-docs/releases/latest)
Please avoid to use latest tag for any production deployment. Tag with right version is the proper way, such as renaultdigital/helm-docs:3.1.1
https://github.com/renault-digital/helm-docs
https://travis-ci.com/github/renault-digital/docker-helm-docs
https://hub.docker.com/r/renaultdigital/helm-docs/tags/
# mount local folders in container.
docker run -ti --rm -v $(pwd):/apps -w /apps \
-v ~/.kube:/root/.kube -v ~/.helm-docs:/root/.helm-docs -v ~/.config/helm-docs:/root/.config/helm-docs \
-v ~/.cache/helm-docs:/root/.cache/helm-docs \
renaultdigital/helm-docs
# Run helm-docs with special version. The tag is helm-docs's version
docker run -ti --rm -v $(pwd):/apps -w /apps \
-v ~/.kube:/root/.kube -v ~/.helm-docs:/root/.helm-docs -v ~/.config/helm-docs:/root/.config/helm-docs \
-v ~/.cache/helm-docs:/root/.cache/helm-docs \
renaultdigital/helm-docs:3.1.1
# run container as command
alias helm-docs="docker run -ti --rm -v $(pwd):/apps -w /apps \
-v ~/.kube:/root/.kube -v ~/.helm-docs:/root/.helm-docs -v ~/.config/helm-docs:/root/.config/helm-docs \
-v ~/.cache/helm-docs:/root/.cache/helm-docs \
renaultdigital/helm-docs"
helm-docs --help
# example in ~/.bash_profile
alias helm-docs='docker run -e KUBECONFIG="/root/.kube/config:/root/.kube/some-other-context.yaml" -ti --rm -v $(pwd):/apps -w /apps \
-v ~/.kube:/root/.kube -v ~/.helm-docs:/root/.helm-docs -v ~/.config/helm-docs:/root/.config/helm-docs \
-v ~/.cache/helm-docs:/root/.cache/helm-docs \
renaultdigital/helm-docs'
Mostly it is used during CI/CD (continuous integration and continuous delivery) or as part of an automated build/deployment
renaultdigital/helm-docs:latest and push to hub.docker.comContent type
Image
Digest
Size
6.2 MB
Last updated
about 5 years ago
docker pull renaultdigital/helm-docs