2017-07-24 19:05:24 UTC
262 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:774bc81cd4ddf5f394102ad2f77e00f2356dd6bedb23ecae3079dbea3e27f502 - 15.59% (40.9 MB)
[#001] sha256:cee7e4f77d4aa6f9bcc0763fa643da6da44b121dc949d2e51c94e5a19f595aed - 3.66% (9.59 MB)
[#002] sha256:c9634dfe9d5dfaf995a20cf7eced9003e26754ad12eee2538c8acc1ed95bf7fa - 1.59% (4.18 MB)
[#003] sha256:d48ef06aab1ecdc1cdd7a2d627918df0e2056f6cccc7182f0b50f98cc3919406 - 17.43% (45.7 MB)
[#004] sha256:7f19726f68ef83798b8a520d1e4e3b45b207dbdee73aa20e9885ad5df01cd76e - 0.32% (856 KB)
[#005] sha256:c39b0006d0dd455b5bb3c7b2beb8805cbea2999e874d1128c5ddc9339caac109 - 0.0% (248 Bytes)
[#006] sha256:679bf555c1f0238a508d8b4279c7b40c4a4e5549dc1075385a82fceef1d56dd1 - 0.0% (132 Bytes)
[#007] sha256:7e20cff439d8638308040271630db0e1bb8c7b88f33b50eb3a3b649f66dc3edd - 61.32% (161 MB)
[#008] sha256:9a7dd7063a8d0eb1d6287ec9638fa8b7649f3ab1daa49f21b908a9921e02e91b - 0.1% (266 KB)
/bin/sh -c #(nop) ADD file:e7cdf243bc54956f36bab0ce3d5cae3c6dfdaeadd24280fe05691ba6b7f26860 in /
2017-07-24 17:24:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-07-24 18:17:28 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2017-07-24 18:17:48 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-07-24 18:18:44 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
2017-07-24 18:59:10 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 18:59:11 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-07-24 18:59:16 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 18:59:19 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-07-24 18:59:20 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2017-07-24 18:59:21 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=8u131
2017-07-24 18:59:21 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u131-b11-2
2017-07-24 18:59:22 UTC/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20170531+nmu1
2017-07-24 19:05:19 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="$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:05:24 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.