Block a user
ci-helm (git)
Published 2026-06-18 14:31:27 +03:00 by niko
Installation
docker pull gitea.app.keskikuja.site/niko/ci-helm:gitsha256:ce3430b494a0a519d374520c2de5a0434930780d15050bb9f988c4ec8fe75d46
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ae58b2ba08 | linux/amd64 | 64 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| ARG VERSION=3.19.0 |
| ENV BASE_URL=https://get.helm.sh |
| RUN |1 VERSION=3.19.0 /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"] |
| COPY /kubeconform /usr/local/bin/kubeconform # buildkit |
| RUN /bin/sh -c apk add --no-cache libxslt nodejs git # buildkit |
| COPY platform-helm/junit-to-html.xsl /usr/local/share/ # buildkit |
Labels
| Key | Value |
|---|---|
| build.date | 2026-06-18T11:30:23Z |
| git.commit | 393036a63a21db5bf59b27dac42edf0e327f178d |
| git.commitBy | niko |
| org.opencontainers.image.created | 2025-10-19T05:16:51.982Z |
| 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 | 1819f21 |
Details
2026-06-18 14:31:27 +03:00
Versions (4)
View all
Container
2
OCI / Docker