Namespace
arm32v7
Image / Tag
openjdk:9.0-jdk-slim
Content Digest
sha256:e3f779ad85b3a95241f4300e6ebef1c742af6bfa0a356fb91f6faeabbdac375c
Details
Created

2018-05-15 12:16:48 UTC

Size

152 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

9.0.4+12-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9.0.4+12

LANG

C.UTF-8

PATH

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


Layers

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

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

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

[#003] sha256:4ccb997b52fc92a7c297f6b56be1f7c3f0a231772051e22da26267550fad9e97 - 0.0% (132 Bytes)

[#004] sha256:3cdc5fadd09e06c0fc7c801816c1c85d07f947b6d0004ca8463cc17e338b5478 - 85.9% (130 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:47:33 UTC

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

2018-04-28 12:47:33 UTC

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

2018-04-28 12:47:34 UTC

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

2018-04-28 12:47:35 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4

2018-05-15 12:16:47 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-9-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-05-15 12:16:48 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