2019-07-22 12:23:52 UTC
151 MB
11.0.1+13-2~bpo9+1
JAVA_HOME/docker-java-home
JAVA_VERSION11.0.1
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PORT8080
[#000] sha256:5e6ec7f28fb77f84f64b8c29fcb0a746260563f5858315e3e9fcc4aee2844840 - 14.23% (21.5 MB)
[#001] sha256:1cf4e4a3f53407278434f4de7f127f62c89a691ff5862fbdd936a2b8aa3d3e54 - 0.29% (444 KB)
[#002] sha256:5d9d21aca48025a2d2b48c19e6b5c17e1ac8b087599024c8c6eb030ab796c14e - 0.0% (222 Bytes)
[#003] sha256:0a126fb8ec285a7d09f65c30e3efe29c34bf2a3d6693b6a4f085bef95dff38d6 - 0.0% (246 Bytes)
[#004] sha256:1904df3245457cd0042438c35e356f8ac4d2944468a88d16a60ab2535089b73f - 0.0% (131 Bytes)
[#005] sha256:e6d9d96381c87548e53d7208685354f13680702fded8c281c7ab1454e0a18a34 - 48.83% (73.6 MB)
[#006] sha256:95db4e5effb13eb93cc798087a3f956a43ab61f26f579a569003bb56841cd365 - 36.65% (55.3 MB)
/bin/sh -c #(nop) ADD file:a65337a57a064a79ad8a3f42e8282b3e01710cb4684ccd880463cc8d2e051fa5 in /
2019-01-22 19:30:32 UTC/bin/sh -c #(nop) CMD ["bash"]
2019-01-22 21:13:28 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*
2019-01-22 21:13:29 UTC/bin/sh -c echo 'deb http://deb.debian.org/debian stretch-backports main' > /etc/apt/sources.list.d/stretch-backports.list
2019-01-22 21:13:29 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2019-01-22 21:13:30 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
2019-01-22 21:13:31 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-11-openjdk-$(dpkg --print-architecture)" /docker-java-home
2019-01-22 21:13:31 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2019-01-22 21:13:32 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=11.0.1
2019-01-22 21:13:32 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=11.0.1+13-2~bpo9+1
2019-01-22 21:16:32 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 --no-install-recommends openjdk-11-jre-headless="$JAVA_DEBIAN_VERSION" ; rm -rf /var/lib/apt/lists/*; rm -v /usr/local/bin/java; keytool -importkeystore -srckeystore /etc/ssl/certs/java/cacerts -destkeystore /etc/ssl/certs/java/cacerts.jks -deststoretype JKS -srcstorepass changeit -deststorepass changeit -noprompt; mv /etc/ssl/certs/java/cacerts.jks /etc/ssl/certs/java/cacerts; /var/lib/dpkg/info/ca-certificates-java.postinst configure; [ "$(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'
2019-07-22 12:23:51 UTC/bin/sh -c #(nop) ENV PORT=8080
2019-07-22 12:23:51 UTC/bin/sh -c #(nop) EXPOSE 8080
2019-07-22 12:23:52 UTC/bin/sh -c #(nop) COPY file:21c3d5eca5d042d41c5d4b31bbbb6de7b3054dd367a362403b0f3bf79036e0aa in /opt/app.jar
2019-07-22 12:23:52 UTC/bin/sh -c #(nop) WORKDIR /opt
2019-07-22 12:23:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["/bin/sh" "-c" "exec java $JAVA_OPTS -jar app.jar"]
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.