helm (3.16.4)
Published 2026-07-26 19:23:40 +00:00 by admin
Installation
docker pull git.aliasaas.com/admin/helm:3.16.4sha256:1e607ea8160ba964267d864592a742489105976044e3e49e9615e11f05d44ba2About this package
Auto-trigger docker build for kubernetes helm when new release is announced
Image Layers
| ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG VERSION=3.16.4 |
| ENV BASE_URL=https://get.helm.sh |
| RUN |1 VERSION=3.16.4 /bin/sh -c case `uname -m` in x86_64) ARCH=amd64; ;; armv7l) ARCH=arm; ;; aarch64) ARCH=arm64; ;; ppc64le) ARCH=ppc64le; ;; s390x) ARCH=s390x; ;; *) echo "un-supported arch, exit ..."; exit 1; ;; esac && apk add --update --no-cache wget git curl bash yq && wget ${BASE_URL}/helm-v${VERSION}-linux-${ARCH}.tar.gz -O - | tar -xz && mv linux-${ARCH}/helm /usr/bin/helm && chmod +x /usr/bin/helm && rm -rf linux-${ARCH} # buildkit |
| WORKDIR /apps |
| ENTRYPOINT ["helm"] |
| CMD ["--help"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-01-12T05:10:38.915Z |
| org.opencontainers.image.description | Auto-trigger docker build for kubernetes helm when new release is announced |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | |
| org.opencontainers.image.source | https://github.com/alpine-docker/helm |
| org.opencontainers.image.title | helm |
| org.opencontainers.image.url | https://github.com/alpine-docker/helm |
| org.opencontainers.image.version | b0f8b96 |