2017-05-22 18:09:56 UTC
297 MB
7u131-2.6.9-2~deb8u1
JAVA_HOME/docker-java-home
JAVA_VERSION7u131
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:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 16.89% (50.1 MB)
[#001] sha256:fb5937da9414eeab6d68ce06a7ff60d8be1e2c1518ac2588d5df135ab54a9801 - 6.19% (18.4 MB)
[#002] sha256:9021b2326a1e3a942223c7e349a92203df184f2dcca45f5be7b0b80ac50e2ccf - 13.89% (41.2 MB)
[#003] sha256:8c6c40e9ec4f6391c64835fdca6e24f30e94cf00167fcab85f7924edd28e8dc3 - 0.19% (585 KB)
[#004] sha256:c76c91400b73290264b745c82f1be6e6f172b58f7d316219d3e2799377e5c9c0 - 0.0% (241 Bytes)
[#005] sha256:0e4457313886a547bbd4b4724c03f7b72e4221ddc4b397bda49f28cd5ca8793d - 0.0% (130 Bytes)
[#006] sha256:2d2eb64abf91c3e7b53482dabb46ed6edb3ef3f6572196bd57a68522488c2e35 - 60.05% (178 MB)
[#007] sha256:d21a2fe4f08d4c1877025530ef20bcc4728aefb2a0ef25be9b365c4f7bde25c8 - 2.79% (8.27 MB)
[#008] sha256:dbb4dc5a017c9a29ecbb9217e7d46c2301e03e413daee2a62189de69ff742727 - 0.0% (695 Bytes)
[#009] sha256:9720a6d84432019c627c7c2df9b9160b46352a45a64371a3b2063661a87be7a5 - 0.0% (350 Bytes)
[#010] sha256:22d22b38117394b149dd57f2e5c89331d8b89c88d109c57514eab8f773ed3f21 - 0.0% (157 Bytes)
/bin/sh -c #(nop) ADD file:f4e6551ac34ab446a297849489a5693d67a7e76c9cb9ed9346d82392c9d9a5fe in /
2017-05-08 23:28:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-05-08 23:53:11 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-05-08 23:54:32 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-05-10 13:56:25 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-05-10 13:56:26 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-05-10 13:56:27 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-05-10 13:56:29 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-7-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-05-10 13:56:29 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2017-05-19 23:03:28 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=7u131
2017-05-19 23:03:28 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=7u131-2.6.9-2~deb8u1
2017-05-19 23:05:24 UTC/bin/sh -c set -ex; 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-05-22 18:09:20 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.0
2017-05-22 18:09:21 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2017-05-22 18:09:22 UTC/bin/sh -c #(nop) ARG SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034
2017-05-22 18:09:23 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries
2017-05-22 18:09:25 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-05-22 18:09:26 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2017-05-22 18:09:27 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2017-05-22 18:09:28 UTC/bin/sh -c #(nop) COPY file:e3aa30a24fcf60a59710465ac66fc1d53c35590a74fcdd51e12a5cbce393904b in /usr/local/bin/mvn-entrypoint.sh
2017-05-22 18:09:29 UTC/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/
2017-05-22 18:09:30 UTC/bin/sh -c #(nop) VOLUME [/root/.m2]
2017-05-22 18:09:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2017-05-22 18:09:31 UTC/bin/sh -c #(nop) CMD ["mvn"]
2017-05-22 18:09:54 UTC/bin/sh -c mkdir -p /usr/src/app
2017-05-22 18:09:54 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2017-05-22 18:09:55 UTC/bin/sh -c #(nop) ONBUILD ADD . /usr/src/app
2017-05-22 18:09:56 UTC/bin/sh -c #(nop) ONBUILD RUN mvn install
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.