Namespace
library
Image / Tag
openjdk:20-ea-11-jdk-bullseye
Content Digest
sha256:bef09a333c50f933d4097b7effacf41909b0f344891b887c4c5080709436edd7
Details
Created

2022-08-23 04:29:25 UTC

Size

321 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-20

JAVA_VERSION

20-ea+11

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:1671565cc8df8c365c9b661d3fbc164e73d01f1b0430c6179588428f99a9da2e - 16.32% (52.5 MB)

[#001] sha256:3e94d13e55e7a4ef17ff21376f57fb95c7e1706931f8704aa99260968d81f6e4 - 1.53% (4.92 MB)

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

[#003] sha256:53ad072f9cd16fc8eb93b182b20e758e11acc0ef60babef0bf1043c08de1901a - 16.2% (52.1 MB)

[#004] sha256:ceff553f4bee69a32b1ccc5ae9b10a5658314786894f7eb732f5870a77168241 - 4.18% (13.4 MB)

[#005] sha256:d32c53c8ebfb1ada7efe61e4e59df2e446258a7817ace775981d5fdd1ab50dc4 - 58.55% (188 MB)


History
2022-08-23 00:20:40 UTC

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

2022-08-23 00:20:40 UTC

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

2022-08-23 00:48:07 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-08-23 00:48:13 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-08-23 00:48:29 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-08-23 04:29:11 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-08-23 04:29:11 UTC

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

2022-08-23 04:29:11 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-08-23 04:29:11 UTC

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

2022-08-23 04:29:11 UTC

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

2022-08-23 04:29:25 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/early_access/jdk20/11/GPL/openjdk-20-ea+11_linux-x64_bin.tar.gz'; downloadSha256='9a0afe9f1c3ef50968060fe8d70d7b27d93b5515479846193de809127f0d427f'; ;; 'arm64') downloadUrl='https://download.java.net/java/early_access/jdk20/11/GPL/openjdk-20-ea+11_linux-aarch64_bin.tar.gz'; downloadSha256='d7e80f5000f66440c34073bdb0e443b941ef11209ca30f0e698f07a3fce08118'; ;; *) 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-08-23 04:29:25 UTC

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

Details
Created

2022-08-23 05:15:52 UTC

Size

320 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-20

JAVA_VERSION

20-ea+11

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:cd84405c8b9e7a8c3d580c2148d25120dd697ea61e1cb55a62f33e67988b7043 - 16.01% (51.2 MB)

[#001] sha256:a1d98e120b809269e56de468d2b91569789c521011e4d9b1806e43fd04462de2 - 1.47% (4.72 MB)

[#002] sha256:7cb6be5911b40ca548e48c10b09cb2312f1698b4c84f09711c69389a94b1a8be - 3.18% (10.2 MB)

[#003] sha256:db608c3c3ce3568556faf63acbc2069811afe242faf8992ccf0ab1986ee38e4f - 16.31% (52.1 MB)

[#004] sha256:1bb21073e82e2e0d1f250d23308b347ef16d5f0c291dae4ac50949650ba5aef0 - 4.63% (14.8 MB)

[#005] sha256:1f9497e0ea62e0ecf13495cc0da4fde11b270a8191facf8f7ae54603d9285b71 - 58.4% (187 MB)


History
2022-08-23 01:52:16 UTC

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

2022-08-23 01:52:18 UTC

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

2022-08-23 02:27:57 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-08-23 02:28:03 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-08-23 02:28:22 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-08-23 05:15:29 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-08-23 05:15:29 UTC

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

2022-08-23 05:15:30 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-08-23 05:15:31 UTC

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

2022-08-23 05:15:32 UTC

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

2022-08-23 05:15:51 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/early_access/jdk20/11/GPL/openjdk-20-ea+11_linux-x64_bin.tar.gz'; downloadSha256='9a0afe9f1c3ef50968060fe8d70d7b27d93b5515479846193de809127f0d427f'; ;; 'arm64') downloadUrl='https://download.java.net/java/early_access/jdk20/11/GPL/openjdk-20-ea+11_linux-aarch64_bin.tar.gz'; downloadSha256='d7e80f5000f66440c34073bdb0e443b941ef11209ca30f0e698f07a3fce08118'; ;; *) 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-08-23 05:15:52 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