helm (latest-arm64-v8)

Published 2025-04-02 03:33:54 +02:00 by volker.raschek in volker.raschek/helm-docker

Installation

docker pull git.cryptic.systems/volker.raschek/helm:latest-arm64-v8
sha256:35347d5c07d7534c6663e7fd63d40011a67ab840a63923a3a18d6aa2b42b22f6

Image Layers

ADD alpine-minirootfs-3.21.3-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG HELM_VERSION
/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
/bin/sh -c if [[ -z "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh; fi
/bin/sh -c if [[ -n "${HELM_VERSION+x}" ]]; then bash /tmp/install.sh --version "${HELM_VERSION}"; fi
/bin/sh -c rm /tmp/install.sh
/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
ENTRYPOINT ["/usr/local/bin/helm"]
LABEL org.opencontainers.image.created=2025-04-02T01:32:29Z
LABEL org.opencontainers.image.revision=296266a2d55dfd4fad8e6a73cb23e9dd542af8b3
LABEL org.opencontainers.image.source=https://git.cryptic.systems/volker.raschek/helm-docker.git
LABEL org.opencontainers.image.url=https://git.cryptic.systems/volker.raschek/helm-docker

Labels

Key Value
org.opencontainers.image.created 2025-04-02T01:32:29Z
org.opencontainers.image.revision 296266a2d55dfd4fad8e6a73cb23e9dd542af8b3
org.opencontainers.image.source https://git.cryptic.systems/volker.raschek/helm-docker.git
org.opencontainers.image.url https://git.cryptic.systems/volker.raschek/helm-docker
Details
Container
2025-04-02 03:33:54 +02:00
232
OCI / Docker
linux/arm64/v8
82 MiB
Versions (86) View all
latest 2025-04-02
latest-amd64 2025-04-02
latest-arm64-v8 2025-04-02
3.17 2025-02-14
3.17.1 2025-02-14