Namespace
library
Image / Tag
eclipse-temurin:8u322-b06-jre-alpine
Content Digest
sha256:aa30bd70026176e6a88f6a53afbda7cb897c1299a5017d6103b9da4c8e83e0e0
Details
Created

2022-04-05 10:56:16 UTC

Size

42.9 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u322-b06

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:df9b9388f04ad6279a7410b85cedfdcb2208c0a003da7ab5613af71079148139 - 6.26% (2.68 MB)

[#001] sha256:d3277e9a7631c57d573722746688faad867a5b43dda77316e369e08ba94b713d - 0.96% (420 KB)

[#002] sha256:9ec148661a160328109755f5071450bdf7b1301cda01872a84c35ed421b5d464 - 92.79% (39.8 MB)

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


History
2022-04-05 00:19:59 UTC

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

2022-04-05 00:19:59 UTC

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

2022-04-05 10:55:43 UTC

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

2022-04-05 10:55:44 UTC

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

2022-04-05 10:55:44 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u322-b06

2022-04-05 10:56:15 UTC

/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='984f1a1f96774e6fbb644031b89de349afb354c9d12232ffb500c6a5d4013b1b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u322-b06/OpenJDK8U-jre_x64_alpine-linux_hotspot_8u322b06.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-04-05 10:56:15 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-04-05 10:56:16 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