2017-12-12 15:01:27 UTC
162 MB
6b38-1.13.10-1~deb7u1
JAVA_HOME/docker-java-home
JAVA_VERSION6b38
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:dd70000a68c40049fa024e9ebecc22bcd8a32b0fb098e9f3edafdbfc872054b4 - 21.05% (34 MB)
[#001] sha256:51ae93d1aa9ba1e13bd1449ae6d27b5849b9a9acbf7f273c7059aa1c7a7f700e - 3.76% (6.07 MB)
[#002] sha256:0c97111ac1f47690a1f82ed58a03bd49bebcf1abed7c5dfe81be408f97bb6a78 - 20.58% (33.3 MB)
[#003] sha256:d6b7dd6c4744e9151f8b5e0de9e310a14987400dde6d20af9741743098026d05 - 0.36% (592 KB)
[#004] sha256:4474a6240930f595c7a5754514e3ae57bc63d2bebef9fbaecd24591d1b7ff1ce - 0.0% (247 Bytes)
[#005] sha256:caf52bbfc507ad1dcb99f5f38016417a917f5bc3189a54705fd54e3bd3c285bb - 0.0% (130 Bytes)
[#006] sha256:e6c49462d5d04088acd7ac35e125aff49e6a0af262bc92e249dba0a7ac9a01d4 - 54.24% (87.6 MB)
/bin/sh -c #(nop) ADD file:9db26feeeebe82707411c8b6a09f22ba8e33fdd8bdf1e1cb3fd179cfc09b850e in /
2017-12-12 13:36:12 UTC/bin/sh -c #(nop) CMD ["bash"]
2017-12-12 14:25:26 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-12-12 14:25:27 UTC/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr ; rm -rf /var/lib/apt/lists/*; fi
2017-12-12 14:26:04 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-12-12 14:59:38 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-12-12 14:59:51 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-12-12 15:00:01 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-12-12 15:00:11 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-6-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-12-12 15:00:29 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2017-12-12 15:00:39 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=6b38
2017-12-12 15:00:39 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=6b38-1.13.10-1~deb7u1
2017-12-12 15:01:27 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-6-jdk="$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.