container-images/containertools (e58c6bf)

Published 2025-09-24 05:40:55 +00:00 by registry

Installation

docker pull forgejo.commonground.utrecht.nl/gemeente-utrecht/container-images/containertools:e58c6bf
sha256:4a81a8c6373c2552841364671e7721b13f6370664d49f1bd978fb1b2d71f987a

Image layers

ADD file:aa1af71c6b66d2dddee4797236e3e526f70f904ab641cc0dd6b41445cfedf9b4 in /
CMD ["/bin/sh"]
ENV HELM_VERSION=3.11.1
RUN /bin/sh -c apk add --update bash curl skopeo jq git # buildkit
RUN /bin/sh -c curl -Lo helm.tgz https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz && tar -xzf helm.tgz && mv linux-amd64/helm /usr/local/bin/helm && chmod +x /usr/local/bin/helm && rm -rf helm.tgz linux-amd64 # buildkit
RUN /bin/sh -c adduser -D iamnotroot # buildkit
USER iamnotroot
RUN /bin/sh -c helm plugin install https://github.com/chartmuseum/helm-push # buildkit
Details
Container
2025-09-24 05:40:55 +00:00
0
OCI / Docker
linux/amd64
64 MiB
Versions (2) View all
e58c6bf 2025-09-24
1.0 2025-07-29