A minimal tools container.. So I don't have to install Helm.
524
https://gitlab.com/com.figaw.util/helm
A minimal tools container.. So I don't have to install Helm.
./build.sh
./build.sh
docker run --rm figaw/helm:3.0.2-alpine-3.11 help
alias helm='docker run --rm \
-v $KUBECONFIG:/root/.kube/config \
-v `pwd`:/mnt/helm \
-w /mnt/helm \
figaw/helm:3.0.2-alpine-3.11'
NB: substitute
$KUBECONFIGwith the location of yourkubeconfig, if you're not using the environment variable.
Content type
Image
Digest
Size
15.3 MB
Last updated
over 6 years ago
docker pull figaw/helm:3-alpine