Namespace
arm32v7
Image / Tag
openjdk:11-ea-17-jre-slim-sid
Content Digest
sha256:4e9aa41988a5db63fffd3295b396b5049f4e3a80766cad91203fbbce32b1f77e
Details
Created

2018-06-12 12:02:03 UTC

Size

77.6 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

11~17-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

11-ea+17

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e896ce6a07096665b9b10eea8b8d7a9f0f6e26c3d88bd463db48304823b92890 - 27.0% (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:1999f10ef60bb8bd8245ea01787c610e220528743321f0364e43fe44100f33e4 - 72.46% (56.2 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-06-12 11:59:19 UTC

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

2018-06-12 11:59:19 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~17-2

2018-06-12 12:02:03 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-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