Namespace
library
Image / Tag
openjdk:18-ea-alpine3.15
Content Digest
sha256:e5c5b35b831a4f655074a25604130ce53e33567b82c8a7204f0e5641b66d477e
Details
Created

2021-11-30 04:45:46 UTC

Size

184 MB

Content Digest
Environment
JAVA_HOME

/opt/openjdk-18

JAVA_VERSION

18-ea+11

PATH

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


Layers

[#000] sha256:59bf1c3509f33515622619af21ed55bbe26d24913cedbca106468a5fb37a50c3 - 1.46% (2.69 MB)

[#001] sha256:20ae5de21b2241a24b653013bdda639de16f984789b28bbcb7108523b460d1e4 - 0.48% (910 KB)

[#002] sha256:3048de22201addf91c8f64e5382a33c2791d3c21a0906eefce3c4cb08d875839 - 98.05% (180 MB)


History
2021-11-24 20:19:40 UTC

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

2021-11-24 20:19:40 UTC

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

2021-11-30 04:45:32 UTC

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

2021-11-30 04:45:32 UTC

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

2021-11-30 04:45:32 UTC

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

2021-11-30 04:45:32 UTC

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

2021-11-30 04:45:45 UTC

/bin/sh -c set -eux; arch="$(apk --print-arch)"; case "$arch" in 'x86_64') downloadUrl='https://download.java.net/java/early_access/alpine/11/binaries/openjdk-18-ea+11_linux-x64-musl_bin.tar.gz'; downloadSha256='86fad9069587a5e9dd003e7354a69b2f720a05c12706d2f2345a0c8d90e56c47'; ;; *) 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-11-30 04:45:46 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