Namespace
arm64v8
Image / Tag
openjdk:9.0.4-12-sid
Content Digest
sha256:78ef5665828215abeb05bc28f9d1b8926aaa9f0aa6e68eded0452ae616ac07f0
Details
Created

2018-05-15 09:48:51 UTC

Size

337 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:ed5c004c8effeb24e6eee983af18662b0d28341fbbd46983746399c6df3358c8 - 12.9% (43.5 MB)

[#001] sha256:8023415c45ba32335bb869e25328b3b2c70e3ad264f1129bb133addb1fbfef4a - 2.23% (7.5 MB)

[#002] sha256:2793192206e4ab032f5152356b71ea402af9d6cfd3812ad4e29857c76a039af6 - 2.6% (8.76 MB)

[#003] sha256:04e033c04a8296917467f1a5f58f33424a0c62e7f1ad7bc521d1a04a30491463 - 14.37% (48.5 MB)

[#004] sha256:8751d53eb40e199ecd3910be45e09c6c039df9cf93ff8d670dbeea5b482f73af - 0.25% (861 KB)

[#005] sha256:1938d575c214b836cf8b48efd7a34cc415cc6910744792cbf930f8a0db1a557d - 0.0% (238 Bytes)

[#006] sha256:1e580a9e033f42bffcbaafd5b37a8f37b62c1a71c6c659abf776f2fe88cd7177 - 0.0% (132 Bytes)

[#007] sha256:c4d21011b6a541fea820173903bf6140f9ad59f833ef7aff2fa3ea741ca7bb04 - 67.65% (228 MB)


History
2018-04-30 23:27:31 UTC

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

2018-04-30 23:27:34 UTC

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

2018-05-05 09:27:56 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/*

2018-05-05 09:28:24 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

2018-05-05 09:30:21 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/*

2018-05-05 11:20:10 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-05-05 11:20:11 UTC

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

2018-05-05 11:20: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-05-05 11:55:18 UTC

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

2018-05-05 11:55:19 UTC

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

2018-05-05 11:55:20 UTC

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

2018-05-05 11:55:22 UTC

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

2018-05-15 09:48:46 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="$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 09:48:51 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