Namespace
library
Image / Tag
openjdk:20-ea-14-buster
Content Digest
sha256:b6791f9c1da2fc43768df9d38731210b75e9705fc98f11557d32a8203e23375f
Details
Created

2022-09-13 07:02:42 UTC

Size

316 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-20

JAVA_VERSION

20-ea+14

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:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 - 15.24% (48.1 MB)

[#001] sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 - 2.37% (7.49 MB)

[#002] sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 - 3.02% (9.53 MB)

[#003] sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f - 15.66% (49.4 MB)

[#004] sha256:7dadb0d667c93c08e4c43b69152456636f0fbd5838bdf1aa4c0a95b1da6248a9 - 4.21% (13.3 MB)

[#005] sha256:6f93955b2d2a58ada4dca9fe449b66ee9396f280273b6b67c758b7b59e560d1d - 59.5% (188 MB)


History
2022-09-13 00:56:38 UTC

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

2022-09-13 00:56:38 UTC

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

2022-09-13 03:44:41 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-09-13 03:44:47 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-09-13 03:45:05 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-09-13 07:02:28 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-09-13 07:02:28 UTC

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

2022-09-13 07:02:29 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-09-13 07:02:29 UTC

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

2022-09-13 07:02:29 UTC

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

2022-09-13 07:02:41 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/early_access/jdk20/14/GPL/openjdk-20-ea+14_linux-x64_bin.tar.gz'; downloadSha256='ce9c99a0d70bf7c6548b68a33770a50d1273d5d5ea72522a1fe91ae6d3f22c1d'; ;; 'arm64') downloadUrl='https://download.java.net/java/early_access/jdk20/14/GPL/openjdk-20-ea+14_linux-aarch64_bin.tar.gz'; downloadSha256='4935236eb4e51be13ddfcc1ce717191128feb8ff9329676971ea54775261d9ff'; ;; *) 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-09-13 07:02:42 UTC

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

Details
Created

2022-09-13 14:38:54 UTC

Size

314 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-20

JAVA_VERSION

20-ea+14

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:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f - 14.96% (46.9 MB)

[#001] sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 - 2.35% (7.36 MB)

[#002] sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 - 2.97% (9.32 MB)

[#003] sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 - 15.86% (49.8 MB)

[#004] sha256:e1573794cb1b6b8bc438cfcbac874e10994f6b5687c9e1038cb8a8d9b106b2e9 - 4.46% (14 MB)

[#005] sha256:a9818f7a4af24965f0c86450b3cef404732877212cd6300f97164da2e1e5b807 - 59.41% (186 MB)


History
2022-09-13 02:11:06 UTC

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

2022-09-13 02:11:07 UTC

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

2022-09-13 05:03:09 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-09-13 05:03:15 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-09-13 05:03:34 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-09-13 14:38:40 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-09-13 14:38:40 UTC

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

2022-09-13 14:38:41 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-09-13 14:38:42 UTC

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

2022-09-13 14:38:43 UTC

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

2022-09-13 14:38:53 UTC

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