Sign inSign up

amartingarcia/helm-release-cleaner

By amartingarcia

Updated over 4 years ago

Image used for helm usage with bash scripts

Image
0

638

amartingarcia/helm-release-cleaner repository overview

helm-release-cleaner

Image used for helm usage with bash scripts

FROM docker.io/alpine:3.12

RUN apk update && \
    apk add coreutils \
            curl      \
            bash      \
            openssl

RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 && \
    chmod 700 get_helm.sh                                                                         && \
    ./get_helm.sh

Tag summary

Content type

Image

Digest

Size

20 MB

Last updated

over 4 years ago

docker pull amartingarcia/helm-release-cleaner