2018-09-05 12:54:47 UTC
245 MB
10.0.2+13-1
JAVA_HOME/docker-java-home
JAVA_VERSION10.0.2+13
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c5ab6b8677b80e3d03b9cf7f6d60c5ea5e55c3ef5201228d2a1e02348632bc3b - 19.34% (47.5 MB)
[#001] sha256:3334592e8df26ecd8135ae4d98e26ee5c2152c588781fdbcb617525eab00347d - 2.92% (7.16 MB)
[#002] sha256:a22424c58e25912b79ad47701b7d26c1644849d325d1095b43486c45357dce9e - 3.73% (9.14 MB)
[#003] sha256:8ddd1a5705448b4e32fb193ec8c818e3d26cfa66751c9002f8d9b34b78e6f16b - 0.33% (837 KB)
[#004] sha256:612f5f98521d28e29fc0885b77ca54d7c73675a379d9f52d0c522f1112c9ea37 - 0.0% (238 Bytes)
[#005] sha256:2016fd323217cb0c428ec922fc1699926dc6b629fac3d5c0580a49ab767a5cef - 0.0% (131 Bytes)
[#006] sha256:52b076bf944e69e7fc28a87c0f61d64557f12067d1bd0becf547c0a593669b07 - 73.68% (181 MB)
/bin/sh -c #(nop) ADD file:8de67e0fc0d437844f80c43c2040a020c9b920f19c3af0645d06ad1f79099fd9 in /
2018-09-05 10:42:06 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-05 11:36:12 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-09-05 11:36:23 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-09-05 12:47:21 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-09-05 12:47:21 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-05 12:47:22 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-09-05 12:53:01 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-10-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-09-05 12:53:01 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-09-05 12:53:01 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=10.0.2+13
2018-09-05 12:53:01 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10.0.2+13-1
2018-09-05 12:54:47 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-10-jre="$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-09-05 01:20:44 UTC
236 MB
10.0.2+13-1
JAVA_HOME/docker-java-home
JAVA_VERSION10.0.2+13
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5164339600396c4bdb97f111e5236c5fc64911bbd2bfe6d2343ce45fe79ea7d8 - 19.84% (46.8 MB)
[#001] sha256:083ed1d8baf85dbda1151434e9afe28ad5efa36397cda6ff66cc5e7a888d2a4f - 2.97% (7.01 MB)
[#002] sha256:973ddf6ced7131822a05e3dd20803610fd06a8c695d3d814713f6ece58d616fd - 3.76% (8.87 MB)
[#003] sha256:f24688a9f67e8a6e21d2aff3d1944d6b2c25df7f34e8a832ac69543243fcf3fd - 0.34% (829 KB)
[#004] sha256:66b207299ef18671a38b8fa1309272a5329503a6d6b096c03c4e75741c6042ce - 0.0% (238 Bytes)
[#005] sha256:8c45392033dfd99e94fa36ace9aa9af9ac8065434b61866c5d8610ecf04560cc - 0.0% (131 Bytes)
[#006] sha256:f1cb2dbabfeb56c177f99ef7ce9361b14a9d33ab70da79d015dd16b9ca06c87d - 73.09% (172 MB)
/bin/sh -c #(nop) ADD file:6b6ece05e75fbdccfdd76433844e066f0ec636fb62e74326f1747ccde948c381 in /
2018-09-04 21:20:52 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-04 22:31:11 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-09-04 22:31:18 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-09-05 01:16:45 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-09-05 01:16:45 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-05 01:16:45 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-09-05 01:19:58 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-10-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-09-05 01:19:58 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-09-05 01:19:58 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=10.0.2+13
2018-09-05 01:19:58 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10.0.2+13-1
2018-09-05 01:20:44 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-10-jre="$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-09-05 14:24:53 UTC
215 MB
10.0.2+13-1
JAVA_HOME/docker-java-home
JAVA_VERSION10.0.2+13
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d249ae748c1383631885fe6ef102c9f4763c974c7e2ed31cbd7b8ec3b469b01e - 20.73% (44.6 MB)
[#001] sha256:fcd45a59e2fb41f181140d262402692b7bb09adb957eecafdeb3c8a5534ab243 - 3.06% (6.6 MB)
[#002] sha256:02fe315336f45a33182829fb9bc3dd66b77a0251800dc947f7872e4abb3393a9 - 4.0% (8.62 MB)
[#003] sha256:b89603f24ce5c0f85e0514a68828b4c36c8259bec559ce089f842408f228dcce - 0.37% (822 KB)
[#004] sha256:6d7c3075c301304422493bfd51b56532c4b5c53d744426e93e514a09c8d1af05 - 0.0% (238 Bytes)
[#005] sha256:cae4bb845fe634a1098b4e133c0f9be65a175a072a5e42e43d0ba2c693b99799 - 0.0% (131 Bytes)
[#006] sha256:f1a2a539d26368529c46a18109be5628ca8d4d4fdd821d7d8459edb6362c0434 - 71.83% (155 MB)
/bin/sh -c #(nop) ADD file:197405a6e437f7755c9e1eaaeffa366cbbed5d22b6433e8985fc72c0399c9741 in /
2018-09-05 08:53:10 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-05 09:55:40 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-09-05 09:55:51 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-09-05 14:19:54 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-09-05 14:19:55 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-05 14:19:56 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-09-05 14:23:53 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-10-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-09-05 14:23:53 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-09-05 14:23:53 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=10.0.2+13
2018-09-05 14:23:54 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10.0.2+13-1
2018-09-05 14:24:53 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-10-jre="$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-09-05 13:16:21 UTC
212 MB
10.0.2+13-1
JAVA_HOME/docker-java-home
JAVA_VERSION10.0.2+13
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:41ac34bbb663ff9b66612cbe07ba88955dbe37f15f0732d7438ed9d75ffef0c9 - 20.1% (42.6 MB)
[#001] sha256:0a4a6a41cc4abd0bf494829b7c229c8b0332e0fa15e4070e51e196a72e0e9f8f - 3.01% (6.37 MB)
[#002] sha256:ff85737d1afda4a28ad503d9827b69fbb9a8cb0c387134d95a9099dea0d22d0e - 3.94% (8.35 MB)
[#003] sha256:097656e3ab94abaa1a2c1ea83bc9f56482aa61b0c3cb374632c6aa969737fd93 - 0.37% (805 KB)
[#004] sha256:b401d1e0b418148f23e8539bffa24853c8c1c3e8f24cde975385729cd87216e9 - 0.0% (237 Bytes)
[#005] sha256:2d1d2bf10dd7825f8d22e834432f4236514ab715c129037918d3c0e85e8c1cfa - 0.0% (131 Bytes)
[#006] sha256:297c331089f257b6e24fe780d898b60d41fcb8930da52c9f350ff3063a054424 - 72.58% (154 MB)
/bin/sh -c #(nop) ADD file:6bce3a6eaae154a74bd434bc6087c35774f3ca30b31179bd9d3a8ccc883e6356 in /
2018-09-05 12:02:08 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-05 12:41:47 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-09-05 12:41:56 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-09-05 13:11:04 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-09-05 13:11:05 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-05 13:11:06 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-09-05 13:15:29 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-10-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-09-05 13:15:29 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-09-05 13:15:29 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=10.0.2+13
2018-09-05 13:15:30 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10.0.2+13-1
2018-09-05 13:16: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 --no-install-recommends openjdk-10-jre="$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-09-05 13:22:14 UTC
221 MB
10.0.2+13-1
JAVA_HOME/docker-java-home
JAVA_VERSION10.0.2+13
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ff5ead7611ad86204643cd46d308599be45fefaca7a358aa65ccab791156f31f - 20.43% (45.1 MB)
[#001] sha256:a0b9b5a56863c55df9af02f6c80c86602c59da911f5cae6082cd55967a1e138c - 3.08% (6.8 MB)
[#002] sha256:c6977204ca040a8a731305a3c0e13830646c7649eec3fec0e6cbed16c6de0eb0 - 4.0% (8.81 MB)
[#003] sha256:62a75f076c5e110119dbb63d26808ed53b5eb687b1f8c7ac0eb5153b3fd93be6 - 0.36% (816 KB)
[#004] sha256:4fe2217b537ec556c6842e4ed0c1ba7099d95e6779401bae464ac5c94f53a076 - 0.0% (238 Bytes)
[#005] sha256:438bd6d74592c41a73bd85689839961dc8b760224130de98a7346c361981ca9d - 0.0% (131 Bytes)
[#006] sha256:c5589e380a483c927c4c0aac3abc8377596bfc0a9e03bf25061f3bb4da30fb92 - 72.13% (159 MB)
/bin/sh -c #(nop) ADD file:cac51be1621603e67cd0c6a08ff297ca705beef482ba784194fe06790776dda8 in /
2018-09-05 08:44:45 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-05 09:48:20 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-09-05 09:48:48 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-09-05 13:00:03 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-09-05 13:00:03 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-05 13:00:05 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-09-05 13:14:50 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-10-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-09-05 13:14:51 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-09-05 13:14:52 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=10.0.2+13
2018-09-05 13:14:53 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10.0.2+13-1
2018-09-05 13:22:14 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-10-jre="$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-09-05 12:02:47 UTC
234 MB
10.0.2+13-1
JAVA_HOME/docker-java-home
JAVA_VERSION10.0.2+13
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:88839b4f566005ace21b4fb23e56b4a9638df137ee204c622d554444045423e4 - 21.15% (49.4 MB)
[#001] sha256:5080e7dd5658ca43e5ab2c481fd673297ba9af3c9873b12896d7b0afb50375be - 3.11% (7.27 MB)
[#002] sha256:94d33c3810da3865f1a4b8e646406ec32e5b89f1595d3a9b780139a5aa99ca1e - 4.02% (9.4 MB)
[#003] sha256:2bafc64e62b7a5199521b4a32b0ff3fc6db9d889ecf2ba0af01d8a557a5ff390 - 0.35% (828 KB)
[#004] sha256:8e9919577262db6d45f094d763c34fe43dadd83c151d5cb25e870c2d4d76d779 - 0.0% (239 Bytes)
[#005] sha256:fe202b2aff0dab73a08db91a3ec2e8c682212f1a551d217a585373289cff52a1 - 0.0% (133 Bytes)
[#006] sha256:b506b881fff1a781657e4f11b290880d929538a4512b54725b608fc66c1bd12a - 71.37% (167 MB)
/bin/sh -c #(nop) ADD file:74cafd19c9f92f0bcf0ebf8af7c5fab91202cd413254da05d5a2b9191ecbee2d in /
2018-09-05 08:17:53 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-05 08:56:07 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-09-05 08:56:30 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-09-05 11:47:29 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-09-05 11:47:33 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-05 11:47:40 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-09-05 11:58:44 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-10-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-09-05 11:58:45 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-09-05 11:58:46 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=10.0.2+13
2018-09-05 11:58:47 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10.0.2+13-1
2018-09-05 12:02:47 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-10-jre="$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-09-05 18:15:27 UTC
200 MB
10.0.2+13-1
JAVA_HOME/docker-java-home
JAVA_VERSION10.0.2+13
LANGC.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b9886f96c1f9394ba76a75262b09bb6ad6b8100a8d94cf87089d43cb2068efe3 - 22.75% (45.5 MB)
[#001] sha256:203b1cc1f2b55f95ed71809ae9ea5d67d78156f617f3321574955a3bf2c43e96 - 3.37% (6.73 MB)
[#002] sha256:b11d48b0ceace2a58877479a5838ea5f51cbc6bd1e0b4f5823e44e519817de19 - 4.4% (8.79 MB)
[#003] sha256:29dd9eda9e5788e824150a2131fa23cd6c5819cb343557b6b1947c785007c341 - 0.41% (838 KB)
[#004] sha256:7f6ea79ac7e28de297a7a34b7f76a849a66ce4ef6b226eb1fd31212fdecf5cf3 - 0.0% (238 Bytes)
[#005] sha256:097364ac368a45a5a2f2e2403b433a55457eda3d75fb736c84062b31b8d1ffa2 - 0.0% (132 Bytes)
[#006] sha256:405e4c8cf09e86bc32b973647643d1ec1982170d59cb390af919c4786a523d74 - 69.08% (138 MB)
/bin/sh -c #(nop) ADD file:832b68a7f8033560aa3536d9163f28d197490633c05d49240dd2bed266d9504e in /
2018-09-05 11:42:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-09-05 12:42:11 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-09-05 12:42:18 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-09-05 18:10:01 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-09-05 18:10:01 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-09-05 18:10:02 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-09-05 18:13:48 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-10-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-09-05 18:13:48 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-09-05 18:13:49 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=10.0.2+13
2018-09-05 18:13:49 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=10.0.2+13-1
2018-09-05 18:15:27 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-10-jre="$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'
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.