Namespace
library
Image / Tag
eclipse-temurin:11.0.13_8-jre-alpine
Content Digest
sha256:3449d129883a08e78b9342e7a8a284802dacd17b76c4fbac672c6be17b9492f6
Details
Created

2022-01-13 17:20:19 UTC

Size

43.8 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk-11.0.13+8

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:59bf1c3509f33515622619af21ed55bbe26d24913cedbca106468a5fb37a50c3 - 6.14% (2.69 MB)

[#001] sha256:1f7418fdfb53d3b677d087a50df49ad12829a9eab2f0b2c8c19b162589387891 - 0.94% (420 KB)

[#002] sha256:8f401725e2f711f03748393b30ae2cd4e5f284db67421d4c5fa91a4d62a81cfd - 92.92% (40.7 MB)

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


History
2021-11-24 20:19:40 UTC

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

2021-11-24 20:19:40 UTC

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

2022-01-13 17:19:44 UTC

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

2022-01-13 17:19:46 UTC

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

2022-01-13 17:19:46 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-11.0.13+8

2022-01-13 17:20:17 UTC

/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='c7f56c8c4a5d115e13c9b595384029441008786427e7a85f91004134520f46d2'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.13%2B8/OpenJDK11U-jre_x64_alpine-linux_hotspot_11.0.13_8.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-01-13 17:20:18 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-01-13 17:20:19 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