Sign inSign up

figaw/helm

By figaw

Updated over 6 years ago

A minimal tools container.. So I don't have to install Helm.

Image
0

524

figaw/helm repository overview

Helm (in Alpine) Container

https://gitlab.com/com.figaw.util/helm

A minimal tools container.. So I don't have to install Helm.

Build

./build.sh

Push to Dockerhub

./build.sh

Run

docker run --rm figaw/helm:3.0.2-alpine-3.11 help

Alias

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 $KUBECONFIG with the location of your kubeconfig, if you're not using the environment variable.

Tag summary

Content type

Image

Digest

Size

15.3 MB

Last updated

over 6 years ago

docker pull figaw/helm:3-alpine