2017-07-22 02:05:47 UTC
152 MB
9~b177-3
JAVA_HOME/docker-java-home
JAVA_VERSION9-b177
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:575085e7e456904e2144e467b72cff29ea624cb6ccabfae0960fff7db9fd45b3 - 12.11% (18.4 MB)
[#001] sha256:742d4c36cf2381e075fe5e4c7d3863acc257dcc2339a755194245716c0a143b8 - 0.27% (420 KB)
[#002] sha256:7a04edfe8f2c4bda5a9b005cec7762d41d8593cfeb56bf0410aaea4e3abd4b97 - 0.0% (226 Bytes)
[#003] sha256:344195f22487bf34edd45436a6b388ae0baab300669a6a52812239612c0bc979 - 0.0% (249 Bytes)
[#004] sha256:0320814fe5f8bf1a648d8871f8991062463b30b3247154463883923f475585e8 - 0.0% (132 Bytes)
[#005] sha256:bcbfb782fe3dde81b7fa7ecc4126c894236688d91ee016fe4ddad08d0fa8fdb1 - 87.62% (133 MB)
/bin/sh -c #(nop) ADD file:2581f03df68f7e19a5b9cea1855ecc849f971f39b5e937bb3138ac605b8a3e2d in /
2017-07-06 21:28:59 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-07-22 02:03:07 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-22 02:03:11 UTC/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
2017-07-22 02:03:12 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-07-22 02:03:15 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-22 02:03:18 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-07-22 02:03:20 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2017-07-22 02:03:20 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9-b177
2017-07-22 02:03:22 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b177-3
2017-07-22 02:05:47 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'
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.