Namespace
library
Image / Tag
openjdk:20-ea-22-jdk-bullseye
Content Digest
sha256:5f44e33714fb91dc13a5e7ee5f52be05a91dae75103e8c4f0f0c2b80b3aa75e3
Details
Created

2022-11-07 22:24:53 UTC

Size

322 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-20

JAVA_VERSION

20-ea+22

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:17c9e6141fdb3387e5a1c07d4f9b6a05ac1498e96029fa3ea55470d4504f7770 - 16.28% (52.5 MB)

[#001] sha256:de4a4c6caea8801bb0b7377e10220a914da403bc93fa79663cbf2dcf1800b6f1 - 1.53% (4.93 MB)

[#002] sha256:4edced8587e6c18412817019074f5e04a8ede4e2fc89d06af13df3f80d78a70d - 3.22% (10.4 MB)

[#003] sha256:a7969cffbf46e6a91291fd76b19ecbe93c03ea4ded0d14042aecb4c0c4211a43 - 16.14% (52.1 MB)

[#004] sha256:0108ba67265c7c92c6282962b524a2be98e41302f7147f1d09a179fd1000d571 - 4.16% (13.4 MB)

[#005] sha256:333e02b8e3fbc7738e70e53214d194f0ed2cb130dbe8208db6fec3b0fe4bbe56 - 58.67% (189 MB)


History
2022-10-25 01:43:42 UTC

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

2022-10-25 01:43:42 UTC

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

2022-10-25 09:23:32 UTC

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

2022-10-25 09:23:38 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2022-10-25 09:23:55 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/*

2022-10-26 01:07:59 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/*

2022-10-26 01:08:00 UTC

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

2022-10-26 01:08:00 UTC

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

2022-10-26 01:08:00 UTC

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

2022-11-07 22:24:41 UTC

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

2022-11-07 22:24:52 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/early_access/jdk20/22/GPL/openjdk-20-ea+22_linux-x64_bin.tar.gz'; downloadSha256='00d072b351777213b5d37223fbfa7fafc5232f339c4aaac2f60de584753ae1b3'; ;; 'arm64') downloadUrl='https://download.java.net/java/early_access/jdk20/22/GPL/openjdk-20-ea+22_linux-aarch64_bin.tar.gz'; downloadSha256='b2f24beafa225a8591d09e4b5f2d907d136915fae9158c298a8abb5746be5de5'; ;; *) 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

2022-11-07 22:24:53 UTC

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

Details
Created

2022-11-07 22:29:36 UTC

Size

321 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-20

JAVA_VERSION

20-ea+22

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:8e1d92e7d04d2a9a9880cb45dc3c32c2805912cd86abed96d0ada3ff28748205 - 15.94% (51.2 MB)

[#001] sha256:66eadbf427bb41b3e329a95935c65b09c6d3b7a9c2fa8e08417e497df02ed996 - 1.53% (4.91 MB)

[#002] sha256:cc9731f4e3bc3680179c10cece663cf0cfe0488918d6795406f4b76f07b787de - 3.23% (10.4 MB)

[#003] sha256:d337cb12fd7c6fe341850cd38e880f1806d49a65832c9804b06d00f9032382e0 - 16.23% (52.2 MB)

[#004] sha256:0736831300ed7d1daf6523f91f57ad7cf010209c255cc5312b147a34876518b6 - 4.61% (14.8 MB)

[#005] sha256:92c9b668f66673dc85b72108964590c54374f797bd4da81bed0b9f24a6bc0895 - 58.46% (188 MB)


History
2022-10-25 05:45:55 UTC

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

2022-10-25 05:45:56 UTC

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

2022-10-25 07:58:54 UTC

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

2022-10-25 07:58:58 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2022-10-25 07:59:12 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/*

2022-10-26 00:44:39 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/*

2022-10-26 00:44:39 UTC

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

2022-10-26 00:44:39 UTC

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

2022-10-26 00:44:39 UTC

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

2022-11-07 22:29:26 UTC

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

2022-11-07 22:29:34 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/early_access/jdk20/22/GPL/openjdk-20-ea+22_linux-x64_bin.tar.gz'; downloadSha256='00d072b351777213b5d37223fbfa7fafc5232f339c4aaac2f60de584753ae1b3'; ;; 'arm64') downloadUrl='https://download.java.net/java/early_access/jdk20/22/GPL/openjdk-20-ea+22_linux-aarch64_bin.tar.gz'; downloadSha256='b2f24beafa225a8591d09e4b5f2d907d136915fae9158c298a8abb5746be5de5'; ;; *) 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

2022-11-07 22:29:36 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