2017-05-22 18:10:56 UTC
259 MB
9~b170-2
JAVA_HOME/docker-java-home
JAVA_VERSION9~b170
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:705d0395ca7a3af6e4662abc693a18e13ffd882aaf93db55fc1a1b313b69cad8 - 16.63% (43.2 MB)
[#001] sha256:f95bfff6e637f7f460b136c6303bc8a9e3341d1821affa81f98ce0d8e2895d0a - 4.14% (10.7 MB)
[#002] sha256:403c3d1db0ff620b98f8da5320fbc4e7557b3539d0c89fe984f5f234de90fd16 - 18.73% (48.6 MB)
[#003] sha256:576e6eaba21c7578ad992b4ff9f6eff4fd1ca8329b9a6c1e9720e2a524b248a0 - 0.24% (644 KB)
[#004] sha256:246f443a7ab8ddd8d3567f262c1c4803c4cf5ff9783b17741610868c8d8a0074 - 0.0% (213 Bytes)
[#005] sha256:7a2c23f42b858c7463b45cdfa706ba72abae930789ebbe7a1b922a1a4edd6b4b - 0.0% (240 Bytes)
[#006] sha256:4c2182f7c7320ae2a988e779fffa1264e78dcf1449007063abdd14f92a64aecc - 0.0% (130 Bytes)
[#007] sha256:8554bacf4b3fcb249c768144ab246015f037740227d4221c8e1dc73fef9393af - 57.07% (148 MB)
[#008] sha256:b6facd240422f4a31eb3f98588de4341607424422ffb9ac091aa2d049f20066c - 3.19% (8.27 MB)
[#009] sha256:1081dd424e7d27eb5e967e171871eb01709e9fca8f9a1a22294153551ec48a90 - 0.0% (721 Bytes)
[#010] sha256:044f573947d65e47b75b4ea0f21bc2e58e45673894bd71467e9524c9bf315917 - 0.0% (349 Bytes)
[#011] sha256:7523962b6bbb5fb352f740422d044ddcaa608fb1c05bd6b480d9c0e78118c21f - 0.0% (157 Bytes)
/bin/sh -c #(nop) ADD file:485c5e010aec72afb62c7fe5bc651d739dad42e9baf81e811e6b3f369c72a917 in /
2017-05-08 23:32:23 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-05-08 23:57:28 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:58:29 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 14:01:35 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 14:01:36 UTC/bin/sh -c echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
2017-05-10 14:01:37 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2017-05-10 14:01: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-05-10 14:01:40 UTC/bin/sh -c ln -svT "/usr/lib/jvm/java-9-openjdk-$(dpkg --print-architecture)" /docker-java-home
2017-05-10 14:01:41 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/docker-java-home
2017-05-19 23:14:32 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=9~b170
2017-05-19 23:14:32 UTC/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=9~b170-2
2017-05-19 23:15:03 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y 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'
2017-05-22 18:10:19 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.5.0
2017-05-22 18:10:20 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2017-05-22 18:10:21 UTC/bin/sh -c #(nop) ARG SHA=beb91419245395bd69a4a6edad5ca3ec1a8b64e41457672dc687c173a495f034
2017-05-22 18:10:21 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.5.0/binaries
2017-05-22 18:10:24 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:10:25 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2017-05-22 18:10:26 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2017-05-22 18:10:27 UTC/bin/sh -c #(nop) COPY file:0ef06202c434fd6422eaf47010435819a589a77ab2d8d5d3b9e497de2fd57b3f in /usr/local/bin/mvn-entrypoint.sh
2017-05-22 18:10:28 UTC/bin/sh -c #(nop) COPY file:b3fc14e8337e0079a4e97eace880b4b7cddc0dc0ea733de80749f78fe1eb089a in /usr/share/maven/ref/
2017-05-22 18:10:29 UTC/bin/sh -c #(nop) VOLUME [/root/.m2]
2017-05-22 18:10:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2017-05-22 18:10:31 UTC/bin/sh -c #(nop) CMD ["mvn"]
2017-05-22 18:10:53 UTC/bin/sh -c mkdir -p /usr/src/app
2017-05-22 18:10:54 UTC/bin/sh -c #(nop) WORKDIR /usr/src/app
2017-05-22 18:10:55 UTC/bin/sh -c #(nop) ONBUILD ADD . /usr/src/app
2017-05-22 18:10: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.