helm (3.18.3-arm64)
Installation
docker pull git.cryptic.systems/volker.raschek/helm:3.18.3-arm64
sha256:1cc9b24b17b42b60caa7cf9a2af3903656bd407da6c289f45986a82655c925c1
Image Layers
ADD alpine-minirootfs-3.22.0-aarch64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
ARG HELM_VERSION=v3.18.3 |
RUN |1 HELM_VERSION=v3.18.3 /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.3 /bin/sh -c if [[ -z "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh; fi # buildkit |
RUN |1 HELM_VERSION=v3.18.3 /bin/sh -c if [[ -n "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh --version "${HELM_VERSION}"; fi # buildkit |
RUN |1 HELM_VERSION=v3.18.3 /bin/sh -c rm /tmp/install.sh # buildkit |
RUN |1 HELM_VERSION=v3.18.3 /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
Versions (104)
View all
3.18.3
2025-06-17
3.18.3-amd64
2025-06-17
3.18.3-arm64
2025-06-17
3.18.2
2025-06-02
3.18.2-arm64
2025-06-02