2019-05-17 22:50:17 UTC
76.8 MB
8u212-b01-1~deb9u1
JAVA_HOME/docker-java-home
JAVA_VERSION8u212
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:29b80961214d7f0c89081fe8134e6e8e14ccfa1afe001357539f59930ff9e3ef - 25.26% (19.4 MB)
[#001] sha256:392e0924564e298648b4a7b2ebc774103f98526dd2afd1c948697b4c6686300f - 0.55% (431 KB)
[#002] sha256:d15c6e01e710610402034472504e3628bdd00c2b0907f3ec4364f8e71a38d8c0 - 0.0% (247 Bytes)
[#003] sha256:acba4335cd44174a82b7a5d29d7b9dacc9e0b19f066b622c972c573edeb4dddd - 0.0% (131 Bytes)
[#004] sha256:b1f6a0f413ede3cb63ee3cc7b5fa3c65a3ef3c039ac50bb2399b194940c6fd2e - 74.19% (56.9 MB)
/bin/sh -c #(nop) ADD file:fadb1563a7cd043d96e76895bb1bb3920f9a9262206eb9bcd4ef4b5aec8d9b35 in /
2019-05-08 08:49:03 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-05-17 22:45:38 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*
2019-05-17 22:49:44 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-05-17 22:49:46 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
2019-05-17 22:49:47 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
2019-05-17 22:49:48 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2019-05-17 22:49:48 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=8u212
2019-05-17 22:49:49 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u212-b01-1~deb9u1
2019-05-17 22:50:17 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 --no-install-recommends openjdk-8-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.