2018-04-20 12:07:23 UTC
335 MB
10~46-5
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.43% (8.17 MB)
[#003] sha256:ed65ea37ec3d7608bc51bfb9b9e1e2b8669ff32cf8d7bedcd814c4be832e7ab8 - 12.81% (43 MB)
[#004] sha256:3834a5e072cecbe53e8f0970cb9f31833bae2ce27af3943bc24c6b3b99f193fb - 0.25% (849 KB)
[#005] sha256:106144495e4af0cc629d11d4c34b439fc8635951ca5409cb2f2612a48be9963e - 0.0% (237 Bytes)
[#006] sha256:13f26f470fd0e18a078833499974a27ab66f3e957e1c08b802443d36a2ca24c4 - 0.0% (131 Bytes)
[#007] sha256:a44b12e16d04d1c1e26209c67e7f896da2967b24931d3c2ed1aa5e3d32a506c1 - 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:11:22 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-03-28 21:11:23 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-04-20 12:06:16 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-10-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-04-20 12:06:17 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-04-20 12:06:17 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=10-ea+46
2018-04-20 12:06:17 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10~46-5
2018-04-20 12:07:21 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-20 12:07:23 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.