2018-07-21 12:17:22 UTC
431 MB
11~23-1
JAVA_HOME/docker-java-home
JAVA_VERSION11-ea+23
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a4e0ee0fbc8087144c4cdef3f0495ffebba2e3ee7dfa11ff0d5a4b165ff41f7c - 9.85% (42.5 MB)
[#001] sha256:70e3242d163ccebb1e24dafc2e4deb3b8913ee65303f56b15736a14018c6fcf6 - 1.42% (6.12 MB)
[#002] sha256:4d90194ec002d2dcbfc99ba120dcf8f01ef9037e35164e5ceb9c8ceac378ec1c - 1.93% (8.3 MB)
[#003] sha256:fc1bbf6b8c332b1819fff7e2683125a0904e3e0ed6b11a5de672c52deb7f2b39 - 10.3% (44.4 MB)
[#004] sha256:5454f32667ce5d863d55d1b96c1461816f6d761d122705116de89508c6ac90c9 - 0.19% (854 KB)
[#005] sha256:f9d2c91e51b4980b7ae9491690d30afbc683e6b3c5eef2c92bf32be8de31fd71 - 0.0% (235 Bytes)
[#006] sha256:8aa8b0f4f7e29715768cce3d99b3e43fc650924bb721a6f88857cf5da36fc9fe - 0.0% (129 Bytes)
[#007] sha256:d11bcaa87ef009d53612452cfe352eaa4bb6eaab6f5f31bf7633bb16104d87b5 - 76.31% (329 MB)
/bin/sh -c #(nop) ADD file:016411fa531d65b2271f50aee3e350fc858e61add73997af4a83556197c9abd5 in /
2018-07-17 12:03:18 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-17 13:44:22 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl netbase wget && rm -rf /var/lib/apt/lists/*
2018-07-17 13:44:31 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-07-17 13:45:00 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-07-17 16:08:25 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-07-17 16:08:31 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-07-17 16:08:33 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-07-17 16:08:42 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-07-17 16:08:43 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-07-21 12:15:00 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+23
2018-07-21 12:15:00 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~23-1
2018-07-21 12:17:20 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-11-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'
2018-07-21 12:17:22 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.