Namespace
adoptopenjdk
Image / Tag
openjdk8:x86_64-debianslim-jre8u-2022-07-05-03-24-beta-nightly
Content Digest
sha256:1e56cc46ca965810621c8416677b63ca01a19ff8631a89228a65799bce7f2aca
Details
Created

2022-07-07 16:01:26 UTC

Size

78.3 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-07-05-03-24-beta

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:824b15f81d6568adc139263c39805e52d9880758b907f40144bbb1938ca59323 - 33.07% (25.9 MB)

[#001] sha256:a313c819cae8295a53defafc47e3855f811c43f333343868be73678476f49933 - 15.99% (12.5 MB)

[#002] sha256:67298668185b2d572522581e311562ab0288527ebe2fd2cd1aa3e5174d51cb2f - 50.94% (39.9 MB)


History
2022-06-23 00:20:46 UTC

/bin/sh -c #(nop) ADD file:0ae121f9805d31a4ad0ed63e1fc397167a23656a285572fe68bfc51ea91ecfdd in /

2022-06-23 00:20:46 UTC

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

2022-07-07 16:01:07 UTC

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

2022-07-07 16:01:22 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/*

2022-07-07 16:01:22 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-07-05-03-24-beta

2022-07-07 16:01:26 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in armhf|armv7l) ESUM='869d5652ba0ff7cc45c7c13561eaaa2a24508d33e4cd6c6ac6feb223e1e1845b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-05-03-24-beta/OpenJDK8U-jre_arm_linux_hotspot_2022-07-05-03-24.tar.gz'; ;; ppc64el|ppc64le) ESUM='dd1a3ac778d290f9d93a6f12f1c88cd586b6ae5763e34a6c1fa6d4357c05a118'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-05-03-24-beta/OpenJDK8U-jre_ppc64le_linux_hotspot_2022-07-05-03-24.tar.gz'; ;; s390x) ESUM='47ff44c1136fc5142374271a3cf651eb9804a2b4f7b68d0cf7fd26eebccbf479'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-05-03-24-beta/OpenJDK8U-jre_s390x_linux_hotspot_2022-07-05-03-24.tar.gz'; ;; amd64|x86_64) ESUM='ad9432dbf9475c675aba3ab682be8c87fd61bdb76fec950026cd397db5c08ab2'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-07-05-03-24-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-07-05-03-24.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;

2022-07-07 16:01:26 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