Namespace
library
Image / Tag
eclipse-temurin:11.0.14_9-jre-alpine
Content Digest
sha256:8f89ea8f2b4f76a37f5a081a58e1b68ee6dc0fbd42979c48cf5519703685269c
Details
Created

2022-02-01 22:22:35 UTC

Size

43.8 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk-11.0.14+9

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.13% (2.69 MB)

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

[#002] sha256:ad02ba196babc320a2240ac215db38dbcf82f54286689f7f30569b7ff10ac866 - 92.93% (40.7 MB)

[#003] sha256:a4e819ab6bfc4bd2df71b42b444070d736588c9830761e73fd76690fbe8d5dac - 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-02-01 22:21:40 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-11.0.14+9

2022-02-01 22:22:33 UTC

/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='c958743bc486202d9dbf51bd2e2357f2dced75dccd64a64efa9aaa63a8ee2aa0'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14%2B9/OpenJDK11U-jre_x64_alpine-linux_hotspot_11.0.14_9.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-02-01 22:22:34 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-02-01 22:22:35 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