Namespace
library
Image / Tag
openjdk:17-ea-5-jdk-alpine3.13
Content Digest
sha256:29a512da3618d3bd815f21a3edfc93f8aeb8db3bde18065bc473433e704f91ab
Details
Created

2021-02-18 05:44:02 UTC

Size

182 MB

Content Digest
Environment
JAVA_HOME

/opt/openjdk-17

JAVA_VERSION

17-ea+5

PATH

/opt/openjdk-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:ba3557a56b150f9b813f9d02274d62914fd8fce120dd374d9ee17b87cf1d277d - 1.47% (2.68 MB)

[#001] sha256:155cb13c45d5b09951cf0b8e75c365b37550dce6b8ca7c5532d4bd491dd8f3f6 - 0.49% (906 KB)

[#002] sha256:3b734bc2be44a08658a032f99ca24092dcf632770965fcde5a74dd0b728f74dd - 98.04% (178 MB)


History
2021-02-17 21:19:54 UTC

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

2021-02-17 21:19:54 UTC

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

2021-02-18 05:42:40 UTC

/bin/sh -c apk add --no-cache java-cacerts

2021-02-18 05:42:40 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/opt/openjdk-17

2021-02-18 05:42:40 UTC

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

2021-02-18 05:42:40 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=17-ea+5

2021-02-18 05:44:02 UTC

/bin/sh -c set -eux; arch="$(apk --print-arch)"; case "$arch" in 'x86_64') downloadUrl='https://download.java.net/java/early_access/alpine/5/binaries/openjdk-17-ea+5_linux-x64-musl_bin.tar.gz'; downloadSha256='709daae3577453dba8e4ea03e8b52daeb11370648d2da1d012df527556c0cda2'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; wget -O openjdk.tgz "$downloadUrl"; echo "$downloadSha256 *openjdk.tgz" | sha256sum -c -; 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/ssl/certs/java/cacerts "$JAVA_HOME/lib/security/cacerts"; java -Xshare:dump; fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java; javac --version; java --version

2021-02-18 05:44:02 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