2018-07-21 12:21:07 UTC
80.1 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:1e5341b5f8a7f0c7e651d696478846f375e478fc35a15daad21057ed34c86aa0 - 26.26% (21 MB)
[#001] sha256:201706a9d8742be6b39b2112a52a81180a89c547979584ec52ab950ef13a4768 - 0.52% (426 KB)
[#002] sha256:1db9f0721f2ca238b0a84c406f829b0b7c9a960dd91b6ebd65d2e4825db85f79 - 0.0% (236 Bytes)
[#003] sha256:4dc9b2cda3454dd54d9134d49524faa78c52f7dbf220f21d80d55fb384c98815 - 0.0% (131 Bytes)
[#004] sha256:7fdbd06cdccfec6c5b7fa1c425171ad2d6ffb9a8a67cb804754e640b22947256 - 73.22% (58.6 MB)
/bin/sh -c #(nop) ADD file:430c173aee26cd9ee26f12a79095a7590ef88c7c48a0ae19a07a09942eaae79a in /
2018-07-17 12:03:41 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-17 12:34:47 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 12:34:48 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-07-17 12:34: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-07-17 12:34:50 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-07-17 12:34:50 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-07-21 12:17:42 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11-ea+23
2018-07-21 12:17:43 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11~23-1
2018-07-21 12:21:07 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-headless="$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.