2017-07-07 11:11:05 UTC
184 MB
9~b170-2
JAVA_HOME/docker-java-home
JAVA_VERSION9~b170
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:bdac0517583eaff52652026c8c3abe08ec45bd4a861b181181ceb12cfa6d6ea0 - 21.71% (40 MB)
[#001] sha256:5ab9d451f3183eb646054e167999c206d61edf640549a59d19a6fdcae2a4d97e - 5.25% (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:94d66d1dd5df22f5b47f20396ff53d5b2f45271dcb770daab66a750c6a7b8fd1 - 70.43% (130 MB)
/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-07 11:09:21 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9~b170
2017-07-07 11:09:22 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b170-2
2017-07-07 11:11:05 UTC/bin/sh -c set -ex; 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'
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.