2018-04-06 18:02:12 UTC
335 MB
10~46-4
JAVA_HOME/docker-java-home
JAVA_VERSION10-ea+46
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4bebe725acb1248d8ff52284d58dd16fdca68548a367bc396431ad7bc5d34cdd - 12.51% (41.9 MB)
[#001] sha256:d0693f5a3991162a5990e13b166d617b8f1fe371f4d92a04086448d19f61284b - 2.14% (7.18 MB)
[#002] sha256:56df267e9bb7c177688d09890d4bb7057540af666c61d9a1e741b8e886ece4cb - 2.44% (8.17 MB)
[#003] sha256:ed65ea37ec3d7608bc51bfb9b9e1e2b8669ff32cf8d7bedcd814c4be832e7ab8 - 12.81% (43 MB)
[#004] sha256:3834a5e072cecbe53e8f0970cb9f31833bae2ce27af3943bc24c6b3b99f193fb - 0.25% (849 KB)
[#005] sha256:e47d1ac7e7785803bc66c39d017c25153e8f8afd2098bd21ba7acd7aa5b5c26f - 0.0% (222 Bytes)
[#006] sha256:b6368f0d6136fecf8f0fc113f54f98a53bf9c0a2a6c64eac78b9ffdca20efc90 - 0.0% (238 Bytes)
[#007] sha256:afb1ace7ffebcbae1caefc199c90ee574a8f175ac6554ae02855dff486b48d46 - 0.0% (131 Bytes)
[#008] sha256:26cd27711075295e350a37f2bc1219de4b94f156b623e58c7864400482c9fb36 - 69.86% (234 MB)
/bin/sh -c #(nop) ADD file:cf4220476786ea80d7a6f84bd9dc94b6d6ac8945750c25c3bfaacd81d179ad18 in /
2018-03-14 12:30:25 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-03-14 13:16:08 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*
2018-03-14 13:16:20 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
2018-03-28 20:38:16 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*
2018-03-28 21:07:56 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*
2018-03-28 21:07:56 UTC/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
2018-03-28 21:07:57 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-03-28 21:07:57 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
2018-03-28 21:07:58 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-10-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-03-28 21:07:58 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-03-28 21:07:59 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=10-ea+46
2018-04-06 18:01:00 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10~46-4
2018-04-06 18:02:10 UTC/bin/sh -c set -ex; if [ ! -d /usr/share/man/man1 ]; then mkdir -p /usr/share/man/man1; fi; ln -svT /docker-java-home/bin/java /usr/local/bin/java; apt-get update; apt-get install -y openjdk-10-jdk="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; [ "$(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'
2018-04-06 18:02:12 UTC/bin/sh -c #(nop) CMD ["jshell"]
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.