Namespace
library
Image / Tag
eclipse-temurin:8u332-b09-jre-alpine
Content Digest
sha256:c361dc839d1aee924df057e3ec8ceb5e41c4f35a581e56f46cf83d17a30395c3
Details
Created

2022-07-18 22:20:42 UTC

Size

42.9 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u332-b09

LANG

en_US.UTF-8

LANGUAGE

en_US:en

LC_ALL

en_US.UTF-8

PATH

/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:530afca65e2ea04227630ae746e0c85b2bd1a179379cbf2b6501b49c4cab2ccc - 6.21% (2.67 MB)

[#001] sha256:4d31e16dc1b50d804a50e80381050a90d4dc55a110eae65cd1cef937d3dc18d3 - 1.06% (467 KB)

[#002] sha256:c981aa64443949467f90197546cef90c202074f41c9642d354bd4c4d33aa6418 - 92.72% (39.8 MB)

[#003] sha256:ca74c14850fefef45273753af074a2ffc00011d54893413152f7093cbd2dfed4 - 0.0% (160 Bytes)


History
2022-07-18 21:00:15 UTC

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

2022-07-18 21:00:15 UTC

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

2022-07-18 22:20:07 UTC

/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8

2022-07-18 22:20:08 UTC

/bin/sh -c apk add --no-cache libretls musl-locales musl-locales-lang tzdata zlib && rm -rf /var/cache/apk/*

2022-07-18 22:20:08 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u332-b09

2022-07-18 22:20:41 UTC

/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='58d584ac185c21ce8e90124cdfdf29621c7af52ac8a4e3aa9bdb08d53249a7f4'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u332-b09/OpenJDK8U-jre_x64_alpine-linux_hotspot_8u332b09.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -O /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p /opt/java/openjdk; tar --extract --file /tmp/openjdk.tar.gz --directory /opt/java/openjdk --strip-components 1 --no-same-owner ; rm -rf /tmp/openjdk.tar.gz;

2022-07-18 22:20:41 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2022-07-18 22:20:42 UTC

/bin/sh -c echo Verifying install ... && echo java -version && java -version && echo Complete.

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