Namespace
library
Image / Tag
openjdk:16-ea-5-alpine
Content Digest
sha256:216c4f4ff86cfb659d42a059d0265b89dfcecd502f8f3bb6d8a505edd1b8527c
Details
Created

2020-09-01 01:44:22 UTC

Size

192 MB

Content Digest
Environment
JAVA_HOME

/opt/openjdk-16

JAVA_VERSION

16-ea+5

PATH

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


Layers

[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 1.39% (2.67 MB)

[#001] sha256:65a2e4aad8c98294e53534e7aef0572d7a04cc37264f1b4b75d0878244e59c7f - 0.46% (905 KB)

[#002] sha256:db897018b4b7f77d0385f8d927829815841e840a5c7b293a8f540a58a2420aaa - 98.15% (188 MB)


History
2020-05-29 21:19:46 UTC

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

2020-05-29 21:19:46 UTC

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

2020-07-22 01:05:44 UTC

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

2020-07-22 01:05:44 UTC

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

2020-07-22 01:05:45 UTC

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

2020-07-22 01:05:45 UTC

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

2020-09-01 01:44:22 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-16-ea+5_linux-x64-musl_bin.tar.gz; downloadSha256=1ec940bea148a7ececda635c209de3836fe4e6511f5d49d4248cf6d52c77aac8; ;; *) 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

2020-09-01 01:44:22 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