Namespace
arm32v7
Image / Tag
openjdk:11-ea-slim
Content Digest
sha256:fb1c12a82fdb593fc2e1cf0290946a1c41ef104c8bbb14ff8035d6bfff80fad6
Details
Created

2018-09-08 12:08:26 UTC

Size

259 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~28-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+28

LANG

C.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:ba8445defddd24c3f2ac1eee6211fd2c3b937fa4fb76c2b8e6cff179fd515555 - 8.1% (21 MB)

[#001] sha256:7054fed937aa9eb213be249c9e83d066ebfc81075a7ac56b5fcc5ea9db7df2bf - 0.16% (425 KB)

[#002] sha256:22c9fa9b089781c7e685cb03827f255eaddb539c9ca57b5a62119f11f2f48816 - 0.0% (238 Bytes)

[#003] sha256:a1b4a4356e4985fd665b9c4ac6b65f0c326a47b37393268d7a132a1a9d8510b7 - 0.0% (131 Bytes)

[#004] sha256:ed64ea9a63055705f4393b4f0ca2108fdc764c48e60047d7f72fd6d7eb95db8f - 91.74% (237 MB)


History
2018-09-05 12:02:34 UTC

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

2018-09-05 12:02:35 UTC

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

2018-09-05 13:10:13 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2018-09-05 13:10:13 UTC

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

2018-09-05 13:10:15 UTC

/bin/sh -c { echo '#!/bin/sh'; echo 'set -e'; echo; echo 'dirname "$(dirname "$(readlink -f "$(which javac || which java)")")"'; } > /usr/local/bin/docker-java-home && chmod +x /usr/local/bin/docker-java-home

2018-09-05 13:10:16 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home

2018-09-05 13:10:18 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2018-09-08 12:07:39 UTC

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

2018-09-08 12:07:39 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~28-1

2018-09-08 12:08:25 UTC

/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; apt-get update; apt-get install -y --no-install-recommends openjdk-11-jdk-headless="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; [ "$(readlink -f "$JAVA_HOME")" = "$(docker-java-home)" ]; update-alternatives --get-selections | awk -v home="$(readlink -f "$JAVA_HOME")" 'index($3, home) == 1 { $2 = "manual"; print | "update-alternatives --set-selections" }'; update-alternatives --query java | grep -q 'Status: manual'

2018-09-08 12:08:26 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