helm (3.18.1-amd64)

Published 2025-05-29 12:15:39 +02:00 by volker.raschek in volker.raschek/helm-docker

Installation

docker pull git.cryptic.systems/volker.raschek/helm:3.18.1-amd64
sha256:67924814b5a1070f5838c3b293cd408c305f65c90ade4e10fc72c742ee88e68c

Image Layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG HELM_VERSION=v3.18.1
RUN |1 HELM_VERSION=v3.18.1 /bin/sh -c apk add bash curl git openssl && curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 --output /tmp/install.sh # buildkit
RUN |1 HELM_VERSION=v3.18.1 /bin/sh -c if [[ -z "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh; fi # buildkit
RUN |1 HELM_VERSION=v3.18.1 /bin/sh -c if [[ -n "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh --version "${HELM_VERSION}"; fi # buildkit
RUN |1 HELM_VERSION=v3.18.1 /bin/sh -c rm /tmp/install.sh # buildkit
RUN |1 HELM_VERSION=v3.18.1 /bin/sh -c helm plugin install https://github.com/chartmuseum/helm-push.git && helm plugin install https://github.com/helm-unittest/helm-unittest.git && helm plugin install https://github.com/losisin/helm-values-schema-json.git # buildkit
ENTRYPOINT ["/usr/local/bin/helm"]
Details
Container
2025-05-29 12:15:39 +02:00
2
OCI / Docker
linux/amd64
89 MiB
Versions (98) View all
3.18.1 2025-05-29
3.18.1-arm64 2025-05-29
3.18.1-amd64 2025-05-29
3.18.0 2025-05-21
3.18.0-arm64 2025-05-21