Namespace
adoptopenjdk
Image / Tag
openjdk8:x86_64-debian-jre8u-2022-05-13-16-09-beta-nightly
Content Digest
sha256:0f95291405365614f0c9df8e2fef6c06711d1e44180871d21efa213669962054
Details
Created

2022-05-13 16:29:23 UTC

Size

105 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-05-13-16-09-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:b03a94565ecb6e02edf716307f25a0ea5090e3e2f7acec6a3687b95415378a30 - 45.79% (48.1 MB)

[#001] sha256:dc77a6ec29e630bcb22e5cfe66df1826cad2545e8bcdba4b565f8049da9c32d9 - 16.26% (17.1 MB)

[#002] sha256:a8073d69fb368c507e96aeeea883ee45db1b0833b675c5667fdb30edf9e36e37 - 37.95% (39.9 MB)


History
2022-05-11 01:20:26 UTC

/bin/sh -c #(nop) ADD file:54d60144d251caa916ff50606bc2364131d47d6b10ed83d08c81c647ab56cc40 in /

2022-05-11 01:20:26 UTC

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

2022-05-13 16:29:04 UTC

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

2022-05-13 16:29:19 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-05-13 16:29:19 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-05-13-16-09-beta

2022-05-13 16:29:22 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='d0fef24fc5b22a1391cdb9a3f2f3db2e20fdd9c552e00255792ecc4f7e2745dd'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-13-16-09-beta/OpenJDK8U-jre_aarch64_linux_hotspot_2022-05-13-16-09.tar.gz'; ;; amd64|x86_64) ESUM='e193e8a737d58f15e6e2a139d112531775c15873267716611894d8cba597ba3b'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-13-16-09-beta/OpenJDK8U-jre_x64_linux_hotspot_2022-05-13-16-09.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-05-13 16:29:23 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