Namespace
arm32v7
Image / Tag
openjdk:9-b177-jre
Content Digest
sha256:35b6777a106af54d3d42f1586b896a6ac27a30a782a451a59abd42c4346b3692
Details
Created

2017-07-22 02:07:46 UTC

Size

184 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

9~b177-3

JAVA_HOME

/docker-java-home

JAVA_VERSION

9-b177

LANG

C.UTF-8

PATH

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


Layers

[#000] sha256:bdac0517583eaff52652026c8c3abe08ec45bd4a861b181181ceb12cfa6d6ea0 - 21.69% (40 MB)

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

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

[#003] sha256:3c34b08a1e1ca94f5505e0be821ec16c77260117b1ac9e389dfde917ec9bffb9 - 0.43% (810 KB)

[#004] sha256:d5f66a9a0b403e0dd7cd65c157dfd87efd267c62f52bec6ec624960ddfc87f7f - 0.0% (222 Bytes)

[#005] sha256:7ec25477aa6999e71363dbd7d91aaf34892460ef24ab0284f19fa7a1264e1b9a - 0.0% (248 Bytes)

[#006] sha256:5cff8be66600ee0a907f5220b5384da621848577b29c4eb9ad1a1d02d049e1ff - 0.0% (132 Bytes)

[#007] sha256:47ed3338fa0b7ea78c08060494733a68e6203a6ba813d20d21f9e181894ac406 - 70.45% (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 11:09:12 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:09:14 UTC

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

2017-07-07 11:09:15 UTC

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

2017-07-07 11:09:17 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:09:19 UTC

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

2017-07-07 11:09:20 UTC

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

2017-07-20 01:25:08 UTC

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

2017-07-20 01:25:09 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b177-3

2017-07-22 02:07: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 openjdk-9-jre-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