2018-09-07 04:22:13 UTC
189 MB
9.0.4+12-4
JAVA_HOME/docker-java-home
JAVA_VERSION9.0.4+12
LANGC.UTF-8
MAVEN_CONFIG/root/.m2
MAVEN_HOME/usr/share/maven
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b0b251c3fa17d0cdbdd0cb21b207843e9e733533c09d41956b9606a7c6aaf613 - 13.5% (25.5 MB)
[#001] sha256:2e5bd07609d18b01a4468533d1ef2f44d73ce4a39eb21ca52f111fe56eaf4e07 - 0.24% (458 KB)
[#002] sha256:bb2eb62cc483e44adba330b0e961bb185427b884355d6c1d64fe31215e6f821e - 0.0% (239 Bytes)
[#003] sha256:3301dd0fa6befe5d3eac4eb461cb6c2be8b132e9445e869931c35daa01b55f01 - 0.0% (131 Bytes)
[#004] sha256:0b853b29d0f9b7070e1689a57de34b36314a3ac0588c16a206922f7093159049 - 80.58% (152 MB)
[#005] sha256:ec276194a1af85e146b7da360c739973e27235e117361690ae22bd9ceddc53a6 - 1.14% (2.14 MB)
[#006] sha256:d79418555e56ecb2b47e4f0763a9fcd092cd7178d0ac039b0de3e1deea10d0ed - 0.0% (230 Bytes)
[#007] sha256:867141bd9347dff4c216a6d5e3ea73f983fdfc1138c93214e22c68a76868ab4d - 4.55% (8.57 MB)
[#008] sha256:25d9efea795ef6d7077193d2a581a4cec9f7b950b6c684fb5dfdaff76105bf9a - 0.0% (745 Bytes)
[#009] sha256:8c870d682ef0baa7e0198c4780185b3f19b4625494a64209e73d369d9bac5397 - 0.0% (362 Bytes)
/bin/sh -c #(nop) ADD file:9e204bd06575325653d9ca924ded453fa1a0f9eb3fe6d0fb8390160b39768da9 in /
2018-04-28 10:40:59 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-05-31 05:46:06 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-05-31 05:46:06 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-05-31 05:46:07 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-05-31 05:57:10 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-05-31 05:57:10 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-05-31 05:57:10 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12
2018-05-31 05:57:10 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4
2018-05-31 06:00:01 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-9-jdk-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'
2018-05-31 06:00:01 UTC/bin/sh -c #(nop) CMD ["jshell"]
2018-09-07 04:22:01 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.4
2018-09-07 04:22:01 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2018-09-07 04:22:01 UTC/bin/sh -c #(nop) ARG SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d
2018-09-07 04:22:01 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries
2018-09-07 04:22:08 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
2018-09-07 04:22:09 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)/conf
2018-09-07 04:22:11 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c mkdir -p /usr/share/maven /usr/share/maven/ref && curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz && echo "${SHA} /tmp/apache-maven.tar.gz" | sha256sum -c - && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 && rm -f /tmp/apache-maven.tar.gz && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
2018-09-07 04:22:12 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2018-09-07 04:22:12 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2018-09-07 04:22:12 UTC/bin/sh -c #(nop) COPY file:fb726a12bbbf8ff54c8d9fceef4fa3018c11a435bfa04ee5f73156c544907861 in /usr/local/bin/mvn-entrypoint.sh
2018-09-07 04:22:12 UTC/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/
2018-09-07 04:22:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2018-09-07 04:22:13 UTC/bin/sh -c #(nop) CMD ["mvn"]
2018-09-05 15:32:03 UTC
185 MB
9.0.4+12-4
JAVA_HOME/docker-java-home
JAVA_VERSION9.0.4+12
LANGC.UTF-8
MAVEN_CONFIG/root/.m2
MAVEN_HOME/usr/share/maven
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c2ad77de49cedb25345a40be4f3ccc592075053d2d1b4cafcc67a011c070df60 - 13.4% (24.8 MB)
[#001] sha256:d6485a2cca95b289b549728c0c66bb1b463cdb7a204d224291f28c111a64a371 - 0.24% (450 KB)
[#002] sha256:4f4ea4e6ab41ff82240aed63937b358af3ee0d7749491ea788298b5cd38027cd - 0.0% (237 Bytes)
[#003] sha256:649f9534d72bc7ab44e527f83b63f51976a27696dc7ccbef9db571a111943a92 - 0.0% (131 Bytes)
[#004] sha256:6e47a95e093856eecffb43e742dc01f5accfc44fee9b133f4c0f5429da4dacf8 - 80.63% (149 MB)
[#005] sha256:d46a954202a9acfe550bc81f5c783b839a03ac90d6391bc8bcdb897868862550 - 1.1% (2.04 MB)
[#006] sha256:5a73fd16c3823839e996f17a51e84c4f2667568726a5f7d055900f6bd2d187b6 - 0.0% (231 Bytes)
[#007] sha256:6028b8203fcc95a99a28b786dc642e64a28120603ed68f9019b3733fe8f29d62 - 4.63% (8.57 MB)
[#008] sha256:98a6eaf5f83b74e87f1b5bb9e8add698f930c7a11e41569bdf9ebdf36dbdd650 - 0.0% (744 Bytes)
[#009] sha256:7afb9733d3e41cfbf1406f7229b9d7fb2b334dbdcc4f2ffd569e5537f1675d73 - 0.0% (362 Bytes)
/bin/sh -c #(nop) ADD file:4ac5b74448a361591479d0374d36fef5832baedf42ca81cbd6fbd8ac037ad414 in /
2018-04-28 07:02:49 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-05-01 09:40:17 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-05-01 09:40:17 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-05-01 09:40:18 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-05-01 11:00:51 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-05-01 11:00:51 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-05-01 11:00:51 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12
2018-05-01 11:00:51 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4
2018-05-14 22:43:32 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-9-jdk-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'
2018-05-14 22:43:32 UTC/bin/sh -c #(nop) CMD ["jshell"]
2018-09-05 15:31:43 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.4
2018-09-05 15:31:44 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2018-09-05 15:31:44 UTC/bin/sh -c #(nop) ARG SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d
2018-09-05 15:31:44 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries
2018-09-05 15:31:54 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
2018-09-05 15:31:55 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)/conf
2018-09-05 15:32:01 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c mkdir -p /usr/share/maven /usr/share/maven/ref && curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz && echo "${SHA} /tmp/apache-maven.tar.gz" | sha256sum -c - && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 && rm -f /tmp/apache-maven.tar.gz && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
2018-09-05 15:32:01 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2018-09-05 15:32:02 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2018-09-05 15:32:02 UTC/bin/sh -c #(nop) COPY file:fb726a12bbbf8ff54c8d9fceef4fa3018c11a435bfa04ee5f73156c544907861 in /usr/local/bin/mvn-entrypoint.sh
2018-09-05 15:32:03 UTC/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/
2018-09-05 15:32:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2018-09-05 15:32:03 UTC/bin/sh -c #(nop) CMD ["mvn"]
2018-06-23 08:51:34 UTC
159 MB
9.0.4+12-4
JAVA_HOME/docker-java-home
JAVA_VERSION9.0.4+12
LANGC.UTF-8
MAVEN_CONFIG/root/.m2
MAVEN_HOME/usr/share/maven
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d8a6a213c8dfd9e72ad11408970d74e2be7ffdfbac3683ed1a40c28534145e4a - 14.39% (22.9 MB)
[#001] sha256:dbe23918d5c3df5c5737b91e6e16035342f47e61426f3dd0265882e998ef16a4 - 0.27% (443 KB)
[#002] sha256:f3278875f078d656ef3d6c8ce9702f8344f1343454d75403da10d4e583f90931 - 0.0% (238 Bytes)
[#003] sha256:4c9dbfd25a8aacdb785bb88625b5386d6a6ac1a5c949ece261c79ebd30009759 - 0.0% (131 Bytes)
[#004] sha256:2ca38243687306b26c9343e91d31060135469953851d0aba791c9b9f86a0d4c9 - 78.74% (125 MB)
[#005] sha256:d61180d519a0068238f35051a523a8fe09159266e304ab8564e84949431eef7e - 1.2% (1.91 MB)
[#006] sha256:6f1ee6dd3257638e4c96b7106c3b3c71704747232f037e1b0a340921c64b9b86 - 0.0% (230 Bytes)
[#007] sha256:dbc8838a19e63bfc4d5ae68e680736675641eb6d2374f958d8ba92dfd3d3f037 - 5.39% (8.57 MB)
[#008] sha256:c38d694d04c008404272e4d9ccddf3796e02ccb6dbd9cae335ad2dfdb6600b96 - 0.0% (744 Bytes)
[#009] sha256:63ffd87a24f2392fb0c6609d91007aa9193db1bf2e2c43d0601661a71aa0fc33 - 0.0% (362 Bytes)
/bin/sh -c #(nop) ADD file:4bb0a1afcce11262886b693c92f368728f7ca179f516dcfd86a6a74d9941a2bd in /
2018-04-28 08:51:57 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-04-28 12:33:18 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-04-28 12:33:18 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-04-28 12:33:19 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-04-28 12:43:12 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-04-28 12:43:13 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-04-28 12:43:13 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12
2018-04-28 12:43:13 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4
2018-05-15 09:44:49 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-9-jdk-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'
2018-05-15 09:44:50 UTC/bin/sh -c #(nop) CMD ["jshell"]
2018-06-23 08:51:19 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.4
2018-06-23 08:51:19 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2018-06-23 08:51:19 UTC/bin/sh -c #(nop) ARG SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d
2018-06-23 08:51:20 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries
2018-06-23 08:51:29 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
2018-06-23 08:51:30 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)/conf
2018-06-23 08:51:33 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c mkdir -p /usr/share/maven /usr/share/maven/ref && curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz && echo "${SHA} /tmp/apache-maven.tar.gz" | sha256sum -c - && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 && rm -f /tmp/apache-maven.tar.gz && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
2018-06-23 08:51:33 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2018-06-23 08:51:33 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2018-06-23 08:51:33 UTC/bin/sh -c #(nop) COPY file:fb726a12bbbf8ff54c8d9fceef4fa3018c11a435bfa04ee5f73156c544907861 in /usr/local/bin/mvn-entrypoint.sh
2018-06-23 08:51:34 UTC/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/
2018-06-23 08:51:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2018-06-23 08:51:34 UTC/bin/sh -c #(nop) CMD ["mvn"]
2018-06-23 12:01:00 UTC
162 MB
9.0.4+12-4
JAVA_HOME/docker-java-home
JAVA_VERSION9.0.4+12
LANGC.UTF-8
MAVEN_CONFIG/root/.m2
MAVEN_HOME/usr/share/maven
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e896ce6a07096665b9b10eea8b8d7a9f0f6e26c3d88bd463db48304823b92890 - 12.94% (20.9 MB)
[#001] sha256:925e7bf3333e528dfd915abfbcbc560f820ce29a375d884865566688160e4eed - 0.26% (426 KB)
[#002] sha256:ccc2cc177a3ab014156f5c72f5b4f97a9fb66c88c1f2d8c79cdf90ed2dab6a6c - 0.0% (238 Bytes)
[#003] sha256:4ccb997b52fc92a7c297f6b56be1f7c3f0a231772051e22da26267550fad9e97 - 0.0% (132 Bytes)
[#004] sha256:3cdc5fadd09e06c0fc7c801816c1c85d07f947b6d0004ca8463cc17e338b5478 - 80.41% (130 MB)
[#005] sha256:eb7a114c7db0eb69401648d21013ae4c6ddc6877c7bb536fc94cce4b73b09db4 - 1.09% (1.77 MB)
[#006] sha256:8921c97cb413a48816104d1a2a5e8412109a4f8fb6caab74b4e78ef3919e4e3b - 0.0% (229 Bytes)
[#007] sha256:307d11a456e2bdb6fcfd7efdf57a2b6a1e044fd205131128754c597f1ed195ed - 5.3% (8.57 MB)
[#008] sha256:62a0f22b5fef14438a7450e8e5294e1e025f07054afa40e109cf6ef8c74d78e5 - 0.0% (744 Bytes)
[#009] sha256:df3ba716782ff6d6c8523d7e99eca565682afcc92dd979da57a7d318988534cf - 0.0% (363 Bytes)
/bin/sh -c #(nop) ADD file:51a6f559367fc724be19aeee6bd277b378069389bc848507cfa991829488f7a6 in /
2018-04-28 12:02:41 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-04-28 12:38:02 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-04-28 12:38:04 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-04-28 12:38: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-04-28 12:47:33 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-04-28 12:47:33 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-04-28 12:47:34 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12
2018-04-28 12:47:35 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4
2018-05-15 12:16:47 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-9-jdk-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'
2018-05-15 12:16:48 UTC/bin/sh -c #(nop) CMD ["jshell"]
2018-06-23 12:00:42 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.4
2018-06-23 12:00:42 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2018-06-23 12:00:42 UTC/bin/sh -c #(nop) ARG SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d
2018-06-23 12:00:42 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries
2018-06-23 12:00:54 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
2018-06-23 12:00:55 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)/conf
2018-06-23 12:00:58 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c mkdir -p /usr/share/maven /usr/share/maven/ref && curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz && echo "${SHA} /tmp/apache-maven.tar.gz" | sha256sum -c - && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 && rm -f /tmp/apache-maven.tar.gz && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
2018-06-23 12:00:58 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2018-06-23 12:00:58 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2018-06-23 12:00:59 UTC/bin/sh -c #(nop) COPY file:fb726a12bbbf8ff54c8d9fceef4fa3018c11a435bfa04ee5f73156c544907861 in /usr/local/bin/mvn-entrypoint.sh
2018-06-23 12:00:59 UTC/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/
2018-06-23 12:01:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2018-06-23 12:01:00 UTC/bin/sh -c #(nop) CMD ["mvn"]
2018-06-23 08:47:02 UTC
166 MB
9.0.4+12-4
JAVA_HOME/docker-java-home
JAVA_VERSION9.0.4+12
LANGC.UTF-8
MAVEN_CONFIG/root/.m2
MAVEN_HOME/usr/share/maven
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8a965c5efd07de5feb761f2ff7f7c9319fbd736849e5c372d102a79db79c4f2f - 13.45% (22.3 MB)
[#001] sha256:3ca2f61f6ee678d7988be608168e9c185ba5c895ae0c465aae1111cc9b9f381e - 0.26% (435 KB)
[#002] sha256:46c81d59c641d2ddc2a09929f5b5d1a2b5181d4c465d5d47ac607bb97deb6f8a - 0.0% (238 Bytes)
[#003] sha256:f3359846d10d5ef13605aa0470f33e1cb5fd5e8e6977c33a370b2abacad0613f - 0.0% (131 Bytes)
[#004] sha256:267803d14fc5b275c66b3cbcf92dadc0a0eeb5ce033c21df63b7e74df4d3535b - 79.96% (132 MB)
[#005] sha256:a345943f57ba55c25a63aa4088980824a916dfa4bcba6ffb7dc2720c663e160a - 1.15% (1.91 MB)
[#006] sha256:a5173207da364f80d39ef625b14248205d09bff8433d5dbc8b6abc5e562c82c3 - 0.0% (228 Bytes)
[#007] sha256:6ad2634f1fa1498a929dfa4d3679d9b8ceac500091bda8c4e9dc52ba97c9d40e - 5.18% (8.57 MB)
[#008] sha256:e3300d8ca6e011927b53f8f10834614c5c02683e4c7ed17c9169232ec2bb7bab - 0.0% (746 Bytes)
[#009] sha256:1603a3e5685e109654f2f174155566678cde3b0a53a99b26c9bcc2dda2699bcc - 0.0% (364 Bytes)
/bin/sh -c #(nop) ADD file:0c141fd79d3e8c492efc85f35f6f2273b082454831ae4e4e58f2bb99395ac72b in /
2018-04-30 23:28:47 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-05-01 10:26:42 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-05-01 10:26:43 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-05-01 10:26: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-05-01 10:56:53 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-05-01 10:56:53 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-05-01 10:56:54 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12
2018-05-01 10:56:55 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4
2018-05-15 09:50:42 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-9-jdk-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'
2018-05-15 09:50:43 UTC/bin/sh -c #(nop) CMD ["jshell"]
2018-06-23 08:46:19 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.4
2018-06-23 08:46:20 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2018-06-23 08:46:21 UTC/bin/sh -c #(nop) ARG SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d
2018-06-23 08:46:21 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries
2018-06-23 08:46:48 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
2018-06-23 08:46:50 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)/conf
2018-06-23 08:46:57 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c mkdir -p /usr/share/maven /usr/share/maven/ref && curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz && echo "${SHA} /tmp/apache-maven.tar.gz" | sha256sum -c - && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 && rm -f /tmp/apache-maven.tar.gz && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
2018-06-23 08:46:57 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2018-06-23 08:46:58 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2018-06-23 08:46:59 UTC/bin/sh -c #(nop) COPY file:fb726a12bbbf8ff54c8d9fceef4fa3018c11a435bfa04ee5f73156c544907861 in /usr/local/bin/mvn-entrypoint.sh
2018-06-23 08:47:00 UTC/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/
2018-06-23 08:47:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2018-06-23 08:47:02 UTC/bin/sh -c #(nop) CMD ["mvn"]
2018-06-23 08:24:50 UTC
171 MB
9.0.4+12-4
JAVA_HOME/docker-java-home
JAVA_VERSION9.0.4+12
LANGC.UTF-8
MAVEN_CONFIG/root/.m2
MAVEN_HOME/usr/share/maven
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:62552d209895f0ed53682f7309596edd291c8529683e854dd1fb36398d01bf69 - 15.18% (26 MB)
[#001] sha256:e8ff6d72f21b69924c949ee40aec368655f2ab6a94c0a4a2067453fce44edabe - 0.25% (445 KB)
[#002] sha256:23d6f4b35b1a81554702460476a2fe3bd916579be94638ded8ee84048b7e208b - 0.0% (238 Bytes)
[#003] sha256:1b8d4e6285cb453ad45b8fffd593683ce971561e5dc3e3894511a103c2e0f3ef - 0.0% (133 Bytes)
[#004] sha256:c6c7cb6b33bb277ae6d91d3597593c58c96f5ada4df53959fbdf7f1b26d3d0aa - 78.31% (134 MB)
[#005] sha256:2bde0493f71fd031c3c69df263b5b98f6dbd3f2229d0b64e8163b2202eb39826 - 1.25% (2.14 MB)
[#006] sha256:9e72455340e53cbd7af5e2a170ed46906352517e784581545a8e00ab0e238132 - 0.0% (230 Bytes)
[#007] sha256:64c34e1deed896cfcd0f884c654c4ae3822fe950e3ee207ceb88201c6cd4d5d7 - 5.0% (8.57 MB)
[#008] sha256:0e585841144927f574be959514d37354c8b1a3c8c409731ea49639478725b760 - 0.0% (744 Bytes)
[#009] sha256:0564462ecc9552a652cd0cca108b7dda982c7ab4f17d0211008087c443cb9b6e - 0.0% (363 Bytes)
/bin/sh -c #(nop) ADD file:0f2a0abf96fc92379da26343d7babcee966430e13e320ed58e9b026f81a35dc0 in /
2018-04-28 08:19:33 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-04-28 09:22: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-04-28 09:22:50 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-04-28 09:22:53 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-04-28 09:30:54 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-04-28 09:30:56 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-04-28 09:30:57 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12
2018-04-28 09:30:58 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4
2018-05-15 08:51:45 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-9-jdk-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'
2018-05-15 08:51:46 UTC/bin/sh -c #(nop) CMD ["jshell"]
2018-06-23 08:24:01 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.4
2018-06-23 08:24:02 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2018-06-23 08:24:03 UTC/bin/sh -c #(nop) ARG SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d
2018-06-23 08:24:04 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries
2018-06-23 08:24:41 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
2018-06-23 08:24:43 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)/conf
2018-06-23 08:24:46 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c mkdir -p /usr/share/maven /usr/share/maven/ref && curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz && echo "${SHA} /tmp/apache-maven.tar.gz" | sha256sum -c - && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 && rm -f /tmp/apache-maven.tar.gz && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
2018-06-23 08:24:46 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2018-06-23 08:24:47 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2018-06-23 08:24:48 UTC/bin/sh -c #(nop) COPY file:fb726a12bbbf8ff54c8d9fceef4fa3018c11a435bfa04ee5f73156c544907861 in /usr/local/bin/mvn-entrypoint.sh
2018-06-23 08:24:48 UTC/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/
2018-06-23 08:24:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2018-06-23 08:24:50 UTC/bin/sh -c #(nop) CMD ["mvn"]
2018-06-23 11:44:44 UTC
169 MB
9.0.4+12-4
JAVA_HOME/docker-java-home
JAVA_VERSION9.0.4+12
LANGC.UTF-8
MAVEN_CONFIG/root/.m2
MAVEN_HOME/usr/share/maven
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:bff59799036649cecf076e4900a64b601dd41fb4774da5d260797609e96f77d2 - 14.15% (23.9 MB)
[#001] sha256:00321480668e2c88c597070fd4a0503df76d083adfe3488d69f82f37cf3a1143 - 0.27% (460 KB)
[#002] sha256:ee0b7fa65f7725d173d1d9261b5c223d16d2f1f2a2850391fb2cd3eca5082060 - 0.0% (235 Bytes)
[#003] sha256:ad0a4327ddb4df4bb93acb5eae40ad36e95b2347b79c0e675f2a5e62293f6a68 - 0.0% (132 Bytes)
[#004] sha256:97fc5798ad063038932a38999eacb895abf47a54fb7b87e65851734d9ce8ddd5 - 79.32% (134 MB)
[#005] sha256:fbe04125402b8ecc86b763f1e387bdfbeb6220709cac590eb5c355c0e584d6fc - 1.19% (2.01 MB)
[#006] sha256:239605291d6d043b23d41a9b1055f1816c8b5eca26970408c612d4f5ec3a0c86 - 0.0% (229 Bytes)
[#007] sha256:70beffe4251eee817a6aae60c162a366f87d24b78ef65d0d382430ed3eb1574a - 5.08% (8.57 MB)
[#008] sha256:90eadededb6e0f35f5df665f0d3bfcbb4d709c95d1f8b6876dff0a1215ea784a - 0.0% (742 Bytes)
[#009] sha256:1a99b4c017b80733beadc2172fdb199a7b636a13b5376d6bd1207db2614e5ec8 - 0.0% (365 Bytes)
/bin/sh -c #(nop) ADD file:e38be352b5f5592b16e7137f372c3c15b62fa18d58036f3756f302a0b0bb631b in /
2018-04-28 11:44:07 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-04-28 14:19:51 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-04-28 14:19:52 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2018-04-28 14:19:52 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-04-28 14:26:54 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2018-04-28 14:26:55 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2018-04-28 14:26:55 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9.0.4+12
2018-04-28 14:26:55 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9.0.4+12-4
2018-05-15 12:05:54 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-9-jdk-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'
2018-05-15 12:05:55 UTC/bin/sh -c #(nop) CMD ["jshell"]
2018-06-23 11:44:32 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.4
2018-06-23 11:44:32 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2018-06-23 11:44:32 UTC/bin/sh -c #(nop) ARG SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d
2018-06-23 11:44:32 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries
2018-06-23 11:44:38 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
2018-06-23 11:44:38 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c ln -s /etc/java-9-openjdk /usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)/conf
2018-06-23 11:44:43 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.4/binaries MAVEN_VERSION=3.5.4 SHA=ce50b1c91364cb77efe3776f756a6d92b76d9038b0a0782f7d53acf1e997a14d USER_HOME_DIR=/root /bin/sh -c mkdir -p /usr/share/maven /usr/share/maven/ref && curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz && echo "${SHA} /tmp/apache-maven.tar.gz" | sha256sum -c - && tar -xzf /tmp/apache-maven.tar.gz -C /usr/share/maven --strip-components=1 && rm -f /tmp/apache-maven.tar.gz && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn
2018-06-23 11:44:43 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2018-06-23 11:44:43 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2018-06-23 11:44:43 UTC/bin/sh -c #(nop) COPY file:fb726a12bbbf8ff54c8d9fceef4fa3018c11a435bfa04ee5f73156c544907861 in /usr/local/bin/mvn-entrypoint.sh
2018-06-23 11:44:43 UTC/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/
2018-06-23 11:44:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2018-06-23 11:44:44 UTC/bin/sh -c #(nop) CMD ["mvn"]
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.