Namespace
library
Image / Tag
openjdk:19-ea-34-buster
Content Digest
sha256:9e5fba59ef244747808fc7613e1c9ec7674171f3c2f65c9f8c5e80d5d387997c
Details
Created

2022-08-08 22:54:22 UTC

Size

315 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-19

JAVA_VERSION

19-ea+34

LANG

C.UTF-8

PATH

/usr/local/openjdk-19/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:7e6a53d1988fa8e19db6bcfc96ee6783afb079c38dbe047528e691815d19a9fa - 15.27% (48.1 MB)

[#001] sha256:4fe4e1c58b4af82939a918665dd1e7b5b636dd73c710b4bccb530edbb15470d2 - 2.38% (7.49 MB)

[#002] sha256:cc915d298757b72963f0d061cc16ca4925e9f4481446b87a5297b4043ffc8033 - 3.03% (9.53 MB)

[#003] sha256:f08b88f29371de7c9ac165381b7426349760f6af3f205e8716426fafce4a1ff2 - 15.69% (49.4 MB)

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

[#005] sha256:1130d77507771d5b5e1ca00adc9834b729307b5b5a0ff325fe91235e46bf9bb9 - 59.42% (187 MB)


History
2022-08-02 01:20:14 UTC

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

2022-08-02 01:20:14 UTC

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

2022-08-02 01:48:15 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-08-02 01:48:21 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-08-02 01:48:38 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-08-02 05:48:32 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-08-02 05:49:50 UTC

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

2022-08-02 05:49:50 UTC

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

2022-08-02 05:49:50 UTC

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

2022-08-08 22:54:11 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=19-ea+34

2022-08-08 22:54:21 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/early_access/jdk19/34/GPL/openjdk-19-ea+34_linux-x64_bin.tar.gz'; downloadSha256='719889f7aaf988e7ec5c6edd0c3bd03342294f329a36dd6591af2e64f6aefae7'; ;; 'arm64') downloadUrl='https://download.java.net/java/early_access/jdk19/34/GPL/openjdk-19-ea+34_linux-aarch64_bin.tar.gz'; downloadSha256='8d5d5327b1a7d35ae2c16ba69701cb58cb5b5df58f5ace295c08fe77d96a688b'; ;; *) 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-08-08 22:54:22 UTC

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

Details
Created

2022-08-08 23:34:21 UTC

Size

313 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-19

JAVA_VERSION

19-ea+34

LANG

C.UTF-8

PATH

/usr/local/openjdk-19/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 - 14.98% (46.9 MB)

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

[#002] sha256:32de8e1f96ccb825d3be85704be7218044a19ff05ea1eea0222e8c942fbf6f8f - 2.97% (9.32 MB)

[#003] sha256:965555a6fd3b7a1727fd927269ea37139a09652f2545ea1c825b36af887f2713 - 15.87% (49.8 MB)

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

[#005] sha256:cfd398647e85b07e58bf2b69c3004030a90fbdf91ce5295ce9765a4fc6f6bdd2 - 59.37% (186 MB)


History
2022-08-02 00:40:49 UTC

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

2022-08-02 00:40:49 UTC

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

2022-08-02 01:25:46 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-08-02 01:25:51 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-08-02 01:26:11 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-08-02 04:42:20 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-08-02 04:44:31 UTC

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

2022-08-02 04:44:32 UTC

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

2022-08-02 04:44:33 UTC

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

2022-08-08 23:34:09 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=19-ea+34

2022-08-08 23:34:20 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/early_access/jdk19/34/GPL/openjdk-19-ea+34_linux-x64_bin.tar.gz'; downloadSha256='719889f7aaf988e7ec5c6edd0c3bd03342294f329a36dd6591af2e64f6aefae7'; ;; 'arm64') downloadUrl='https://download.java.net/java/early_access/jdk19/34/GPL/openjdk-19-ea+34_linux-aarch64_bin.tar.gz'; downloadSha256='8d5d5327b1a7d35ae2c16ba69701cb58cb5b5df58f5ace295c08fe77d96a688b'; ;; *) 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-08-08 23:34:21 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