helm3 (latest)

Published 2023-10-31 09:49:46 +00:00 by tdology

Installation

docker pull wukong.piicloud.com/example/helm3:latest
sha256:a9a4cc8c6ff663b563589c4a82f8372cfa3d7dc07eaa60f8160668e25863b0a9

Image Layers

ADD file:5d673d25da3a14ce1f6cf66e4c7fd4f4b85a3759a9d93efb3fd9ff852b5b56e4 in /
CMD ["/bin/sh"]
ARG VERSION
ENV BASE_URL=https://get.helm.sh
RUN |1 VERSION=3.8.2 /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 && 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
RUN |1 VERSION=3.8.2 /bin/sh -c chmod +x /usr/bin/helm # buildkit
WORKDIR /apps
ENTRYPOINT ["helm"]
CMD ["--help"]
COPY file:c5480b3a13f13cf17259eabe7c4e4f90c1d9466a4f3d89639d7b65dc0edb09f0 in /bin/drone-helm
COPY file:05d86b1a39cfe200bf19bde8823c2c8679883d9b969fed38b0aff49db4bff0ea in /root/.kube/config.tpl
LABEL description=Helm 3 plugin for Drone 3
LABEL base=alpine/helm
ENTRYPOINT ["/bin/drone-helm"]
LABEL org.opencontainers.image.created=2023-05-20T15:35:15Z
LABEL org.opencontainers.image.revision=f3214718b8abcd7104983b0627fc5365ba6fa89b
LABEL org.opencontainers.image.source=https://git.tdology.com/tdology/drone-helm3.git
LABEL org.opencontainers.image.url=https://git.tdology.com/tdology/drone-helm3

Labels

Key Value
base alpine/helm
description Helm 3 plugin for Drone 3
org.opencontainers.image.created 2023-05-20T15:35:15Z
org.opencontainers.image.revision f3214718b8abcd7104983b0627fc5365ba6fa89b
org.opencontainers.image.source https://git.tdology.com/tdology/drone-helm3.git
org.opencontainers.image.url https://git.tdology.com/tdology/drone-helm3
Details
Container
2023-10-31 09:49:46 +00:00
7
OCI / Docker
linux/amd64
27 MiB
Versions (1) View all
latest 2023-10-31