2018-07-10 12:07:12 UTC
78.7 MB
11~21-2
JAVA_HOME/docker-java-home
JAVA_VERSION11-ea+21
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2df0c7e0ac644839e8a086c87c4c1bca9b9548788dcf9ccde575ab1405f2a3e0 - 26.71% (21 MB)
[#001] sha256:5d2cc055334005230ceeda8b9e90c83996a6a0635879ec58edb0bc182e96538a - 0.53% (426 KB)
[#002] sha256:712c3fe743c00817966b0f5cc594e89b7a7e9247ad19bd6d14e74cd5ac72d9c7 - 0.0% (237 Bytes)
[#003] sha256:100d2af24839e465c8eb8b25c82f7de8d79773cfb2c815c61ee55269c3ad0155 - 0.0% (131 Bytes)
[#004] sha256:341dc298f6dac3e44fae8b028a385736f7e874bacfde878864c9cf313dc7beca - 72.77% (57.3 MB)
/bin/sh -c #(nop) ADD file:e4dc9e1b1e24036ed3087498dbface6ab0b79dfb58c4371e9535918e73f90743 in /
2018-06-27 12:02:20 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-06-27 15:17:53 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-06-27 15:17:54 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-06-27 15:17:55 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-06-27 15:17:56 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-06-27 15:17:56 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-07-07 12:03:00 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+21
2018-07-10 12:04:58 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~21-2
2018-07-10 12:07:12 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-jre-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.