Namespace
library
Image / Tag
openjdk:22-ea-21-jdk-bullseye
Content Digest
sha256:f37faffd4fd76d834c22395ee08ffc25a569fb545bc3aded35163eba983fb542
Details
Created

2023-11-01 11:51:31 UTC

Size

329 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-22

JAVA_VERSION

22-ea+21

LANG

C.UTF-8

PATH

/usr/local/openjdk-22/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:2f088d622efd8dbaa13d01eafd0aac8f9f33bb335edd3be897ae8059338c7bf7 - 15.95% (52.5 MB)

[#001] sha256:de448b80f06437f3025dcaa9285d40c9c81e4be00df1b04bd5a26fd6b9447fc8 - 4.57% (15 MB)

[#002] sha256:24e5da9a0e1f93fa4f1a07ca9a691e0d941bab6927f80157ffc14b478815f95b - 15.82% (52.1 MB)

[#003] sha256:a106afe7e5f5d96edb042faecb0f4c2876bec72a4827ec814d7f45daaf4666ca - 4.08% (13.4 MB)

[#004] sha256:db0026d0754b1b1dd9d666d4df48d189cae65b2a8054bf251e041b8137ad1282 - 59.58% (196 MB)


History
2023-11-01 00:20:59 UTC

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

2023-11-01 00:21:00 UTC

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

2023-11-01 00:53:52 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase wget ; rm -rf /var/lib/apt/lists/*

2023-11-01 00:54:13 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2023-11-01 11:51:20 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends bzip2 unzip xz-utils binutils fontconfig libfreetype6 ca-certificates p11-kit ; rm -rf /var/lib/apt/lists/*

2023-11-01 11:51:20 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-22

2023-11-01 11:51:20 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/openjdk-22/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-11-01 11:51:20 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-11-01 11:51:20 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=22-ea+21

2023-11-01 11:51:30 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/early_access/jdk22/21/GPL/openjdk-22-ea+21_linux-x64_bin.tar.gz'; downloadSha256='cefe6f9697801dd2a7abebdbd5b7bd36ad489794589e838562da46bde434ae5e'; ;; 'arm64') downloadUrl='https://download.java.net/java/early_access/jdk22/21/GPL/openjdk-22-ea+21_linux-aarch64_bin.tar.gz'; downloadSha256='b77e7f170973c91690aa64a028f2e991828fde5092eabc29b602e26824216797'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; wget --progress=dot:giga -O openjdk.tgz "$downloadUrl"; echo "$downloadSha256 *openjdk.tgz" | sha256sum --strict --check -; mkdir -p "$JAVA_HOME"; tar --extract --file openjdk.tgz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm openjdk.tgz*; { echo '#!/usr/bin/env bash'; echo 'set -Eeuo pipefail'; echo 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$JAVA_HOME/lib/security/cacerts"'; } > /etc/ca-certificates/update.d/docker-openjdk; chmod +x /etc/ca-certificates/update.d/docker-openjdk; /etc/ca-certificates/update.d/docker-openjdk; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump; fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java; javac --version; java --version

2023-11-01 11:51:31 UTC

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

Details
Created

2023-11-01 03:22:45 UTC

Size

328 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-22

JAVA_VERSION

22-ea+21

LANG

C.UTF-8

PATH

/usr/local/openjdk-22/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:d42ebdfc37acca5c3acbe173ac11133e691b402003a525c2b8431baf6935291e - 15.63% (51.2 MB)

[#001] sha256:098bcc814ee5bafa2842bc45ecc3974bc4f2b66d05b05a8da5ac0c9fb91be947 - 4.58% (15 MB)

[#002] sha256:9e627bbf1475bea4dce35bb2c9ee58b6eb3be5573e4efe8bd5793ae6a1555118 - 15.92% (52.2 MB)

[#003] sha256:f47929b971737144eeef375006c3df2abb118600b9639f49b35f5071eb30fcdb - 4.52% (14.8 MB)

[#004] sha256:002c7ce9ef84fc4c2f6680c49334df248d860672591f759ac16792be6ff7c473 - 59.34% (194 MB)


History
2023-11-01 00:39:48 UTC

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

2023-11-01 00:39:48 UTC

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

2023-11-01 02:06:04 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates curl gnupg netbase wget ; rm -rf /var/lib/apt/lists/*

2023-11-01 02:06:19 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2023-11-01 03:22:35 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends bzip2 unzip xz-utils binutils fontconfig libfreetype6 ca-certificates p11-kit ; rm -rf /var/lib/apt/lists/*

2023-11-01 03:22:35 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-22

2023-11-01 03:22:35 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/openjdk-22/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-11-01 03:22:35 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2023-11-01 03:22:35 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=22-ea+21

2023-11-01 03:22:44 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/early_access/jdk22/21/GPL/openjdk-22-ea+21_linux-x64_bin.tar.gz'; downloadSha256='cefe6f9697801dd2a7abebdbd5b7bd36ad489794589e838562da46bde434ae5e'; ;; 'arm64') downloadUrl='https://download.java.net/java/early_access/jdk22/21/GPL/openjdk-22-ea+21_linux-aarch64_bin.tar.gz'; downloadSha256='b77e7f170973c91690aa64a028f2e991828fde5092eabc29b602e26824216797'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; wget --progress=dot:giga -O openjdk.tgz "$downloadUrl"; echo "$downloadSha256 *openjdk.tgz" | sha256sum --strict --check -; mkdir -p "$JAVA_HOME"; tar --extract --file openjdk.tgz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm openjdk.tgz*; { echo '#!/usr/bin/env bash'; echo 'set -Eeuo pipefail'; echo 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$JAVA_HOME/lib/security/cacerts"'; } > /etc/ca-certificates/update.d/docker-openjdk; chmod +x /etc/ca-certificates/update.d/docker-openjdk; /etc/ca-certificates/update.d/docker-openjdk; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump; fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java; javac --version; java --version

2023-11-01 03:22:45 UTC

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

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