2017-05-15 20:45:21 UTC
203 MB
9~b169-1
JAVA_HOME/docker-java-home
JAVA_VERSION9~b169
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:705d0395ca7a3af6e4662abc693a18e13ffd882aaf93db55fc1a1b313b69cad8 - 21.25% (43.2 MB)
[#001] sha256:f95bfff6e637f7f460b136c6303bc8a9e3341d1821affa81f98ce0d8e2895d0a - 5.29% (10.7 MB)
[#002] sha256:fe13d87883c9e70d0b7bdf485b6dd6ce43dd5fce01ac4f9841b36057ebba18ce - 0.29% (613 KB)
[#003] sha256:2b61bf4f9b91abade4a3639c940c71e977a56c1790eb3f8f0d6e2ee9f8361468 - 0.0% (214 Bytes)
[#004] sha256:301dec7b829e2fd43b5a9f0e79b21ddd0213ea5e1a45d66ac49230d2a893dc8b - 0.0% (240 Bytes)
[#005] sha256:d0451b2a7a53ce5b3a7db6d36ce6f5653e383286c5eb44bd7a2721c1891b9675 - 0.0% (131 Bytes)
[#006] sha256:a9435381826ea24594dff8aeadcf7438c4e0e5ba114bd712ef7dee2ead4676ad - 73.16% (149 MB)
/bin/sh -c #(nop) ADD file:485c5e010aec72afb62c7fe5bc651d739dad42e9baf81e811e6b3f369c72a917 in /
2017-05-08 23:32:23 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-05-08 23:57:28 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-05-10 14:02:33 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-05-10 14:02:34 UTC/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
2017-05-10 14:02:35 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-05-10 14:02:37 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-05-10 14:02:38 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-05-10 14:02:39 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2017-05-15 20:44:55 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9~b169
2017-05-15 20:44:56 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b169-1
2017-05-15 20:45:21 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.