Namespace
adoptopenjdk
Image / Tag
openjdk8:x86_64-debianslim-jdk8u-2021-11-17-22-03-beta-nightly-slim
Content Digest
sha256:a3323029f615ce6fbdc5fd54fa4f60b625a2095cb956f410806836720fb7b56b
Details
Created

2021-11-19 15:58:02 UTC

Size

88.7 MB

Content Digest
Environment
JAVA_HOME

/opt/java/openjdk

JAVA_VERSION

jdk8u-2021-11-17-22-03-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:a10c77af261312e7c92bcc184f2d1726175ff7f142e44b01c5779cd79348b9fd - 29.2% (25.9 MB)

[#001] sha256:3e6aa8a3413c9f1f7d0d7fb0f74babe7f4f4fba7ca08c68a116e63c76e1665cd - 14.1% (12.5 MB)

[#002] sha256:11e02be8337b331b0c75f62b739821b6dd1680a1e0eed6db47fdf04a2516488d - 0.01% (4.97 KB)

[#003] sha256:9042e00ab437566eb596ac4940dcb3e1fffeabb2014730b17b8cfd59280ffb0d - 56.69% (50.3 MB)


History
2021-11-17 02:21:02 UTC

/bin/sh -c #(nop) ADD file:3c54ad257f2e04f7294ce879b884820cf4726c8e93ec548172825963e40c79ad in /

2021-11-17 02:21:02 UTC

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

2021-11-19 15:55:59 UTC

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

2021-11-19 15:56:14 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-19 15:56:15 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2021-11-17-22-03-beta

2021-11-19 15:56:15 UTC

/bin/sh -c #(nop) COPY multi:da97b7f42d52b404e495fa140e92a22c92d31d4502eef244047de8e9f26d61c1 in /usr/local/bin/

2021-11-19 15:58:02 UTC

/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='014a8d84d9282bfa30c93937b3c3b5b2e5512f0833c9e18750f59ed4d33e5e37'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jdk_aarch64_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; armhf|armv7l) ESUM='acf0391fec6731c5ac445fa79d725dbb88cca4c7e90b84fd63f310dc8b36335d'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jdk_arm_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; ppc64el|ppc64le) ESUM='2b9fa1f73d826465ea702a38758e62c6b820f63a09c3b6bd4891752acd79c3ad'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jdk_ppc64le_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; s390x) ESUM='b0348c109928048edfa6cb7a1eeaa6553cf72a0e7992c3498c0f36a641420ee5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2021-11-17-22-03.tar.gz'; ;; amd64|x86_64) ESUM='2f424cdeeed809d009786323e70d5eacf5f131272d7578fef5a26e7dea224ab5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2021-11-17-22-03-beta/OpenJDK8U-jdk_x64_linux_hotspot_2021-11-17-22-03.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; export PATH="/opt/java/openjdk/bin:$PATH"; apt-get update; apt-get install -y --no-install-recommends binutils; /usr/local/bin/slim-java.sh /opt/java/openjdk; apt-get remove -y binutils; rm -rf /var/lib/apt/lists/*; rm -rf /tmp/openjdk.tar.gz;

2021-11-19 15:58:02 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