Namespace
arm32v7
Image / Tag
openjdk:9-b170
Content Digest
sha256:596a29de785c64717b467eb438aececc7334c2ab0d37d2be24c5851ecb88939b
Details
Created

2017-07-07 11:08:40 UTC

Size

231 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:bdac0517583eaff52652026c8c3abe08ec45bd4a861b181181ceb12cfa6d6ea0 - 17.31% (40 MB)

[#001] sha256:5ab9d451f3183eb646054e167999c206d61edf640549a59d19a6fdcae2a4d97e - 4.18% (9.66 MB)

[#002] sha256:238b52a8a5ed8734f387cb6b424c95f43cb5d5ebe3ef50793ed3710d94e76afc - 1.74% (4.02 MB)

[#003] sha256:9224f26527d4753d2e6dac70dce6aa29d4b31742fb10226366af408ea62aca9e - 20.2% (46.6 MB)

[#004] sha256:6bc01f9e7dd7a971d9333dbd1fda65ee79999eafa6d78e6b32bbead8d5c71dba - 0.36% (847 KB)

[#005] sha256:17148d7722a866b6fd00cc2a493b0875ae69cc0fa3fa29e111ab8c27c0b2d459 - 0.0% (224 Bytes)

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

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

[#008] sha256:f2ee0c21c2d408564c5bc435f87f7995341b268e2f34a0c678e1be903ee16f3d - 56.22% (130 MB)


History
2017-07-06 21:28:44 UTC

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

2017-07-06 21:28:46 UTC

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

2017-07-07 00:48:54 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-07 00:49:27 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-07 00:52:35 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 11:06:28 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 11:06:31 UTC

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

2017-07-07 11:06:32 UTC

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

2017-07-07 11:06:33 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 11:06:36 UTC

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

2017-07-07 11:06:36 UTC

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

2017-07-07 11:06:37 UTC

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

2017-07-07 11:06:38 UTC

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

2017-07-07 11:08:40 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