helm (latest-amd64)

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

Installation

docker pull git.cryptic.systems/volker.raschek/helm:latest-amd64
sha256:427fc7d5fec8909e242ea840a8e3b54af2ffe97d82ad165e5b24af3884391961

Image Layers

ADD alpine-minirootfs-3.20.3-x86_64.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:59:02Z
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:59:02Z
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 21:00:39 +00:00
10059
OCI / Docker
linux/amd64
85 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