• Joined on 2026-04-23

ci-helm (latest)

Published 2026-06-18 14:10:33 +03:00 by niko

Installation

docker pull gitea.app.keskikuja.site/niko/ci-helm:latest
sha256:9c5b653b65194bd927515ab9f995b4963928985640b6a98a735ac638d7f4101a

Images

Digest OS / Arch Size
408a135741 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 # buildkit
COPY platform-helm/junit-to-html.xsl /usr/local/share/ # buildkit

Labels

Key Value
build.date 2026-06-18T11:09:54Z
git.commit 379132a150815fb39ec04c72c12f0e7efc075c13
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
Container
2026-06-18 14:10:33 +03:00
3
OCI / Docker
Versions (4) View all
git 2026-06-18
2026-06-18 2026-06-18
latest 2026-06-18