Namespace
alpine
Image / Tag
helm:3.12.2
Content Digest
sha256:19eb5263ceddc76e5a48b365646409435daa0325e54561d6487ce442dfc46c05
Details
Created

2023-07-16 03:06:50 UTC

Size

28.5 MB

Content Digest
Environment
BASE_URL

https://get.helm.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:31e352740f534f9ad170f75378a84fe453d6156e40700b882d737a8f4a6988a3 - 11.37% (3.24 MB)

[#001] sha256:dd84970f85d3671430f94406a477f616d559221afe12669467beb64f4f144a29 - 88.63% (25.2 MB)

[#002] sha256:5767a80cb2dd9581a7a4272a718c38490213c3439838cb1165348173e07a3a8e - 0.0% (94 Bytes)


History
2023-06-14 20:41:58 UTC

/bin/sh -c #(nop) ADD file:1da756d12551a0e3e793e02ef87432d69d4968937bd11bed0af215db19dd94cd in /

2023-06-14 20:41:59 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-07-16 03:06:50 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-07-16 03:06:50 UTC (buildkit.dockerfile.v0)

ENV BASE_URL=https://get.helm.sh

2023-07-16 03:06:50 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=3.12.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 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

2023-07-16 03:06:50 UTC (buildkit.dockerfile.v0)

WORKDIR /apps

2023-07-16 03:06:50 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["helm"]

2023-07-16 03:06:50 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2023-07-16 03:07:13 UTC

Size

27.2 MB

Content Digest
Environment
BASE_URL

https://get.helm.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7836be94d3024e2042069c1095caba0b391f70c4b3d34a0475a503239d73dfba - 11.0% (3 MB)

[#001] sha256:ae1d0de7201ec8935c7594cb3a37e25423794e9c0eb52f52409ddd61156ea521 - 89.0% (24.2 MB)

[#002] sha256:410692735336cd13252e54c79d11c7a1e8b2edcc66fef0c99e2599c984be23cb - 0.0% (94 Bytes)


History
2023-06-14 18:49:20 UTC

/bin/sh -c #(nop) ADD file:4213782693bf27a9a6de23bc924ef0c4fb6b2d56010fc07b25f81edeba83b0d4 in /

2023-06-14 18:49:20 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-07-16 03:07:13 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-07-16 03:07:13 UTC (buildkit.dockerfile.v0)

ENV BASE_URL=https://get.helm.sh

2023-07-16 03:07:13 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=3.12.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 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

2023-07-16 03:07:13 UTC (buildkit.dockerfile.v0)

WORKDIR /apps

2023-07-16 03:07:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["helm"]

2023-07-16 03:07:13 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2023-07-16 03:07:17 UTC

Size

26.5 MB

Content Digest
Environment
BASE_URL

https://get.helm.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:633ba29fd335042456b6e2c073636f6fa30de56f1331c442914739b92a479974 - 10.44% (2.76 MB)

[#001] sha256:0f0b8c7e79bed6939b469218483ad4d6397d6fa18a020cf85fc9b1d8efbce08f - 89.56% (23.7 MB)

[#002] sha256:6180293f76b1228d0805d865d5aaf5d4d7adcc583426f0de6c16483275d15339 - 0.0% (94 Bytes)


History
2023-06-14 22:36:15 UTC

/bin/sh -c #(nop) ADD file:082f034323c559f3cb9feb6422c88b1ec8017f436d6109e238a5c5384a32a90a in /

2023-06-14 22:36:15 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-07-16 03:07:17 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-07-16 03:07:17 UTC (buildkit.dockerfile.v0)

ENV BASE_URL=https://get.helm.sh

2023-07-16 03:07:17 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=3.12.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 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

2023-07-16 03:07:17 UTC (buildkit.dockerfile.v0)

WORKDIR /apps

2023-07-16 03:07:17 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["helm"]

2023-07-16 03:07:17 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2023-07-16 03:07:16 UTC

Size

26.9 MB

Content Digest
Environment
BASE_URL

https://get.helm.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:8c6d1654570f041603f4cef49c320c8f6f3e401324913009d92a19132cbf1ac0 - 11.82% (3.18 MB)

[#001] sha256:48ea27c71b5e4ca984b5bf7d1beab1f848cfe1034ec1a660682d2d9b05d299fb - 88.18% (23.7 MB)

[#002] sha256:0292ee4019a01c5871af04deea65c590c4d002b0df39400acd85d1c97d4812a4 - 0.0% (94 Bytes)


History
2023-06-14 20:48:58 UTC

/bin/sh -c #(nop) ADD file:289c2fac17119508ced527225d445747cd177111b4a0018a6b04948ecb3b5e29 in /

2023-06-14 20:48:58 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-07-16 03:07:15 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-07-16 03:07:15 UTC (buildkit.dockerfile.v0)

ENV BASE_URL=https://get.helm.sh

2023-07-16 03:07:15 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=3.12.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 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

2023-07-16 03:07:16 UTC (buildkit.dockerfile.v0)

WORKDIR /apps

2023-07-16 03:07:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["helm"]

2023-07-16 03:07:16 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2023-07-16 03:07:18 UTC

Size

26.6 MB

Content Digest
Environment
BASE_URL

https://get.helm.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:ffa4a466dbb8eebd7e7f25590a9df12390de9016abf82279c29c9a64aa76491a - 11.98% (3.19 MB)

[#001] sha256:e3b25a29477ab5aaca67ddc358088860d90eb617db7e5e3c552124c38979a4a2 - 88.02% (23.4 MB)

[#002] sha256:05c4073d96e5953e99bee1798048032f914290286126edef604757e4548cd2fd - 0.0% (94 Bytes)


History
2023-06-15 00:39:49 UTC

/bin/sh -c #(nop) ADD file:694c636c0dd19fd01accbc189e4c1dc4d063952692c6e7eb26dce02a7adba833 in /

2023-06-15 00:39:49 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-07-16 03:07:18 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-07-16 03:07:18 UTC (buildkit.dockerfile.v0)

ENV BASE_URL=https://get.helm.sh

2023-07-16 03:07:18 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=3.12.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 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

2023-07-16 03:07:18 UTC (buildkit.dockerfile.v0)

WORKDIR /apps

2023-07-16 03:07:18 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["helm"]

2023-07-16 03:07:18 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Details
Created

2023-07-16 03:07:19 UTC

Size

27.9 MB

Content Digest
Environment
BASE_URL

https://get.helm.sh

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:998cc98447b44e5f0fe799dce691412796ba586ab22eb7c99aebf9d45f34833b - 10.97% (3.06 MB)

[#001] sha256:4e48f8a1206ca06fd3f6b4a7990b73a8ca8c0368c277f0319fa79532696859e1 - 89.03% (24.9 MB)

[#002] sha256:b8e6cdb3707bb1644722dcb94dbda63e55124a9ab92aaca1b78e3d8fd31e9158 - 0.0% (94 Bytes)


History
2023-06-15 05:18:38 UTC

/bin/sh -c #(nop) ADD file:a59beca78118ebf4f86cc1685237dc3a29a519401a70668da520beaa3d29eb7a in /

2023-06-15 05:18:38 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-07-16 03:07:19 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-07-16 03:07:19 UTC (buildkit.dockerfile.v0)

ENV BASE_URL=https://get.helm.sh

2023-07-16 03:07:19 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=3.12.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 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

2023-07-16 03:07:19 UTC (buildkit.dockerfile.v0)

WORKDIR /apps

2023-07-16 03:07:19 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["helm"]

2023-07-16 03:07:19 UTC (buildkit.dockerfile.v0)

CMD ["--help"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete