2018-05-15 09:38:49 UTC
220 MB
9.0.4+12-4
JAVA_HOME/docker-java-home
JAVA_VERSION9.0.4+12
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ed5c004c8effeb24e6eee983af18662b0d28341fbbd46983746399c6df3358c8 - 19.82% (43.5 MB)
[#001] sha256:8023415c45ba32335bb869e25328b3b2c70e3ad264f1129bb133addb1fbfef4a - 3.42% (7.5 MB)
[#002] sha256:2793192206e4ab032f5152356b71ea402af9d6cfd3812ad4e29857c76a039af6 - 3.99% (8.76 MB)
[#003] sha256:b0e00dfc0b129c4ab2194347ddc38f66136387e9921b5f11f3ed3612ee9c840f - 0.37% (823 KB)
[#004] sha256:ed0ff915ee587518b4d37f32230fd2b29388359c6dd67adc9e61cf15fbce46b6 - 0.0% (237 Bytes)
[#005] sha256:413cce440c18f9029a9dd0ab7f8e645f0829f9fe2a71838791e83a92dc42b1e9 - 0.0% (131 Bytes)
[#006] sha256:0d5547d24d71ee45eab5b89a65ecf8def74ef9135f4df309a81e11fe6a499099 - 72.41% (159 MB)
/bin/sh -c #(nop) ADD file:ebaa7f02c60ac8138d085ce979847d36a1a8ce243bcef9b7e81e3e667d060dcb in /
2018-04-30 23:27:34 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-05-05 09:27:56 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-05-05 09:28:24 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-05-05 11:10:00 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-05-05 11:10:02 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-05-05 11:10:05 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-05-05 11:47:31 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-05-05 11:47:32 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-05-05 11:47:34 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12
2018-05-05 11:47:35 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4
2018-05-15 09:38:49 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-9-jre="$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.