Namespace
adoptopenjdk
Image / Tag
openjdk8:x86_64-ubuntu-jre8u302-b08
Content Digest
sha256:1a94468fa236c3b5ff2959bbf6438a21e87ed89e8b2978b723cb189949fd06e9
Details
Created

2021-11-02 17:03:14 UTC

Size

82.3 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u302-b08

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:7b1a6ab2e44dbac178598dabe7cff59bd67233dba0b27e4fbd1f9d4b3c877a54 - 33.1% (27.2 MB)

[#001] sha256:c0d891aa41fc6e5360f6060e5caa9074c870370c665249ec8468f4f49352095d - 18.58% (15.3 MB)

[#002] sha256:f57125fe2f7228b4f8cb0737a8709fb65d63cf879b28b4d5546702dc402f00b1 - 48.33% (39.8 MB)


History
2021-10-16 00:37:47 UTC

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

2021-10-16 00:37:47 UTC

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

2021-11-02 17:02:57 UTC

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

2021-11-02 17:03:11 UTC

/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl ca-certificates fontconfig locales && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*

2021-11-02 17:03:11 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u302-b08

2021-11-02 17:03:14 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='9951a36430c14548f78569135956e929db2554bfc706bb3fe0bf9a14acd28055'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u302-b08/OpenJDK8U-jre_aarch64_linux_hotspot_8u302b08.tar.gz'; ;; ppc64el|ppc64le) ESUM='0f242dc94b2c46f231e811427e30031cd1c7e5667979f8b403296008863d150e'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u302-b08/OpenJDK8U-jre_ppc64le_linux_hotspot_8u302b08.tar.gz'; ;; amd64|x86_64) ESUM='a74e63657ad04151a8f95202071d2895f1cc9295c910ad3c361ff1cc27395107'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u302-b08/OpenJDK8U-jre_x64_linux_hotspot_8u302b08.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; curl -LfsSo /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p /opt/java/openjdk; cd /opt/java/openjdk; tar -xf /tmp/openjdk.tar.gz --strip-components=1; rm -rf /tmp/openjdk.tar.gz;

2021-11-02 17:03:14 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

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