Namespace
library
Image / Tag
maven:3.5.0-onbuild
Content Digest
sha256:ec10d1dc6b985d9c6557aa0ebc2b5e2489d1f35257b820bb8df89dea33dbcaac
Details
Created

2017-05-16 22:46:31 UTC

Size

233 MB

Content Digest
Environment
CA_CERTIFICATES_JAVA_VERSION

20161107~bpo8+1

JAVA_DEBIAN_VERSION

8u131-b11-1~bpo8+1

JAVA_HOME

/docker-java-home

JAVA_VERSION

8u131

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:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 21.55% (50.1 MB)

[#001] sha256:fb5937da9414eeab6d68ce06a7ff60d8be1e2c1518ac2588d5df135ab54a9801 - 7.9% (18.4 MB)

[#002] sha256:9021b2326a1e3a942223c7e349a92203df184f2dcca45f5be7b0b80ac50e2ccf - 17.72% (41.2 MB)

[#003] sha256:8c6c40e9ec4f6391c64835fdca6e24f30e94cf00167fcab85f7924edd28e8dc3 - 0.25% (585 KB)

[#004] sha256:7a63e1725461305af88d10e61a92787181321ad3d7b6136c7e48fe98feaf90ab - 0.0% (216 Bytes)

[#005] sha256:79e8ed83f43abdbf634120e74208a01288910381bfe3390fa76cd64ec0e17891 - 0.0% (240 Bytes)

[#006] sha256:161cbb85a481fc9402d5916ebf18e88d992e4d149ddd1ac4f5580757a84ace19 - 0.0% (130 Bytes)

[#007] sha256:a479609da9c84ce06a53830a9b6da0725422474002ffc30a574ed0fbc5efca86 - 48.92% (114 MB)

[#008] sha256:e32f81724ea45927d432793e3a33fadc213949aaa5a35217f9fc9ac6e147c8b3 - 0.12% (283 KB)

[#009] sha256:32f7dcc3208d941ac434f5050561d2af7f5febdb8292122ef05e19fd895ceb8e - 3.55% (8.27 MB)

[#010] sha256:f74ec6bf97bd2786044eac0159a473d23b671327ee2c99febdc92f02effd1714 - 0.0% (720 Bytes)

[#011] sha256:52805376b629283f9c0510863ea11bd15efa2fdfb44c892f06a9997ba277e1b9 - 0.0% (350 Bytes)

[#012] sha256:3680e1f9f7b055159f86a1af50f4dcc396fd6913f6a3adf96b06c21f40e602b9 - 0.0% (156 Bytes)


History
2017-05-08 23:28:14 UTC

/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:58:58 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list

2017-05-10 13:58:59 UTC

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

2017-05-10 13:59: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-05-10 13:59:02 UTC

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

2017-05-10 13:59:03 UTC

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

2017-05-16 17:24:35 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=8u131

2017-05-16 17:24:36 UTC

/bin/sh -c #(nop) ENV JAVA_DEBIAN_VERSION=8u131-b11-1~bpo8+1

2017-05-16 17:24:37 UTC

/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20161107~bpo8+1

2017-05-16 17:25:28 UTC

/bin/sh -c set -ex; apt-get update; apt-get install -y openjdk-8-jdk="$JAVA_DEBIAN_VERSION" ca-certificates-java="$CA_CERTIFICATES_JAVA_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-16 17:25:34 UTC

/bin/sh -c /var/lib/dpkg/info/ca-certificates-java.postinst configure

2017-05-16 22:45:56 UTC

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

2017-05-16 22:45:57 UTC

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

2017-05-16 22:45:58 UTC

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

2017-05-16 22:45:58 UTC

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

2017-05-16 22:46:01 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-16 22:46:01 UTC

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

2017-05-16 22:46:02 UTC

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

2017-05-16 22:46:03 UTC

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

2017-05-16 22:46:04 UTC

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

2017-05-16 22:46:05 UTC

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

2017-05-16 22:46:06 UTC

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

2017-05-16 22:46:07 UTC

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

2017-05-16 22:46:29 UTC

/bin/sh -c mkdir -p /usr/src/app

2017-05-16 22:46:30 UTC

/bin/sh -c #(nop) WORKDIR /usr/src/app

2017-05-16 22:46:31 UTC

/bin/sh -c #(nop) ONBUILD ADD . /usr/src/app

2017-05-16 22:46:31 UTC

/bin/sh -c #(nop) ONBUILD RUN mvn install

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