Namespace
library
Image / Tag
openjdk:20-ea-7-oracle
Content Digest
sha256:92c89e20f242b9efcade6331e49338faa9279676e9521aaf3cf1ab022f781faa
Details
Created

2022-07-21 23:21:13 UTC

Size

238 MB

Content Digest
Environment
JAVA_HOME

/usr/java/openjdk-20

JAVA_VERSION

20-ea+7

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e54b73e95ef388354463a761e4e93ce3dac29cb244b2dc0424f2f4afc6ddf5cd - 15.7% (37.4 MB)

[#001] sha256:e6e62647f09f0ab1a3ac2d84823777bead33aa8e201c13b86c063296e8268023 - 5.41% (12.9 MB)

[#002] sha256:005f686e62675201bb118541a9e816e985b783624aba87cbf7ab2f374ea70e87 - 78.89% (188 MB)


History
2022-07-05 22:20:34 UTC

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

2022-07-05 22:20:34 UTC

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

2022-07-05 22:49:44 UTC

/bin/sh -c set -eux; microdnf install gzip tar binutils freetype fontconfig ; microdnf clean all

2022-07-05 22:49:44 UTC

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

2022-07-05 22:49:44 UTC

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

2022-07-05 22:49:44 UTC

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

2022-07-21 23:20:40 UTC

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

2022-07-21 23:21:12 UTC

/bin/sh -c set -eux; arch="$(objdump="$(command -v objdump)" && objdump --file-headers "$objdump" | awk -F '[:,]+[[:space:]]+' '$1 == "architecture" { print $2 }')"; case "$arch" in 'i386:x86-64') downloadUrl='https://download.java.net/java/early_access/jdk20/7/GPL/openjdk-20-ea+7_linux-x64_bin.tar.gz'; downloadSha256='96ec967613c72b192b91ce5deab50de86df412b15407e5283d2bf6c815be410a'; ;; 'aarch64') downloadUrl='https://download.java.net/java/early_access/jdk20/7/GPL/openjdk-20-ea+7_linux-aarch64_bin.tar.gz'; downloadSha256='516042e08e69c4308e9e60b47b87ef3540e662b89f2dab3d47abee3bde6eb966'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; curl -fL -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*; rm -rf "$JAVA_HOME/lib/security/cacerts"; ln -sT /etc/pki/ca-trust/extracted/java/cacerts "$JAVA_HOME/lib/security/cacerts"; ln -sfT "$JAVA_HOME" /usr/java/default; ln -sfT "$JAVA_HOME" /usr/java/latest; for bin in "$JAVA_HOME/bin/"*; do base="$(basename "$bin")"; [ ! -e "/usr/bin/$base" ]; alternatives --install "/usr/bin/$base" "$base" "$bin" 20000; done; 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-07-21 23:21:13 UTC

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

Details
Created

2022-07-21 23:40:58 UTC

Size

237 MB

Content Digest
Environment
JAVA_HOME

/usr/java/openjdk-20

JAVA_VERSION

20-ea+7

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e5d41499b4049578ed8bbb14817cd79d4136a84899b65e4364b0125d4d1c792c - 15.32% (36.3 MB)

[#001] sha256:c622a5406eea6948259fe9d62dd3f3f40ef71254cb260355242ef51e23880970 - 5.75% (13.6 MB)

[#002] sha256:4a6494d0350bebe5e159625bec2298d2e97b8dbeae5fb3a503a3eba9315e30b2 - 78.92% (187 MB)


History
2022-07-05 22:43:14 UTC

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

2022-07-05 22:43:14 UTC

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

2022-07-05 23:04:00 UTC

/bin/sh -c set -eux; microdnf install gzip tar binutils freetype fontconfig ; microdnf clean all

2022-07-05 23:04:01 UTC

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

2022-07-05 23:04:02 UTC

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

2022-07-05 23:04:03 UTC

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

2022-07-21 23:40:38 UTC

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

2022-07-21 23:40:58 UTC

/bin/sh -c set -eux; arch="$(objdump="$(command -v objdump)" && objdump --file-headers "$objdump" | awk -F '[:,]+[[:space:]]+' '$1 == "architecture" { print $2 }')"; case "$arch" in 'i386:x86-64') downloadUrl='https://download.java.net/java/early_access/jdk20/7/GPL/openjdk-20-ea+7_linux-x64_bin.tar.gz'; downloadSha256='96ec967613c72b192b91ce5deab50de86df412b15407e5283d2bf6c815be410a'; ;; 'aarch64') downloadUrl='https://download.java.net/java/early_access/jdk20/7/GPL/openjdk-20-ea+7_linux-aarch64_bin.tar.gz'; downloadSha256='516042e08e69c4308e9e60b47b87ef3540e662b89f2dab3d47abee3bde6eb966'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; curl -fL -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*; rm -rf "$JAVA_HOME/lib/security/cacerts"; ln -sT /etc/pki/ca-trust/extracted/java/cacerts "$JAVA_HOME/lib/security/cacerts"; ln -sfT "$JAVA_HOME" /usr/java/default; ln -sfT "$JAVA_HOME" /usr/java/latest; for bin in "$JAVA_HOME/bin/"*; do base="$(basename "$bin")"; [ ! -e "/usr/bin/$base" ]; alternatives --install "/usr/bin/$base" "$base" "$bin" 20000; done; 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-07-21 23:40:58 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