helm (latest-arm64-v8)

Published 2024-11-21 20:29:03 +00:00 by volker.raschek in volker.raschek/helm-docker

Installation

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

Image Layers

ADD alpine-minirootfs-3.20.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 [[ ${HELM_VERSION} == "" ]]; bash /tmp/install.sh
/bin/sh -c [[ ${HELM_VERSION} != "" ]]; bash /tmp/install.sh --version ${HELM_VERSION}
/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
ENTRYPOINT ["/usr/local/bin/helm"]
LABEL org.opencontainers.image.created=2024-11-21T20:28:03Z
LABEL org.opencontainers.image.revision=f9103125164e38de1eacb80911a0a2813facf6de
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 2024-11-21T20:28:03Z
org.opencontainers.image.revision f9103125164e38de1eacb80911a0a2813facf6de
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
2024-11-21 20:29:03 +00:00
187
OCI / Docker
linux/arm64/v8
81 MiB
Versions (68) View all
latest-amd64 2024-11-21
latest-arm64-v8 2024-11-21
latest 2024-10-15
3.16.1 2024-09-16
3 2024-09-16