Namespace
library
Image / Tag
maven:3.6.2-jdk-14
Content Digest
sha256:bb2a8513404a96e6dd09b1f519f4ff3e2f0f32e84ddfc05774a21af133d0c3c1
Details
Created

2019-11-22 21:51:39 UTC

Size

253 MB

Content Digest
Environment
JAVA_HOME

/usr/java/openjdk-14

JAVA_SHA256

d200bacb3c8225d17acbd4806892f1b219510b5566a350ecd9c8bc952513b4b1

JAVA_URL

https://download.java.net/java/early_access/jdk14/24/GPL/openjdk-14-ea+24_linux-x64_bin.tar.gz

JAVA_VERSION

14-ea+24

LANG

en_US.UTF-8

MAVEN_CONFIG

/root/.m2

MAVEN_HOME

/usr/share/maven

PATH

/usr/java/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:977461c903012ec41b22a4c1bf975a3199570bd92ccc75a70f5a1119bca6d402 - 16.13% (40.7 MB)

[#001] sha256:3b03bc4978d77c248161b19b002c5b1814492890df489738fda21ebfadf7867e - 5.58% (14.1 MB)

[#002] sha256:bfd7fb7103eb9f41c73c57425cbd4914b698eb32ebad89f37f7708acd7e03c52 - 74.82% (189 MB)

[#003] sha256:36e9217482ddea83401d0e2ce4dbb8995bd18924cfce70b29caf3084f366c69f - 3.46% (8.74 MB)

[#004] sha256:97644e08eca7bc028bdb44beb1b813629a4a1ac501852b281e3f6a66c900db7f - 0.0% (856 Bytes)

[#005] sha256:ee6794f933f80c64319952052fc61df0379b8364d21aee6e7f63a5fd1092fa59 - 0.0% (361 Bytes)


History
2018-08-30 21:49:27 UTC

/bin/sh -c #(nop) MAINTAINER Oracle Linux Product Team <ol-ovm-info_ww@oracle.com>

2019-11-18 23:05:29 UTC

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

2019-11-18 23:05:30 UTC

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

2019-11-19 04:23:39 UTC

/bin/sh -c set -eux; yum install -y gzip tar binutils freetype fontconfig ; rm -rf /var/cache/yum

2019-11-19 04:23:39 UTC

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

2019-11-19 04:23:39 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/java/openjdk-14

2019-11-19 04:23:39 UTC

/bin/sh -c #(nop) ENV PATH=/usr/java/openjdk-14/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2019-11-22 14:43:40 UTC

/bin/sh -c #(nop) ENV JAVA_VERSION=14-ea+24

2019-11-22 14:43:40 UTC

/bin/sh -c #(nop) ENV JAVA_URL=https://download.java.net/java/early_access/jdk14/24/GPL/openjdk-14-ea+24_linux-x64_bin.tar.gz

2019-11-22 14:43:40 UTC

/bin/sh -c #(nop) ENV JAVA_SHA256=d200bacb3c8225d17acbd4806892f1b219510b5566a350ecd9c8bc952513b4b1

2019-11-22 14:44:49 UTC

/bin/sh -c set -eux; curl -fL -o /openjdk.tgz "$JAVA_URL"; echo "$JAVA_SHA256 */openjdk.tgz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /openjdk.tgz --directory "$JAVA_HOME" --strip-components 1; rm /openjdk.tgz; ln -sfT "$JAVA_HOME" /usr/java/default; ln -sfT "$JAVA_HOME" /usr/java/latest; for bin in "$JAVA_HOME/bin/"*; do base="$(basename "$bin")"; [ ! -e "/usr/bin/$base" ]; alternatives --install "/usr/bin/$base" "$base" "$bin" 20000; done; java -Xshare:dump; java --version; javac --version

2019-11-22 14:44:49 UTC

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

2019-11-22 21:51:27 UTC

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

2019-11-22 21:51:27 UTC

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

2019-11-22 21:51:27 UTC

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

2019-11-22 21:51:28 UTC

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

2019-11-22 21:51:37 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.6.2/binaries MAVEN_VERSION=3.6.2 SHA=d941423d115cd021514bfd06c453658b1b3e39e6240969caf4315ab7119a77299713f14b620fb2571a264f8dff2473d8af3cb47b05acf0036fc2553199a5c1ee 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" | sha512sum -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

2019-11-22 21:51:38 UTC

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

2019-11-22 21:51:38 UTC

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

2019-11-22 21:51:38 UTC

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

2019-11-22 21:51:38 UTC

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

2019-11-22 21:51:39 UTC

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

2019-11-22 21:51:39 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