Namespace
arm32v7
Image / Tag
openjdk:11-ea-12-jre-slim
Content Digest
sha256:025ae0f842b82e3fbe1d3f38cc4ab783b39f7b526a26ddbf1b235530fa2b0ff7
Details
Created

2018-05-10 12:05:41 UTC

Size

77 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~12-1

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+12

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e896ce6a07096665b9b10eea8b8d7a9f0f6e26c3d88bd463db48304823b92890 - 27.2% (20.9 MB)

[#001] sha256:925e7bf3333e528dfd915abfbcbc560f820ce29a375d884865566688160e4eed - 0.54% (426 KB)

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

[#003] sha256:095df51160dfb0cfb0c4df2ba36007bb9084764477557e2e0a3c3c898f8b73e9 - 0.0% (132 Bytes)

[#004] sha256:2a27a5b669e82433bfb9fc8bdfbce10cc932dce096281fa7cdc49537a1154381 - 72.26% (55.7 MB)


History
2018-04-28 12:02:41 UTC

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

2018-04-28 12:02:41 UTC

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

2018-04-28 12:38:02 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-04-28 12:38:04 UTC

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

2018-04-28 12:38:05 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-04-28 12:38:07 UTC

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

2018-04-28 12:38:13 UTC

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

2018-05-10 12:03:17 UTC

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

2018-05-10 12:03:17 UTC

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

2018-05-10 12:05:41 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 openjdk-11-jre-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'

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