Block a user
ci-helm (2026-06-18)
Published 2026-06-18 14:19:53 +03:00 by niko
Installation
docker pull gitea.app.keskikuja.site/niko/ci-helm:2026-06-18sha256:9d0777f5b98462d8d6cd70f2d2b7d9bc8c3555ac2bd287c9f15b429deec882d1
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 362d92b7f8 | linux/amd64 | 39 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 # buildkit |
| COPY platform-helm/junit-to-html.xsl /usr/local/share/ # buildkit |
Labels
| Key | Value |
|---|---|
| build.date | 2026-06-18T11:19:28Z |
| git.commit | f856779d8d77592f6a6c3d568a6d48c06ce2df9a |
| 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:19:53 +03:00
Versions (4)
View all
Container
2
OCI / Docker