Namespace
library
Image / Tag
maven:3.8.2-openjdk-16-slim
Content Digest
sha256:812fe432c45334395fc407f6d8709a505583411396a31b8ee17b9a06adc4a1e7
Details
Created

2021-09-29 10:19:01 UTC

Size

219 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-16

JAVA_VERSION

16.0.2

LANG

C.UTF-8

MAVEN_CONFIG

/root/.m2

MAVEN_HOME

/usr/share/maven

PATH

/usr/local/openjdk-16/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:bd897bb914af2ec64f1cff5856aefa1ae99b072e38db0b7d801f9679b04aad74 - 13.64% (29.9 MB)

[#001] sha256:0cc7fec72146c7ce5a6ca7ee0750b1c72d0554380437767653dcb8dc27d303e4 - 0.69% (1.51 MB)

[#002] sha256:018e958b461cdadaaf3ed8466a020a57e3767fb7164c2c4eab926420099d23c0 - 80.52% (177 MB)

[#003] sha256:e351ec13afbb96d05ff495315d480a3959b36efd53c43ea8aee82efa27da6f4c - 1.07% (2.34 MB)

[#004] sha256:4f15377fc5b6ebd9b7d18259cac55ac74943da6b08bfff0b4a663f8632a7c12b - 4.09% (8.97 MB)

[#005] sha256:d7050cbd13ed11a8b2d8cd6279a131a9c6f2edf01c061e79e533492d699a8b61 - 0.0% (856 Bytes)

[#006] sha256:0dfaa3ff1fb8402f2991e72f26efbf6b2fbfb86eafbe8b7998d9f1a903b4102f - 0.0% (360 Bytes)


History
2021-09-28 01:22:40 UTC

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

2021-09-28 01:22:41 UTC

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

2021-09-28 09:14:18 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates p11-kit ; rm -rf /var/lib/apt/lists/*

2021-09-28 09:18:24 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-16

2021-09-28 09:18:24 UTC

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

2021-09-28 09:18:25 UTC

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

2021-09-28 09:18:25 UTC

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

2021-09-28 09:18:40 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_linux-x64_bin.tar.gz'; downloadSha256='6c714ded7d881ca54970ec949e283f43d673a142fda1de79b646ddd619da9c0c'; ;; 'arm64') downloadUrl='https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_linux-aarch64_bin.tar.gz'; downloadSha256='1ffb9c7748334945d9056b3324de3f797d906fce4dad86beea955153aa1e28fe'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; rm -rf /var/lib/apt/lists/*; wget --progress=dot:giga -O openjdk.tgz "$downloadUrl"; echo "$downloadSha256 *openjdk.tgz" | sha256sum --strict --check -; mkdir -p "$JAVA_HOME"; tar --extract --file openjdk.tgz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm openjdk.tgz*; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; { echo '#!/usr/bin/env bash'; echo 'set -Eeuo pipefail'; echo 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$JAVA_HOME/lib/security/cacerts"'; } > /etc/ca-certificates/update.d/docker-openjdk; chmod +x /etc/ca-certificates/update.d/docker-openjdk; /etc/ca-certificates/update.d/docker-openjdk; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump; fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java; javac --version; java --version

2021-09-28 09:18:40 UTC

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

2021-09-29 10:18:46 UTC

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

2021-09-29 10:18:46 UTC

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

2021-09-29 10:18:46 UTC

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

2021-09-29 10:18:46 UTC

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

2021-09-29 10:18:51 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.2/binaries MAVEN_VERSION=3.8.2 SHA=b0bf39460348b2d8eae1c861ced6c3e8a077b6e761fb3d4669be5de09490521a74db294cf031b0775b2dfcd57bd82246e42ce10904063ef8e3806222e686f222 USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*

2021-09-29 10:19:00 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.2/binaries MAVEN_VERSION=3.8.2 SHA=b0bf39460348b2d8eae1c861ced6c3e8a077b6e761fb3d4669be5de09490521a74db294cf031b0775b2dfcd57bd82246e42ce10904063ef8e3806222e686f222 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

2021-09-29 10:19:00 UTC

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

2021-09-29 10:19:00 UTC

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

2021-09-29 10:19:00 UTC

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

2021-09-29 10:19:01 UTC

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

2021-09-29 10:19:01 UTC

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

2021-09-29 10:19:01 UTC

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

Details
Created

2021-09-29 03:08:37 UTC

Size

213 MB

Content Digest
Environment
JAVA_HOME

/usr/local/openjdk-16

JAVA_VERSION

16.0.2

LANG

C.UTF-8

MAVEN_CONFIG

/root/.m2

MAVEN_HOME

/usr/share/maven

PATH

/usr/local/openjdk-16/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:2f8871a8654eb1158cb626f8dc69992dba7e4bd8796fae6aa7cf967f951f5fe9 - 13.47% (28.7 MB)

[#001] sha256:fc69e286af9edc8fb3518a0692316edc953730d4b65004457f37972b70873fe1 - 0.7% (1.49 MB)

[#002] sha256:95ba31bcbefa711e55ad418ab24282fbff2f5bfcb0b301dc69664c61de877598 - 80.5% (171 MB)

[#003] sha256:3b9db802de5812e7fad6d61915bf4cf9493b163c02a425df91747a8c68f1abc4 - 1.11% (2.36 MB)

[#004] sha256:423126bc8406609a45631c4f427a17fb32208f093409638936626405e1e6b4eb - 4.22% (8.97 MB)

[#005] sha256:eb8c9ff2c0ffa4b232174168cb0bc9867994951df721a8b0c0f15bcf2e63b609 - 0.0% (852 Bytes)

[#006] sha256:831848840a724aa032af730d59fca724f4e009b74da80e12c7ec2c009b22d2a1 - 0.0% (362 Bytes)


History
2021-09-28 01:40:43 UTC

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

2021-09-28 01:40:44 UTC

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

2021-09-28 05:42:51 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates p11-kit ; rm -rf /var/lib/apt/lists/*

2021-09-28 05:46:12 UTC

/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-16

2021-09-28 05:46:13 UTC

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

2021-09-28 05:46:13 UTC

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

2021-09-28 05:46:13 UTC

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

2021-09-28 05:46:25 UTC

/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_linux-x64_bin.tar.gz'; downloadSha256='6c714ded7d881ca54970ec949e283f43d673a142fda1de79b646ddd619da9c0c'; ;; 'arm64') downloadUrl='https://download.java.net/java/GA/jdk16.0.2/d4a915d82b4c4fbb9bde534da945d746/7/GPL/openjdk-16.0.2_linux-aarch64_bin.tar.gz'; downloadSha256='1ffb9c7748334945d9056b3324de3f797d906fce4dad86beea955153aa1e28fe'; ;; *) echo >&2 "error: unsupported architecture: '$arch'"; exit 1 ;; esac; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; rm -rf /var/lib/apt/lists/*; wget --progress=dot:giga -O openjdk.tgz "$downloadUrl"; echo "$downloadSha256 *openjdk.tgz" | sha256sum --strict --check -; mkdir -p "$JAVA_HOME"; tar --extract --file openjdk.tgz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm openjdk.tgz*; apt-mark auto '.*' > /dev/null; [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; { echo '#!/usr/bin/env bash'; echo 'set -Eeuo pipefail'; echo 'trust extract --overwrite --format=java-cacerts --filter=ca-anchors --purpose=server-auth "$JAVA_HOME/lib/security/cacerts"'; } > /etc/ca-certificates/update.d/docker-openjdk; chmod +x /etc/ca-certificates/update.d/docker-openjdk; /etc/ca-certificates/update.d/docker-openjdk; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump; fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java; javac --version; java --version

2021-09-28 05:46:25 UTC

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

2021-09-29 03:08:25 UTC

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

2021-09-29 03:08:25 UTC

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

2021-09-29 03:08:25 UTC

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

2021-09-29 03:08:25 UTC

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

2021-09-29 03:08:30 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.2/binaries MAVEN_VERSION=3.8.2 SHA=b0bf39460348b2d8eae1c861ced6c3e8a077b6e761fb3d4669be5de09490521a74db294cf031b0775b2dfcd57bd82246e42ce10904063ef8e3806222e686f222 USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*

2021-09-29 03:08:36 UTC

|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.2/binaries MAVEN_VERSION=3.8.2 SHA=b0bf39460348b2d8eae1c861ced6c3e8a077b6e761fb3d4669be5de09490521a74db294cf031b0775b2dfcd57bd82246e42ce10904063ef8e3806222e686f222 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

2021-09-29 03:08:36 UTC

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

2021-09-29 03:08:36 UTC

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

2021-09-29 03:08:37 UTC

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

2021-09-29 03:08:37 UTC

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

2021-09-29 03:08:37 UTC

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

2021-09-29 03:08:37 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