Namespace
arm64v8
Image / Tag
openjdk:9-b170
Content Digest
sha256:4e0283e8167688085a2a1ea8d3231400fd5252e09f90e652a1d4ba031df59e1b
Details
Created

2017-07-07 02:42:52 UTC

Size

233 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

9~b170-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

9~b170

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:ad6387035af97d9c7fa53b94894a7cb6bfe65e88582cc994f1b2870c15943fe9 - 17.25% (40.2 MB)

[#001] sha256:8a059046c4bce6318bd56664df00d1b6fd8fe98b38f16317b17fecc73446d294 - 4.09% (9.53 MB)

[#002] sha256:124e01c469e5d32b9c0c838f85010edeb50528782385969d5a982e443f76dc60 - 1.76% (4.11 MB)

[#003] sha256:bc9e7e74234d2c371b527663919ba234772f217313a76246d05e38b81c87bc00 - 20.35% (47.5 MB)

[#004] sha256:998e816f68903542caf2ee830a1342125c3d50cc726dae10d0a424d7407bb9ad - 0.35% (844 KB)

[#005] sha256:451e79e84755771126fe292141d91cff446a627725bc0a835faee31779160146 - 0.0% (222 Bytes)

[#006] sha256:d1ccc5f42c5090958522fa7530b9f9cd98838e34a8f78710f73750df574a844a - 0.0% (248 Bytes)

[#007] sha256:b31ff2fe0460ecbc5a06fdfe405f7dac904ff0ea98ce80b555555341123e41cd - 0.0% (131 Bytes)

[#008] sha256:dbfbe130cc2602ea4d5f3d999b7884aa34f37235c3a9cece8f82583bb5324bb2 - 56.19% (131 MB)


History
2017-06-20 19:59:14 UTC

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

2017-06-20 19:59:15 UTC

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

2017-06-21 00:55:37 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-07-06 22:48:04 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-07-06 22:50:21 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2017-07-07 02:40:24 UTC

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

2017-07-07 02:40:28 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list

2017-07-07 02:40:29 UTC

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

2017-07-07 02:40:32 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

2017-07-07 02:40:35 UTC

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

2017-07-07 02:40:36 UTC

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

2017-07-07 02:40:38 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=9~b170

2017-07-07 02:40:39 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b170-2

2017-07-07 02:42:52 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y 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'

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