Namespace
library
Image / Tag
maven:3.5.0-jdk-7
Content Digest
sha256:4b18a7ccf2d4b8150452e65411d15fef102fce4c02975ea7c670e122404d4fda
Details
Created

2017-10-10 09:57:27 UTC

Size

242 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u151

LANG

C.UTF-8

MAVEN_CONFIG

/root/.m2

MAVEN_HOME

/usr/share/maven

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:85b1f47fba49da65256f07c8790542a3880e9216f9c491965040f35ce2c6ca7a - 20.75% (50.2 MB)

[#001] sha256:5409e9a7fa9eab9287c6992a75dc9b70811a01e96a24872a02ad07bad557b20a - 7.6% (18.4 MB)

[#002] sha256:661393707836d5196874d18a5d89808079f01cb4376800584bfc1f7b33dd0852 - 17.05% (41.2 MB)

[#003] sha256:47c1589802ecad54f7897f34b36fbdbb6b689b765688a9abecf56c2bd445d3a4 - 0.33% (809 KB)

[#004] sha256:6494729fa0855c6777551738b712cfd6292b968deb362933a5ac6beb35eb16e5 - 0.0% (248 Bytes)

[#005] sha256:2ce9d8c463b7f7a5217e23671bb82214ce9609b46d07c8719864e7f025a86b2a - 0.0% (129 Bytes)

[#006] sha256:608e935187420110e1073b932b129778bd8111327ede217281559b644bbaa252 - 50.85% (123 MB)

[#007] sha256:30b56c2ec35022c15766d9069a5ba6713f24600cf3178c2f35036b9fe90bfbb0 - 3.42% (8.27 MB)

[#008] sha256:7ca2bfdf48aa81260673c2b8fa5bf0db6fa805eb3954e24437927d17fdf81c2a - 0.0% (733 Bytes)

[#009] sha256:b159c2a51c13627274d9c962649b8ed02b8e09c97a9f9aa2d00f4bef9d2e0e13 - 0.0% (358 Bytes)


History
2017-10-09 21:30:05 UTC

/bin/sh -c #(nop) ADD file:55b071e2cfc3ea2f4bbf048d7d676e3c06a77a9a98d63f7af291f3decb495ec8 in /

2017-10-09 21:30:05 UTC

/bin/sh -c #(nop) CMD ["bash"]

2017-10-09 22:28:20 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-10-09 22:28:20 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-10-09 22:29:05 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2017-10-10 00:36:40 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2017-10-10 00:36:41 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2017-10-10 00:36:42 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

2017-10-10 00:36:43 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-7-openjdk-$(dpkg --print-architecture)" /docker-java-home

2017-10-10 00:36:44 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2017-10-10 00:36:44 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=7u151

2017-10-10 00:36:44 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u151-2.6.11-1~deb8u1

2017-10-10 00:38:25 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 openjdk-7-jdk="$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'

2017-10-10 09:57:22 UTC

/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.0

2017-10-10 09:57:22 UTC

/bin/sh -c #(nop) ARG USER_HOME_DIR=/root

2017-10-10 09:57:23 UTC

/bin/sh -c #(nop) ARG SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034

2017-10-10 09:57:23 UTC

/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries

2017-10-10 09:57:26 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries MAVEN_VERSION=3.5.0 SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034 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

2017-10-10 09:57:26 UTC

/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven

2017-10-10 09:57:26 UTC

/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2

2017-10-10 09:57:27 UTC

/bin/sh -c #(nop) COPY file:e4099db07053a2301f4263d416cab324c1f89ee74c752bebec511d8b59464cb6 in /usr/local/bin/mvn-entrypoint.sh

2017-10-10 09:57:27 UTC

/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/

2017-10-10 09:57:27 UTC

/bin/sh -c #(nop) VOLUME [/root/.m2]

2017-10-10 09:57:27 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]

2017-10-10 09:57:27 UTC

/bin/sh -c #(nop) CMD ["mvn"]

Details
Created

2017-10-10 04:20:36 UTC

Size

255 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u151

LANG

C.UTF-8

MAVEN_CONFIG

/root/.m2

MAVEN_HOME

/usr/share/maven

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:e0f8ffe748163b60817bbe75e602fd998e062587f8802da580ccdb711e5d6b6e - 19.7% (50.3 MB)

[#001] sha256:a231408e4353a3649b3f45db871f8f6823088270a8319239d3819fd2ef0501b3 - 8.06% (20.6 MB)

[#002] sha256:84c5e5ef1f110977e0931f2fcbc49c9f550e6b93813727de7e4432f85d99218c - 16.38% (41.8 MB)

[#003] sha256:ac4df7c22981197bdddc3d4693e56e024a84e346edc1a9c12aee5fc819cfaad1 - 0.31% (812 KB)

[#004] sha256:94ee21e508ddd87507d7fc83cee44dd5c3fcadcac845262136e8a8addeea4bc4 - 0.0% (247 Bytes)

[#005] sha256:e1cff4d6201c58d4a0dab3fdd02bb61f531a3cee45f1b9ec92bdfbbdbad259b4 - 0.0% (131 Bytes)

[#006] sha256:49fb1fffac68bdae374a6260cba89f9fd2832b57097f18d3142f2d11c3947e38 - 52.31% (134 MB)

[#007] sha256:ffd303b6953fcd8f9a3f48e6f3f6dc4a8b76cc7bbcce9377fee958737b8adbda - 3.24% (8.27 MB)

[#008] sha256:833d99a82eb44890be986e828ab0682e992ee82a9167584baac98ef46bf5061f - 0.0% (734 Bytes)

[#009] sha256:cfc2c5ef42c295aa7118b1af265145df190fca8790ac17a09eef0634b8875936 - 0.0% (358 Bytes)


History
2017-10-09 21:42:15 UTC

/bin/sh -c #(nop) ADD file:69555c5f78a887c075ee9d9449d85a723324e07872867c7f577e7fa99f6d41c0 in /

2017-10-09 21:42:15 UTC

/bin/sh -c #(nop) CMD ["bash"]

2017-10-09 22:58:19 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-10-09 22:58:20 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-10-09 23:01:12 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2017-10-10 00:52:58 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2017-10-10 00:52:59 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2017-10-10 00:53:00 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

2017-10-10 00:53:01 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-7-openjdk-$(dpkg --print-architecture)" /docker-java-home

2017-10-10 00:53:01 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2017-10-10 00:53:01 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=7u151

2017-10-10 00:53:01 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u151-2.6.11-1~deb8u1

2017-10-10 00:54:18 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 openjdk-7-jdk="$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'

2017-10-10 04:20:32 UTC

/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.0

2017-10-10 04:20:32 UTC

/bin/sh -c #(nop) ARG USER_HOME_DIR=/root

2017-10-10 04:20:32 UTC

/bin/sh -c #(nop) ARG SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034

2017-10-10 04:20:32 UTC

/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries

2017-10-10 04:20:35 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries MAVEN_VERSION=3.5.0 SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034 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

2017-10-10 04:20:35 UTC

/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven

2017-10-10 04:20:35 UTC

/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2

2017-10-10 04:20:35 UTC

/bin/sh -c #(nop) COPY file:e4099db07053a2301f4263d416cab324c1f89ee74c752bebec511d8b59464cb6 in /usr/local/bin/mvn-entrypoint.sh

2017-10-10 04:20:36 UTC

/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/

2017-10-10 04:20:36 UTC

/bin/sh -c #(nop) VOLUME [/root/.m2]

2017-10-10 04:20:36 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]

2017-10-10 04:20:36 UTC

/bin/sh -c #(nop) CMD ["mvn"]

Details
Created

2017-10-10 08:39:50 UTC

Size

214 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u151

LANG

C.UTF-8

MAVEN_CONFIG

/root/.m2

MAVEN_HOME

/usr/share/maven

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:29dee24d6376416a80f3fdb145082e8dd352694bfdcf639e49e26ddbf8d8cb52 - 22.66% (48.5 MB)

[#001] sha256:dffbd68139d082d5462baf2dcc79e9164c03c8aa02e40c979170c408d744c80b - 8.31% (17.8 MB)

[#002] sha256:d25a8d00f5623c0cf6540a91059805ce464addb2a5a50059f743796346302529 - 18.29% (39.2 MB)

[#003] sha256:9263441f2e5a1c4b41f81e9a1914e947edbb3ec82f96ea7a1e95c60151819cfa - 0.37% (803 KB)

[#004] sha256:62f16f8aeafe8f8fca77db7caa84ac9cccc916f5ed68e9839dbfff8dc02ec41d - 0.0% (247 Bytes)

[#005] sha256:53bb8629a8a7581c86a7c2707843789ffba6f76e5dd1c98b71eb3d6ebbbee4b0 - 0.0% (130 Bytes)

[#006] sha256:b399e73ad89620fe4f81b79208a2c96bf954d01568d02929511ebd60b15d3386 - 46.51% (99.6 MB)

[#007] sha256:2fe53c82ed7220da0a4663dc975204fac1f90a810a8aed36a7f9635a0e059024 - 3.86% (8.27 MB)

[#008] sha256:b25c39aacf07cabb9157841f193cb876b2abefb2b15c0a5d16ce70f0c60aeb0f - 0.0% (734 Bytes)

[#009] sha256:d1621147da5fd8ebdd6517ae19abda43a3945e0796399fd14abe7486029afb45 - 0.0% (358 Bytes)


History
2017-10-09 21:42:07 UTC

/bin/sh -c #(nop) ADD file:cfee2e008c8ea154a9e6408e017dd40cc1b53f7c31932cec7fa8e1dc14649764 in /

2017-10-09 21:42:07 UTC

/bin/sh -c #(nop) CMD ["bash"]

2017-10-09 22:12:46 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-10-09 22:12:47 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-10-09 22:13:47 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2017-10-10 08:06:32 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2017-10-10 08:06:32 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2017-10-10 08:06:33 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

2017-10-10 08:06:34 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-7-openjdk-$(dpkg --print-architecture)" /docker-java-home

2017-10-10 08:06:34 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2017-10-10 08:06:34 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=7u151

2017-10-10 08:06:35 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u151-2.6.11-1~deb8u1

2017-10-10 08:07:48 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 openjdk-7-jdk="$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'

2017-10-10 08:39:45 UTC

/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.0

2017-10-10 08:39:46 UTC

/bin/sh -c #(nop) ARG USER_HOME_DIR=/root

2017-10-10 08:39:46 UTC

/bin/sh -c #(nop) ARG SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034

2017-10-10 08:39:46 UTC

/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries

2017-10-10 08:39:49 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries MAVEN_VERSION=3.5.0 SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034 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

2017-10-10 08:39:49 UTC

/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven

2017-10-10 08:39:49 UTC

/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2

2017-10-10 08:39:49 UTC

/bin/sh -c #(nop) COPY file:e4099db07053a2301f4263d416cab324c1f89ee74c752bebec511d8b59464cb6 in /usr/local/bin/mvn-entrypoint.sh

2017-10-10 08:39:50 UTC

/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/

2017-10-10 08:39:50 UTC

/bin/sh -c #(nop) VOLUME [/root/.m2]

2017-10-10 08:39:50 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]

2017-10-10 08:39:50 UTC

/bin/sh -c #(nop) CMD ["mvn"]

Details
Created

2017-10-10 01:18:21 UTC

Size

218 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u151

LANG

C.UTF-8

MAVEN_CONFIG

/root/.m2

MAVEN_HOME

/usr/share/maven

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:e52c47bf5ccb0baf5e58ae2e958abbb260f942d8743078a07a367079102e162f - 21.26% (46.4 MB)

[#001] sha256:fd486ac73440295f728f6eadb49eabdf58a6cad76cf3c8e36ef7a32894278271 - 7.97% (17.4 MB)

[#002] sha256:a9d2aef63d92f28cede17dbc2fa087b4521783b77f8a04a8da664fd65b7c5198 - 17.34% (37.9 MB)

[#003] sha256:7e5a2d46e156c49d694c2b0c01a2beb56e8f95a4892e2b06c24a3ae2059d6121 - 0.35% (777 KB)

[#004] sha256:92f90ec13dfd13aa1ef9eececc42cee1ded3657e0f2826fef10ae5a569ad63ab - 0.0% (247 Bytes)

[#005] sha256:446f643199bbd8f9acff03b118fd1f742587f20ef204463dbc7ea86eb2493af2 - 0.0% (130 Bytes)

[#006] sha256:5551e8f7a595c5ff92650b64e7fa8ea0a58a7530d537c7270b873f4c40d247bc - 49.29% (108 MB)

[#007] sha256:58cd662682781ed27b3728c056e57d60533afb2af3209540ed88cd15a00481b1 - 3.79% (8.27 MB)

[#008] sha256:15015b9ff01ea1552b511aa3eb61acab6e549b1815f04aba8faa26a0100143ae - 0.0% (735 Bytes)

[#009] sha256:e6a1c2ae39df2c74e1d1cff7063f893395e578bbdfba4b06b678e50f74ec7b89 - 0.0% (359 Bytes)


History
2017-10-09 21:42:19 UTC

/bin/sh -c #(nop) ADD file:68eabcdf7d9c5518c34f691d547b77534be3929ad958c8835c5d4a54114c7ee4 in /

2017-10-09 21:42:20 UTC

/bin/sh -c #(nop) CMD ["bash"]

2017-10-09 22:17:56 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-10-09 22:17:58 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-10-09 22:19:03 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2017-10-09 22:55:50 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2017-10-09 22:55:50 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2017-10-09 22:55:54 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

2017-10-09 22:55:59 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-7-openjdk-$(dpkg --print-architecture)" /docker-java-home

2017-10-09 22:56:01 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2017-10-09 22:56:02 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=7u151

2017-10-09 22:56:02 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u151-2.6.11-1~deb8u1

2017-10-09 22:57:24 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 openjdk-7-jdk="$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'

2017-10-10 01:18:12 UTC

/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.0

2017-10-10 01:18:12 UTC

/bin/sh -c #(nop) ARG USER_HOME_DIR=/root

2017-10-10 01:18:13 UTC

/bin/sh -c #(nop) ARG SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034

2017-10-10 01:18:13 UTC

/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries

2017-10-10 01:18:16 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries MAVEN_VERSION=3.5.0 SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034 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

2017-10-10 01:18:16 UTC

/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven

2017-10-10 01:18:16 UTC

/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2

2017-10-10 01:18:17 UTC

/bin/sh -c #(nop) COPY file:e4099db07053a2301f4263d416cab324c1f89ee74c752bebec511d8b59464cb6 in /usr/local/bin/mvn-entrypoint.sh

2017-10-10 01:18:20 UTC

/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/

2017-10-10 01:18:20 UTC

/bin/sh -c #(nop) VOLUME [/root/.m2]

2017-10-10 01:18:20 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]

2017-10-10 01:18:21 UTC

/bin/sh -c #(nop) CMD ["mvn"]

Details
Created

2017-10-10 12:49:41 UTC

Size

213 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u151

LANG

C.UTF-8

MAVEN_CONFIG

/root/.m2

MAVEN_HOME

/usr/share/maven

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:abcff42ba939437677463734d9b81de5e60df7354c734ee3ddd879c0d3d5d595 - 22.33% (47.6 MB)

[#001] sha256:a3eea24e7c11451963104c40894381c41b9efc0c36165352be38c74f40da7cc7 - 8.38% (17.9 MB)

[#002] sha256:c55f6271a8b3615caad80877c6727a9fc25abee93f70dcd8d6af4edabfeeb42a - 18.33% (39.1 MB)

[#003] sha256:c4c4d92000fd15747cc851cf3f5b4e64ed1d745aee25e87058524e6376dc145d - 0.37% (805 KB)

[#004] sha256:d621141b33d05c389eee3319aa6e07426275f86d447f287908ac91b03e90368c - 0.0% (247 Bytes)

[#005] sha256:f8c1c480b79d125ce8145ae2b8995971ba7d572b569538b2ed6da2ecc5303ff9 - 0.0% (130 Bytes)

[#006] sha256:29f956c3f227be3b88b1bc548032f7c22d4a790e68636ab356600c7b128e5cf5 - 46.7% (99.6 MB)

[#007] sha256:ad3a648d1e5d7dff9d696f9fdaf734911d2226df09001c34fdf2b6a86eff4148 - 3.88% (8.27 MB)

[#008] sha256:a6d9a91874c73f8d11617ee22ffd87e639619519b1c05671d9d28e3a952d059d - 0.0% (733 Bytes)

[#009] sha256:e194e06dfdcac8717f1ba19ca0ef32978ba9615829b2b67af4ccf0ae770071c1 - 0.0% (359 Bytes)


History
2017-10-09 21:43:13 UTC

/bin/sh -c #(nop) ADD file:1661271485aa5a1ca074498b8ca025f41e547bf2b33335b108d9aaa06717b2a5 in /

2017-10-09 21:43:14 UTC

/bin/sh -c #(nop) CMD ["bash"]

2017-10-09 22:39:34 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-10-09 22:39:36 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-10-09 22:41:13 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2017-10-10 00:49:19 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2017-10-10 00:49:19 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2017-10-10 00:49:21 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

2017-10-10 00:49:22 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-7-openjdk-$(dpkg --print-architecture)" /docker-java-home

2017-10-10 00:49:23 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2017-10-10 00:49:24 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=7u151

2017-10-10 00:49:24 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u151-2.6.11-1~deb8u1

2017-10-10 00:58:35 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 openjdk-7-jdk="$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'

2017-10-10 12:49:29 UTC

/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.0

2017-10-10 12:49:30 UTC

/bin/sh -c #(nop) ARG USER_HOME_DIR=/root

2017-10-10 12:49:30 UTC

/bin/sh -c #(nop) ARG SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034

2017-10-10 12:49:31 UTC

/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries

2017-10-10 12:49:36 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries MAVEN_VERSION=3.5.0 SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034 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

2017-10-10 12:49:37 UTC

/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven

2017-10-10 12:49:38 UTC

/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2

2017-10-10 12:49:39 UTC

/bin/sh -c #(nop) COPY file:e4099db07053a2301f4263d416cab324c1f89ee74c752bebec511d8b59464cb6 in /usr/local/bin/mvn-entrypoint.sh

2017-10-10 12:49:39 UTC

/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/

2017-10-10 12:49:40 UTC

/bin/sh -c #(nop) VOLUME [/root/.m2]

2017-10-10 12:49:41 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]

2017-10-10 12:49:41 UTC

/bin/sh -c #(nop) CMD ["mvn"]

Details
Created

2017-10-10 09:46:32 UTC

Size

219 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u151

LANG

C.UTF-8

MAVEN_CONFIG

/root/.m2

MAVEN_HOME

/usr/share/maven

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:0f531bde4b154605e2d6339e50b65d65d06568d747b8bef594269dd06602062f - 22.6% (49.4 MB)

[#001] sha256:41e89885275517e26348ed4e0233ba2840ced4a5353d0672d6b9c7eacc3cd124 - 8.37% (18.3 MB)

[#002] sha256:7fe1a37bca48df96195d1cc5d94de50074b535c1ac9ae5c1feb2a7d0daca610e - 18.64% (40.8 MB)

[#003] sha256:e78e1c0788b2255654615aca2ae4819ce2e2a83502dfb53c0087464a38bc5d9a - 0.36% (806 KB)

[#004] sha256:df492a13123f089b8d3b1435b336b2cb5d929b0afcef3e65026f20706fc002f4 - 0.0% (247 Bytes)

[#005] sha256:f82c59d9d43749f9d93f350d68e435e498cdc3cc985c037780d73ed65632fe23 - 0.0% (132 Bytes)

[#006] sha256:068d35b01afc249afacb9e4a4eff4212832dc6c8093222ee4dc37a558c0af480 - 46.25% (101 MB)

[#007] sha256:0663bc9b01ffe85d1f04907ace45c2bf3dda307b992c9cf747c91217dd3277ba - 3.78% (8.27 MB)

[#008] sha256:5f877429280ff9a573e61093073835833db00288df60d4c319068fd00e2f760e - 0.0% (734 Bytes)

[#009] sha256:ebf08290185e4bf1a0b2edf58d4ed08e1babf00dcdfa1055e0295a8006aaf67a - 0.0% (362 Bytes)


History
2017-10-09 21:42:51 UTC

/bin/sh -c #(nop) ADD file:c62750f1e0dbf2b729abca09eb7927f2ee4fa8311dc40ae8066a53a4f1c85059 in /

2017-10-09 21:42:53 UTC

/bin/sh -c #(nop) CMD ["bash"]

2017-10-09 22:55:42 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-10-09 22:55:53 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-10-09 23:00:24 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2017-10-10 01:47:41 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2017-10-10 01:47:47 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2017-10-10 01:47:57 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

2017-10-10 01:48:05 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-7-openjdk-$(dpkg --print-architecture)" /docker-java-home

2017-10-10 01:48:10 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2017-10-10 01:48:13 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=7u151

2017-10-10 01:48:17 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u151-2.6.11-1~deb8u1

2017-10-10 02:08:31 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 openjdk-7-jdk="$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'

2017-10-10 09:45:43 UTC

/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.0

2017-10-10 09:45:47 UTC

/bin/sh -c #(nop) ARG USER_HOME_DIR=/root

2017-10-10 09:45:49 UTC

/bin/sh -c #(nop) ARG SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034

2017-10-10 09:45:52 UTC

/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries

2017-10-10 09:45:58 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries MAVEN_VERSION=3.5.0 SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034 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

2017-10-10 09:46:07 UTC

/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven

2017-10-10 09:46:12 UTC

/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2

2017-10-10 09:46:16 UTC

/bin/sh -c #(nop) COPY file:e4099db07053a2301f4263d416cab324c1f89ee74c752bebec511d8b59464cb6 in /usr/local/bin/mvn-entrypoint.sh

2017-10-10 09:46:19 UTC

/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/

2017-10-10 09:46:23 UTC

/bin/sh -c #(nop) VOLUME [/root/.m2]

2017-10-10 09:46:28 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]

2017-10-10 09:46:32 UTC

/bin/sh -c #(nop) CMD ["mvn"]

Details
Created

2017-10-10 01:19:57 UTC

Size

220 MB

Content Digest
Environment
JAVA_DEBIAN_VERSION

7u151-2.6.11-1~deb8u1

JAVA_HOME

/docker-java-home

JAVA_VERSION

7u151

LANG

C.UTF-8

MAVEN_CONFIG

/root/.m2

MAVEN_HOME

/usr/share/maven

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:a0a92d62c165393786de44f21509e9a71868aa7c2765f0334d285aa2aa19a58f - 22.93% (50.3 MB)

[#001] sha256:84fbe5b310182c757ab3228a9ffed355ef25e28e7581d9ef1235cd8615314d64 - 8.46% (18.6 MB)

[#002] sha256:786612754fecc4cad8acb7a2b2faf483e0ec360faca43e4798d4fd81352d815d - 18.84% (41.4 MB)

[#003] sha256:6e1363a0a905efbf24e98af001a186c50c64dcb24057d02bd09777ba1366933c - 0.36% (818 KB)

[#004] sha256:ce8306c711b9c09c5ff94cb1dcc8f665404cbd1c1c06826d281c2a95cc1f22d6 - 0.0% (247 Bytes)

[#005] sha256:a8fd0456e71bae80da9f0fcc8eab73c7d78bec004e2b5e5d7c44d71d45e122db - 0.0% (131 Bytes)

[#006] sha256:33eeea7e503c1914823073605a81e847306e91083c031c6b419b471a1a49f988 - 45.63% (100 MB)

[#007] sha256:798ccd6ec2837dec942c3d5d35704d908d47f1dc8fd6016b3e5c841306a8359d - 3.77% (8.27 MB)

[#008] sha256:e1d1b96c75d0fda514b4b7b3f4c1982e2be748e8b5d5067501ae772f40c1bc69 - 0.0% (734 Bytes)

[#009] sha256:22f72a9fb168a3839fbbbf7ba76d8bac9c8b842cab038452c0f68444e416b804 - 0.0% (359 Bytes)


History
2017-10-09 21:42:23 UTC

/bin/sh -c #(nop) ADD file:1c306ad85a0adf89bf603a6f6a34a1059ddfa0811704a847df3e785c487ee58f in /

2017-10-09 21:42:24 UTC

/bin/sh -c #(nop) CMD ["bash"]

2017-10-09 22:10:29 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl wget && rm -rf /var/lib/apt/lists/*

2017-10-09 22:10:31 UTC

/bin/sh -c set -ex; if ! command -v gpg > /dev/null; then apt-get update; apt-get install -y --no-install-recommends gnupg2 dirmngr ; rm -rf /var/lib/apt/lists/*; fi

2017-10-09 22:11:04 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzr git mercurial openssh-client subversion procps && rm -rf /var/lib/apt/lists/*

2017-10-09 22:45:38 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends bzip2 unzip xz-utils && rm -rf /var/lib/apt/lists/*

2017-10-09 22:45:38 UTC

/bin/sh -c #(nop) ENV LANG=C.UTF-8

2017-10-09 22:45:39 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

2017-10-09 22:45:39 UTC

/bin/sh -c ln -svT "/usr/lib/jvm/java-7-openjdk-$(dpkg --print-architecture)" /docker-java-home

2017-10-09 22:45:40 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home

2017-10-09 22:45:40 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=7u151

2017-10-09 22:45:40 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u151-2.6.11-1~deb8u1

2017-10-09 22:46:29 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 openjdk-7-jdk="$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'

2017-10-10 01:19:50 UTC

/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.0

2017-10-10 01:19:50 UTC

/bin/sh -c #(nop) ARG USER_HOME_DIR=/root

2017-10-10 01:19:51 UTC

/bin/sh -c #(nop) ARG SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034

2017-10-10 01:19:51 UTC

/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries

2017-10-10 01:19:55 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries MAVEN_VERSION=3.5.0 SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034 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

2017-10-10 01:19:56 UTC

/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven

2017-10-10 01:19:56 UTC

/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2

2017-10-10 01:19:56 UTC

/bin/sh -c #(nop) COPY file:e4099db07053a2301f4263d416cab324c1f89ee74c752bebec511d8b59464cb6 in /usr/local/bin/mvn-entrypoint.sh

2017-10-10 01:19:56 UTC

/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/

2017-10-10 01:19:57 UTC

/bin/sh -c #(nop) VOLUME [/root/.m2]

2017-10-10 01:19:57 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]

2017-10-10 01:19:57 UTC

/bin/sh -c #(nop) CMD ["mvn"]

Danger Zone
Delete Tag

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.

Delete