2019-03-27 14:59:43 UTC
62.7 MB
8u181-b13-2~deb9u1
JAVA_HOME/docker-java-home/jre
JAVA_VERSION8u181
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:fac132c5d16f670820c8c4ae332bd663c2ff856e9af86b2b23a201db263d851e - 29.35% (18.4 MB)
[#001] sha256:2888f20f45f0d3a93af43fe90bc4fc53f8cc5b16e2aadd9293c17d5240834576 - 0.66% (421 KB)
[#002] sha256:4d674838132a5a5385f8853a4b8a7552c8974e29f5510f132faf0108233dd9e7 - 0.0% (247 Bytes)
[#003] sha256:d896a11dd7a1ed1ad83271ad576dbe4013f2a9f45dc422703c439e9e9c9d7208 - 0.0% (131 Bytes)
[#004] sha256:c857e96945987a3ab1d307e2b3e89198421c481a46015a7989e257df0201b551 - 70.0% (43.9 MB)
/bin/sh -c #(nop) ADD file:6bf06125d936ccaf67981470df5ef6b9bd5dee3c0ef0e042a448fc60bb02f191 in /
2019-03-27 12:07:49 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-03-27 14:54:47 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*
2019-03-27 14:56:58 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-03-27 14:56:59 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
2019-03-27 14:57:01 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)" /docker-java-home
2019-03-27 14:58:02 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home/jre
2019-03-27 14:58:02 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=8u181
2019-03-27 14:58:02 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u181-b13-2~deb9u1
2019-03-27 14:59:43 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-8-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.