Namespace
library
Image / Tag
openjdk:15-ea-34-buster
Content Digest
sha256:f7b3ffea7ffa85c613a96d9e3eb5788154198ab2bf2e5f66a2e3a1c515edf54b
Details
Created

2020-08-05 00:42:33 UTC

Size

315 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-15

JAVA_VERSION

15-ea+34

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 - 15.28% (48.1 MB)

[#001] sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 - 2.37% (7.45 MB)

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

[#003] sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab - 15.71% (49.4 MB)

[#004] sha256:fe5ed57a778ea7eb4059433e847154a27357e6d5eb35018019feeba2d665a29a - 4.22% (13.3 MB)

[#005] sha256:3fc20d19d077d5fa36a3e3001d72667f0a670ee98ad1eb9f19feff521e228652 - 0.0% (211 Bytes)

[#006] sha256:6997d4c97217ae5038f147c4286042f5c235dd20a14639b3682fbcfc8ee75ef9 - 59.39% (187 MB)


History
2020-08-04 15:42:33 UTC

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

2020-08-04 15:42:34 UTC

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

2020-08-04 23:26:28 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2020-08-04 23:26:34 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

2020-08-04 23:26:55 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/*

2020-08-05 00:40:17 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends bzip2 unzip xz-utils ca-certificates p11-kit binutils fontconfig libfreetype6 ; rm -rf /var/lib/apt/lists/*

2020-08-05 00:40:17 UTC

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

2020-08-05 00:41:42 UTC

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

2020-08-05 00:41:42 UTC

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

2020-08-05 00:41:43 UTC

/bin/sh -c { echo '#/bin/sh'; echo 'echo "$JAVA_HOME"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home && [ "$JAVA_HOME" = "$(docker-java-home)" ]

2020-08-05 00:41:43 UTC

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

2020-08-05 00:42:32 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in arm64 | aarch64) downloadUrl=https://download.java.net/java/early_access/jdk15/34/GPL/openjdk-15-ea+34_linux-aarch64_bin.tar.gz; downloadSha256=c3d653467f34723f6d2eeb8a1d9c0266f2222af6d07c18f58ca697e8ae2de1c2; ;; amd64 | i386:x86-64) downloadUrl=https://download.java.net/java/early_access/jdk15/34/GPL/openjdk-15-ea+34_linux-x64_bin.tar.gz; downloadSha256=359d74ed4010ef32ae32bb0665a7a62bc5d440aa17c382f22a6d103bf83589a5; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; wget -O openjdk.tgz "$downloadUrl" --progress=dot:giga; 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 'if ! [ -d "$JAVA_HOME" ]; then echo >&2 "error: missing JAVA_HOME environment variable"; exit 1; fi'; echo 'cacertsFile=; for f in "$JAVA_HOME/lib/security/cacerts" "$JAVA_HOME/jre/lib/security/cacerts"; do if [ -e "$f" ]; then cacertsFile="$f"; break; fi; done'; echo 'if [ -z "$cacertsFile" ] || ! [ -f "$cacertsFile" ]; then echo >&2 "error: failed to find cacerts file in $JAVA_HOME"; exit 1; fi'; echo 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$cacertsFile"'; } > /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; javac --version; java --version

2020-08-05 00:42:33 UTC

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

Details
Created

2020-08-04 14:39:28 UTC

Size

294 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-15

JAVA_VERSION

15-ea+34

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 - 15.93% (46.9 MB)

[#001] sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 - 2.49% (7.33 MB)

[#002] sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 - 3.23% (9.52 MB)

[#003] sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c - 16.9% (49.7 MB)

[#004] sha256:e6fe3927ae5cb9693771b1b3149bac80cb08089d5a118a3212f21ff665995874 - 4.75% (14 MB)

[#005] sha256:e09773a5bc8323c4cf69c438a18c65f26055f3ca0d5c49efa263fc7f27da9985 - 0.0% (211 Bytes)

[#006] sha256:752b339a8ee56da7b2c7523d4da5a21913ebdf951e7258a448f67155ba6e136f - 56.69% (167 MB)


History
2020-08-04 06:57:06 UTC

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

2020-08-04 06:57:08 UTC

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

2020-08-04 11:10:05 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*

2020-08-04 11:10:17 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

2020-08-04 11:10:53 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/*

2020-08-04 14:36:34 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends bzip2 unzip xz-utils ca-certificates p11-kit binutils fontconfig libfreetype6 ; rm -rf /var/lib/apt/lists/*

2020-08-04 14:36:35 UTC

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

2020-08-04 14:38:40 UTC

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

2020-08-04 14:38:41 UTC

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

2020-08-04 14:38:44 UTC

/bin/sh -c { echo '#/bin/sh'; echo 'echo "$JAVA_HOME"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home && [ "$JAVA_HOME" = "$(docker-java-home)" ]

2020-08-04 14:38:45 UTC

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

2020-08-04 14:39:26 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in arm64 | aarch64) downloadUrl=https://download.java.net/java/early_access/jdk15/34/GPL/openjdk-15-ea+34_linux-aarch64_bin.tar.gz; downloadSha256=c3d653467f34723f6d2eeb8a1d9c0266f2222af6d07c18f58ca697e8ae2de1c2; ;; amd64 | i386:x86-64) downloadUrl=https://download.java.net/java/early_access/jdk15/34/GPL/openjdk-15-ea+34_linux-x64_bin.tar.gz; downloadSha256=359d74ed4010ef32ae32bb0665a7a62bc5d440aa17c382f22a6d103bf83589a5; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; wget -O openjdk.tgz "$downloadUrl" --progress=dot:giga; 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 'if ! [ -d "$JAVA_HOME" ]; then echo >&2 "error: missing JAVA_HOME environment variable"; exit 1; fi'; echo 'cacertsFile=; for f in "$JAVA_HOME/lib/security/cacerts" "$JAVA_HOME/jre/lib/security/cacerts"; do if [ -e "$f" ]; then cacertsFile="$f"; break; fi; done'; echo 'if [ -z "$cacertsFile" ] || ! [ -f "$cacertsFile" ]; then echo >&2 "error: failed to find cacerts file in $JAVA_HOME"; exit 1; fi'; echo 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$cacertsFile"'; } > /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; javac --version; java --version

2020-08-04 14:39:28 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