Tag

library/maven:3.3.3-jdk-8-onbuild
Content Digest: sha256:f9da7d654fb363093725f447184006759a0e83ff0d048173abaa2fea54e1eb87
Manifests
Details
Content Digest

sha256:39133bc951de795c7cc795862cbe4e4e311efd597b2f40734ea98587afd10067

Created

2016-06-13 20:35:32 UTC

Size

240 MB


Environment
CA_CERTIFICATES_JAVA_VERSION

20140324

JAVA_DEBIAN_VERSION

8u91-b14-1~bpo8+1

JAVA_HOME

/usr/lib/jvm/java-8-openjdk-amd64

JAVA_VERSION

8u91

LANG

C.UTF-8

MAVEN_HOME

/usr/share/maven

MAVEN_VERSION

3.3.3

PATH

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


Layers

[#000] sha256:5c90d4a2d1a8dfffd05ff2dd659923f0ca2d843b5e45d030e17abbcd06a11b5b - 20.42% (49 MB)

[#001] sha256:ab30c63719b10dd434ddbe896879bd9b637fe4e16749a94d3dc827450dc2a437 - 7.37% (17.7 MB)

[#002] sha256:c6072700a24252bd71f6c5d2cabf5978ddf324a959b05bad417d8b3789f8df33 - 16.91% (40.6 MB)

[#003] sha256:5f444d0704271a846e0b83af62071bc825052d6eabba96121bc0acda9c8f9e64 - 0.25% (608 KB)

[#004] sha256:620b5227cf380167d746f024d97b53f26fafcbd253df4cf56b3b3a056bf12ae1 - 0.0% (219 Bytes)

[#005] sha256:3cfd33220efaaad496080e9fdb124ddb9ba07742852c2db816c9870fe2e10c2a - 0.0% (241 Bytes)

[#006] sha256:864a98a84dd2bba52cf57d13161517ee01e2966e72c3ac842c6a3d49c07dcb37 - 51.7% (124 MB)

[#007] sha256:734cc28150de3e42c9e581aa1d7da3f378fcde2a00719a2d42ec376519050365 - 0.11% (278 KB)

[#008] sha256:9d837ce35c41fb58740e0e01c2f850bdf7c0acc59ba9e7e461b494b90563392d - 3.24% (7.76 MB)

[#009] sha256:3c1f4dc1b1804d4d4061dd1ca3a5b012327f7654aadc6acdbb5eb650fed24178 - 0.0% (157 Bytes)


History
2016-06-09 21:28:42 UTC

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

2016-06-09 21:28:43 UTC

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

2016-06-09 21:35:50 UTC

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

2016-06-09 21:37:09 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/*

2016-06-09 22:05:16 UTC

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

2016-06-09 22:10:09 UTC

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

2016-06-09 22:10:09 UTC

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

2016-06-09 22:10:10 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

2016-06-09 22:10:10 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64

2016-06-09 22:10:11 UTC

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

2016-06-09 22:10:11 UTC

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

2016-06-09 22:10:11 UTC

/bin/sh -c #(nop) ENV CA_CERTIFICATES_JAVA_VERSION=20140324

2016-06-09 22:12:21 UTC

/bin/sh -c set -x && 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/* && [ "$JAVA_HOME" = "$(docker-java-home)" ]

2016-06-09 22:12:23 UTC

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

2016-06-10 21:52:27 UTC

/bin/sh -c #(nop) ENV MAVEN_VERSION=3.3.3

2016-06-10 21:52:29 UTC

/bin/sh -c mkdir -p /usr/share/maven && curl -fsSL http://apache.osuosl.org/maven/maven-3/$MAVEN_VERSION/binaries/apache-maven-$MAVEN_VERSION-bin.tar.gz | tar -xzC /usr/share/maven --strip-components=1 && ln -s /usr/share/maven/bin/mvn /usr/bin/mvn

2016-06-10 21:52:29 UTC

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

2016-06-10 21:52:29 UTC

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

2016-06-10 21:52:30 UTC

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

2016-06-13 20:35:31 UTC

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

2016-06-13 20:35:32 UTC

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

2016-06-13 20:35:32 UTC

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

2016-06-13 20:35:32 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.