2017-07-24 18:08:48 UTC
144 MB
7u131-2.6.9-2~deb8u1
JAVA_HOME/docker-java-home/jre
JAVA_VERSION7u131
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ad74af05f5a24bcf9459ae1cf7718628c2aeb6b587eb51b6eeaf639aca3e566f - 34.81% (50.2 MB)
[#001] sha256:2b032b8bbe8bc215ad3337035d0183fc353841ec6478d1c481e6e13628ad9e00 - 12.75% (18.4 MB)
[#002] sha256:99a5213ead46fbbca985d1a667fe69703f950eac400d2aee63cb00444da6f12a - 0.38% (555 KB)
[#003] sha256:7de34ca31efd0c459d0140521bcd4aa29d5a82cdc10d57efaaaefeb04cab42a0 - 0.0% (241 Bytes)
[#004] sha256:9b22e57d98bb51e4596beffee00f8c04708d447262e5108f5964234e3396d196 - 0.0% (131 Bytes)
[#005] sha256:12cd7a66c3fddb810f4916e92368a334d80820aa48b56782b0dfef006e8263bc - 52.07% (75 MB)
/bin/sh -c #(nop) ADD file:a023a99f7d01868b164d63bfaf8aabc7f271659c69939c3854f041f5a3217428 in /
2017-07-24 16:51:25 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-07-24 17:24: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 17:24:29 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:07:59 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:07:59 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-07-24 18:08:00 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:08:01 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-7-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-07-24 18:08:01 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home/jre
2017-07-24 18:08:01 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=7u131
2017-07-24 18:08:02 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u131-2.6.9-2~deb8u1
2017-07-24 18:08:48 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-7-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.