Namespace
arm64v8
Image / Tag
openjdk:9-b179
Content Digest
sha256:49afa2a240e2d3e973e0c0365333c8161183afe376d7585fabf91419786339aa
Details
Created

2017-07-26 10:01:07 UTC

Size

235 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

9~b179-2

JAVA_HOME

/docker-java-home

JAVA_VERSION

9-b179

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:be32d72e9988cc03c70e3de89ab4318721b54bb6ef8c93f7b042b75f86ce16f3 - 18.68% (43.9 MB)

[#001] sha256:307c6e75a1bce5cef5ecc23f9be5914c5adf0a4055d70c1dbe091989194d5a70 - 3.12% (7.33 MB)

[#002] sha256:c1ab5b47544c16558ee7ce8dd26b7d10cfa66b1f9ffee8910fa2d6a2fd82aacb - 1.79% (4.19 MB)

[#003] sha256:73be410400876c70743523c651243a53eef5cd1b0bbcadd6d2b4977470eb525d - 19.96% (46.9 MB)

[#004] sha256:f823ec1589cad4d2055350ead2f9524db2975816c1de4eeaea77e050127d7182 - 0.36% (855 KB)

[#005] sha256:b0f244de4ce74296e427a0a2e9c1d41a31649defb1186ac301fc08e984e81c76 - 0.0% (223 Bytes)

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

[#007] sha256:f5dd210702ffa78e297a93f0adc61c481625775c8147fd2efc7b29d6087fc5c5 - 0.0% (132 Bytes)

[#008] sha256:8df49271c93c4b0f272f2ff9b556f197c934fd1c319d75ee170b5bb84f8febfc - 56.09% (132 MB)


History
2017-07-24 17:23:45 UTC

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

2017-07-24 17:23:46 UTC

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

2017-07-24 18:08:30 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-24 18:08:55 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-24 18:10:22 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-24 19:12:13 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-24 19:12:15 UTC

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

2017-07-24 19:12:16 UTC

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

2017-07-24 19:12:18 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-24 19:12:20 UTC

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

2017-07-24 19:12:21 UTC

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

2017-07-24 19:12:22 UTC

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

2017-07-26 09:59:49 UTC

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

2017-07-26 10:01:07 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-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