Namespace
adoptopenjdk
Image / Tag
openjdk8:armv7l-ubuntu-jdk8u-2022-05-21-02-38-beta-nightly
Content Digest
sha256:e891dc9e12761b71654fa2c63f9c712fafe1fd282de7b70085a2d82c3aa12ea0
Details
Created

2022-05-23 09:55:32 UTC

Size

128 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2022-05-21-02-38-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:03ca5b55b2bdc3c68d23c18a88c099e2015c6bdcef6e3c43ca0bfb6aea0b032a - 16.65% (21.3 MB)

[#001] sha256:d8f02ff36570cd1e394c335da8abec16e541d378bd40907090980e312193778f - 9.58% (12.2 MB)

[#002] sha256:df382c18c2f1f3f04d6fcb3f614f4309d5bc8e01a1dc942259da3c84c0cb6543 - 73.77% (94.2 MB)


History
2022-04-29 22:58:25 UTC

/bin/sh -c #(nop) ADD file:9604e3641a386ec134596dd717862c2386c1b90009c0646b1773930f98949d9c in /

2022-04-29 22:58:26 UTC

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

2022-05-23 09:54:21 UTC

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

2022-05-23 09:55:02 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-23 09:55:04 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-05-21-02-38-beta

2022-05-23 09:55:27 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in armhf|armv7l) ESUM='645c74d8db01e66a0d9fb2ef03931a051f21da7394b4cf385f83c3cc6aa29827'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-21-02-38-beta/OpenJDK8U-jdk_arm_linux_hotspot_2022-05-21-02-38.tar.gz'; ;; ppc64el|ppc64le) ESUM='ad584e9f6bd6e4619a3bf10b14bd6a8d78047fbfe8a1b213f57c51f9920c185f'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-21-02-38-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2022-05-21-02-38.tar.gz'; ;; s390x) ESUM='ca5e9855b6a1a6f19e2055c7cd5df6c83a899173fd62651829352b2b4f56ca21'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-21-02-38-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-05-21-02-38.tar.gz'; LIBFFI_SUM='05e456a2e8ad9f20db846ccb96c483235c3243e27025c3e8e8e358411fd48be9'; LIBFFI_URL='http://launchpadlibrarian.net/354371408/libffi6_3.2.1-8_s390x.deb'; curl -LfsSo /tmp/libffi6.deb ${LIBFFI_URL}; echo "${LIBFFI_SUM} /tmp/libffi6.deb" | sha256sum -c -; apt-get install -y --no-install-recommends /tmp/libffi6.deb; rm -rf /tmp/libffi6.deb; ;; amd64|x86_64) ESUM='f5c269a82da490f2fefe576a5f937a49ccbb93fb31bad4158f8b2250e696830c'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-05-21-02-38-beta/OpenJDK8U-jdk_x64_linux_hotspot_2022-05-21-02-38.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-23 09:55:32 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