2018-07-03 12:02:04 UTC
210 MB
11~19-1
JAVA_HOME/docker-java-home
JAVA_VERSION11-ea+19
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4d15482f8eb5deefaf0868a9ccd27a4114951064b3932d35d9efb85e81279901 - 20.23% (42.4 MB)
[#001] sha256:595c67309009d5c8c4b91b2f94f2a6e15a90740433ae648f42e27abbd7f0d948 - 2.92% (6.12 MB)
[#002] sha256:d4a0366c8111904aa25dded355812c67e2d285d60a35b0aba5efe1617309aab0 - 3.96% (8.3 MB)
[#003] sha256:284b67addc32ed4baa71c0bd6e49a7cb38534548a5f969e6bd22affa99303ea1 - 0.37% (803 KB)
[#004] sha256:875e8dc0d83a495cf1f5fd0244763dbe87891aef195364e0e3ae16cd0685e7e0 - 0.0% (236 Bytes)
[#005] sha256:0ac9a7cd5c2e6dcb6a4c6afd5836c4e3438644731212889ffba212e9c921406e - 0.0% (131 Bytes)
[#006] sha256:0904fd4c93127d9f82cf3467ca1ed0a0376ced504e43b3bf170b5b9394245e0d - 72.51% (152 MB)
/bin/sh -c #(nop) ADD file:fb368eeca8896eaf5ae53a4a5f51bb2ffcb3de2afc5288178fc15e87327d624f in /
2018-06-27 12:02:01 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-06-27 12:45:10 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-06-27 12:45:22 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-06-27 15:18:48 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-06-27 15:18:48 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-06-27 15:18:49 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-06-27 15:18:50 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-06-27 15:18:55 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-07-03 12:01:14 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+19
2018-07-03 12:01:14 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~19-1
2018-07-03 12:02:04 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-jre="$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.