Namespace
adoptopenjdk
Image / Tag
openjdk8:armv7l-debian-jdk8u412-b04-ea-beta-nightly
Content Digest
sha256:add24cd238ac0ac55786a43aa2268734fcb813755245eba2fd4085bef4c7bbcc
Details
Created

2024-02-25 16:29:46 UTC

Size

154 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u412-b04-ea-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:23a6e5471cecf9aa4fa6cf1fd7037e25b9e75821953151df1a9eb5cac88d5dae - 28.38% (43.8 MB)

[#001] sha256:a3fde620e443329cd06625c93d8febff12627b520d8d35341995d7c53ec50f20 - 10.56% (16.3 MB)

[#002] sha256:30ef7a5626bac7d09719016dfbc7ef69693bc9f3feed7711420a4a9c7a305c95 - 61.06% (94.3 MB)


History
2024-02-13 01:20:54 UTC

/bin/sh -c #(nop) ADD file:952ff0908ecc63aa19ee3459c5e4ffbf10a0917e72f12212cec4e26ca37e18d3 in /

2024-02-13 01:20:55 UTC

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

2024-02-25 16:28:37 UTC

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

2024-02-25 16:29:16 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/*

2024-02-25 16:29:17 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u412-b04-ea-beta

2024-02-25 16:29:46 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='a3e3fc0d49af046be510feca9e09b642e4f4000743a8cd2ca736429ac4ed910d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b04-ea-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_8u412b04-ea.tar.gz'; ;; armhf|armv7l) ESUM='b5048d3999743fa7b494001920a2cdf4f99ad82c0815b196589c61f8c55a6540'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b04-ea-beta/OpenJDK8U-jdk_arm_linux_hotspot_8u412b04-ea.tar.gz'; ;; ppc64el|ppc64le) ESUM='62ea7ee355528b8d1030af0792c8e77598f2816df40a8253e6ef6e6f438d0fa3'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b04-ea-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_8u412b04-ea.tar.gz'; ;; amd64|x86_64) ESUM='e5a6bf7983005da375eed8bfac3a7850d258781152a22782e1d108d47f14cc38'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u412-b04-ea-beta/OpenJDK8U-jdk_x64_linux_hotspot_8u412b04-ea.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;

2024-02-25 16:29:46 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