2019-03-27 15:11:39 UTC
92.8 MB
7u181-2.6.14-2~deb8u1
JAVA_HOME/docker-java-home
JAVA_VERSION7u181
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:80ee02f1493958c68f241edb0d71b84092fb026a0ffdbdabe9c7243de469f8ba - 27.04% (25.1 MB)
[#001] sha256:bcbaa7df0294fadef50d0e1c79cbaaa0bb6e214c8a1feb8de9a6ac64cb4e8946 - 0.44% (422 KB)
[#002] sha256:e468e412cc4600ab6dbc86addc288013b0e3b2c92ee5a545c33dbdfd4a7927f4 - 0.0% (248 Bytes)
[#003] sha256:682037c33d40f1855307c10e56f25527a2242c82a5030b6ae62df2bc7dc780bb - 0.0% (131 Bytes)
[#004] sha256:f53f0e8eb720c7d174c242f9ca80e1f5578ea6c0fd82fd4ea91959294c13ff27 - 72.52% (67.3 MB)
/bin/sh -c #(nop) ADD file:41289becce270534012f48a6689e46dd1f96fd510fdd169a3641864a0e35fd2f in /
2019-03-27 12:04:18 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-03-27 15:09:37 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-03-27 15:09:38 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-03-27 15:09:39 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-03-27 15:09:41 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-7-openjdk-$(dpkg --print-architecture)" /docker-java-home
2019-03-27 15:09:41 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2019-03-27 15:09:42 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=7u181
2019-03-27 15:09:42 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u181-2.6.14-2~deb8u1
2019-03-27 15:11:39 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-7-jdk="$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.