2017-07-24 19:07:38 UTC
75.5 MB
20170531+nmu1
JAVA_DEBIAN_VERSION8u131-b11-2
JAVA_HOME/docker-java-home
JAVA_VERSION8u131
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:41f681322725fbeeb4d39464b8522a75c7241e093dc336b01728c02058719ecb - 25.67% (19.4 MB)
[#001] sha256:f7f1aa682a0b96b43b5197e41b0b93c94cd4f42dcc0d85345dc6b70d801db806 - 0.56% (430 KB)
[#002] sha256:26979d34e7b6521cb79d123241ebf0fcff9c91172fdaeca414ca4ba1de0fe7b1 - 0.0% (248 Bytes)
[#003] sha256:c041fa8f04e674ab7781ca970ba6d9698a1a87ddbc2b9a955ee73730303f198a - 0.0% (131 Bytes)
[#004] sha256:94472f3e919d7a0c4e1ab6d4eb72e528f2f6fb7ad0455ba1c37e074a73f3824d - 73.43% (55.5 MB)
[#005] sha256:22aecc9c4d83c93febb865a0666298332bda6b2f585c8a0d63b8e9c2e08b709d - 0.34% (266 KB)
/bin/sh -c #(nop) ADD file:68e104ef4dca6e4d0a90bbde8aede65149d24c00548a146404699ea798b34452 in /
2017-07-24 17:24:41 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-07-24 19:05:39 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*
2017-07-24 19:05:40 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-07-24 19:05:47 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
2017-07-24 19:05:53 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-07-24 19:05:54 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2017-07-24 19:05:54 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=8u131
2017-07-24 19:05:55 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u131-b11-2
2017-07-24 19:05:56 UTC/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20170531+nmu1
2017-07-24 19:07:32 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 openjdk-8-jdk-headless="$JAVA_DEBIAN_VERSION" ca-certificates-java="$CA_CERTIFICATES_JAVA_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'
2017-07-24 19:07:38 UTC/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure
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.