Namespace
arm64v8
Image / Tag
openjdk:9-b181-jdk
Content Digest
sha256:8ee6172f603043e7a38fd9a39cc3dacf71d325977502dd048bbf0e54acb6b05c
Details
Created

2017-10-10 01:49:11 UTC

Size

349 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

9~b181-4

JAVA_HOME

/docker-java-home

JAVA_VERSION

9-b181

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:e81325a6af85f75a75f466627b0f3e722d22ef0a99868726a293425fa3678d30 - 12.4% (43.2 MB)

[#001] sha256:fe6b15acc099095e5b3dae6d84d900fe23c7d7fdf62fa46ad2bf73cd1939322b - 2.11% (7.36 MB)

[#002] sha256:a749e8c0209ca35b7d2c6836c10ca36a971cf8c58f53b1654c5c8e675f11470d - 2.46% (8.6 MB)

[#003] sha256:f1a038f58d009edec80b572395a34209db3528fe80b0337d2a716996c8d254ae - 12.71% (44.3 MB)

[#004] sha256:964efe15c9762ade4c6feeef196b162abf196e366ce63bf6203e4e7de92bc63c - 0.24% (859 KB)

[#005] sha256:27dc5841f48175b29549ac878547a420b4ae5e0b082b913b09c919d74cf6dbd0 - 0.0% (248 Bytes)

[#006] sha256:e767e337810b6211d5af86492ccbfd36716d0e3f6ef51f2f9b5415d44be32893 - 0.0% (131 Bytes)

[#007] sha256:04b0d651c6fa7e7287fdbd63308fab4c8cadd8e637635bd34892cb1c5aba5751 - 70.08% (244 MB)


History
2017-10-09 21:45:25 UTC

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

2017-10-09 21:45:26 UTC

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

2017-10-09 22:52:10 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-10-09 22:52:34 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-10-09 22:54:11 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/*

2017-10-10 01:42:22 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-10-10 01:42:24 UTC

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

2017-10-10 01:42:28 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-10-10 01:42:32 UTC

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

2017-10-10 01:42:34 UTC

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

2017-10-10 01:42:36 UTC

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

2017-10-10 01:42:37 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b181-4

2017-10-10 01:49:09 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-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'

2017-10-10 01:49:11 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