Namespace
library
Image / Tag
eclipse-temurin:11.0.15_10-jdk-alpine
Content Digest
sha256:ff7058d62796b2f2425eef304fe3c6f4ec2b6d3360a7723092816fe4bab059a6
Details
Created

2022-07-18 22:21:05 UTC

Size

188 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk-11.0.15+10

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 - 1.42% (2.67 MB)

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

[#002] sha256:fe410b7fa308e24c60de5ed4727a28ec2714a66ef88a9a720b49702a9f7ab52f - 98.34% (185 MB)

[#003] sha256:6fe1b8640d1b31025c189a1da60a0cf829bc5e7994b7678bfd8e2315b045d706 - 0.0% (162 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:51 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-11.0.15+10

2022-07-18 22:21:03 UTC

/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='b7409adf3b6d61324d734218be29b796089c1df0c994f128700c7a7fde728d1f'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.15%2B10/OpenJDK11U-jdk_x64_alpine-linux_hotspot_11.0.15_10.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:21:04 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:21:05 UTC

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

2022-07-18 22:21:05 UTC

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

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