2018-12-05 13:00:38 UTC
429 MB
11.0.1+13-3
JAVA_HOME/docker-java-home
JAVA_VERSION11.0.1
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:fdd94773a9e48362892e21476e28eead609d35afebea9220515e313cc45e9b67 - 9.95% (42.7 MB)
[#001] sha256:170ebfdb451da69aec8b40173375cf38f87f1e39085d2072e246796c09c6738c - 1.49% (6.39 MB)
[#002] sha256:29e9929c695e5dc9cd495d9b50731f7cabfba0a93fbe0c8c039f86c25531c0dd - 2.03% (8.72 MB)
[#003] sha256:bc6bcaac2bb74a1cabcea380f40f9d6285cf5ab611d8855dd0abf607d4bb1719 - 10.27% (44.1 MB)
[#004] sha256:16d555960358f8902e3c4fa164f2eaff997c9f834ca273af0f9a3bf23d922baa - 0.19% (839 KB)
[#005] sha256:f784dc9e6ae4b50a8aea506e338b09e1a52e7cf10ee66b99df88f226079e486e - 0.0% (238 Bytes)
[#006] sha256:aaa51ea68c3042fb1fffdebdbd6606a6e115f2b19752cfc1a87270870020fcf3 - 0.0% (130 Bytes)
[#007] sha256:760158d2b55f38a0733f8286094da5de8ab0befe337376c03b41a57a32b95784 - 76.08% (327 MB)
/bin/sh -c #(nop) ADD file:4182d54a140ffdace3af2db1d2632f4271c1b1754fbc78075c0813d49212e466 in /
2018-11-16 13:06:14 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-11-16 18:14:15 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*
2018-11-16 18:14:26 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2018-11-16 18:15:08 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
2018-11-16 19:11:13 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*
2018-11-16 19:11:18 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-11-16 19:11:20 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
2018-11-16 19:11:28 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-11-16 19:11:28 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-11-16 19:11:29 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11.0.1
2018-12-05 12:58:25 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11.0.1+13-3
2018-12-05 13:00:36 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-11-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'
2018-12-05 13:00:38 UTC/bin/sh -c #(nop) CMD ["jshell"]
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.