2021-04-01 02:45:26 UTC
217 MB
/usr/local/openjdk-16
JAVA_VERSION16
LANGC.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
[#000] sha256:75646c2fb4101d306585c9b106be1dfa7d82720baabe1c75b64d759ea8adf341 - 11.92% (25.9 MB)
[#001] sha256:875a154571f097680e56e5acc7383853036fac0e52855a4dd4fa740bfabf3f95 - 1.44% (3.12 MB)
[#002] sha256:e25e3fb0c0afb43054525a2b8d4ecb1b5f20c0cd85dc1bf702f2303d29033b29 - 81.29% (177 MB)
[#003] sha256:5acd99f9d42537e9c6b5b015949996b49aacad5ccd774b5f20273de64f5f114f - 1.15% (2.5 MB)
[#004] sha256:6e2520f78fffc6976fe9698192b78ca7de1f2c65531224f7c1fd5b6bf9432a49 - 4.21% (9.14 MB)
[#005] sha256:aa286139b8238973ed9de3cd7a69aaf7e93fecb5f82b8f9ee16e8148e3aa1e64 - 0.0% (856 Bytes)
[#006] sha256:8faa6d0ff977ddd7934fa46513c0650543916b1e05c9d9eb9e813b39628f33b5 - 0.0% (359 Bytes)
/bin/sh -c #(nop) ADD file:b797b4d60ad7954e98ad71574c4fc90ad3da9a5c250112373e92e2af3056e581 in /
2021-03-30 21:49:30 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-03-31 05:41:06 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-03-31 05:42:21 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-16
2021-03-31 05:42:21 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-03-31 05:42:22 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-03-31 05:42:22 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=16
2021-03-31 05:42:43 UTC/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk16/7863447f0ab643c585b9bdebf67c69db/36/GPL/openjdk-16_linux-x64_bin.tar.gz'; downloadSha256='e952958f16797ad7dc7cd8b724edd69ec7e0e0434537d80d6b5165193e33b931'; ;; 'arm64') downloadUrl='https://download.java.net/java/GA/jdk16/7863447f0ab643c585b9bdebf67c69db/36/GPL/openjdk-16_linux-aarch64_bin.tar.gz'; downloadSha256='273d3ae0ff14af801c5ffa71fd081f1cc505354f308ce11c77af55302c83d2bf'; ;; *) 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-03-31 05:42:44 UTC/bin/sh -c #(nop) CMD ["jshell"]
2021-04-01 02:45:17 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.6.3
2021-04-01 02:45:17 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2021-04-01 02:45:17 UTC/bin/sh -c #(nop) ARG SHA=c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0
2021-04-01 02:45:17 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.6.3/binaries
2021-04-01 02:45:23 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.6.3/binaries MAVEN_VERSION=3.6.3 SHA=c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0 USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
2021-04-01 02:45:25 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.6.3/binaries MAVEN_VERSION=3.6.3 SHA=c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0 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-04-01 02:45:25 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2021-04-01 02:45:25 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2021-04-01 02:45:25 UTC/bin/sh -c #(nop) COPY file:1b3da5c58894f705e7387946301c0c52edb6271761ea3cd80b86a848847a64cd in /usr/local/bin/mvn-entrypoint.sh
2021-04-01 02:45:25 UTC/bin/sh -c #(nop) COPY file:2bbb488dd73c55d658b91943cfdf9c26975a320ceafc45dda94c95b03e518ad3 in /usr/share/maven/ref/
2021-04-01 02:45:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2021-04-01 02:45:26 UTC/bin/sh -c #(nop) CMD ["mvn"]
2021-04-01 03:51:13 UTC
211 MB
/usr/local/openjdk-16
JAVA_VERSION16
LANGC.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
[#000] sha256:6fcf2156bc23db75595b822b865fbc962ed6f4521dec8cae509e66742a6a5ad3 - 11.73% (24.7 MB)
[#001] sha256:96fde6667c188c81fcddee021ccbb3e054ebe83350fd4609e17a3d37f0ec7f9d - 1.41% (2.97 MB)
[#002] sha256:732ae26eb7bfe18bde3055a4ecada8132ef88649c7a157dcd9d6976d3ec5b34f - 81.32% (171 MB)
[#003] sha256:618ae609496833fb276ad8516333dfe55eb62863a7dd456167461a2f390ff8f1 - 1.19% (2.51 MB)
[#004] sha256:3a9636fb4d6132244b19aaa6ef2a8b8e6d2e39cee9edaa7aa11781d72601697b - 4.34% (9.14 MB)
[#005] sha256:436f9e3066a58c7cf4d8f9487231d6f8517ce03aed66023cdb4fab3ff8bbbbb6 - 0.0% (855 Bytes)
[#006] sha256:51ee85111b6f998eab29872559325a7de4d59c52b155aef2ef22bb6bbf251bb6 - 0.0% (360 Bytes)
/bin/sh -c #(nop) ADD file:a9b57ded2400fc7f60ea40e5ccdd3e9bf0f72acfcc47223ceb66b4fa16955059 in /
2021-03-30 21:47:16 UTC/bin/sh -c #(nop) CMD ["bash"]
2021-03-31 01:39:28 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-03-31 01:41:02 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/local/openjdk-16
2021-03-31 01:41:03 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-03-31 01:41:05 UTC/bin/sh -c #(nop) ENV LANG=C.UTF-8
2021-03-31 01:41:06 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=16
2021-03-31 01:41:37 UTC/bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in 'amd64') downloadUrl='https://download.java.net/java/GA/jdk16/7863447f0ab643c585b9bdebf67c69db/36/GPL/openjdk-16_linux-x64_bin.tar.gz'; downloadSha256='e952958f16797ad7dc7cd8b724edd69ec7e0e0434537d80d6b5165193e33b931'; ;; 'arm64') downloadUrl='https://download.java.net/java/GA/jdk16/7863447f0ab643c585b9bdebf67c69db/36/GPL/openjdk-16_linux-aarch64_bin.tar.gz'; downloadSha256='273d3ae0ff14af801c5ffa71fd081f1cc505354f308ce11c77af55302c83d2bf'; ;; *) 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-03-31 01:41:40 UTC/bin/sh -c #(nop) CMD ["jshell"]
2021-04-01 03:50:45 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.6.3
2021-04-01 03:50:46 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2021-04-01 03:50:47 UTC/bin/sh -c #(nop) ARG SHA=c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0
2021-04-01 03:50:47 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.6.3/binaries
2021-04-01 03:51:02 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.6.3/binaries MAVEN_VERSION=3.6.3 SHA=c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0 USER_HOME_DIR=/root /bin/sh -c apt-get update && apt-get install -y curl procps && rm -rf /var/lib/apt/lists/*
2021-04-01 03:51:06 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.6.3/binaries MAVEN_VERSION=3.6.3 SHA=c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0 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-04-01 03:51:08 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2021-04-01 03:51:09 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2021-04-01 03:51:10 UTC/bin/sh -c #(nop) COPY file:1b3da5c58894f705e7387946301c0c52edb6271761ea3cd80b86a848847a64cd in /usr/local/bin/mvn-entrypoint.sh
2021-04-01 03:51:11 UTC/bin/sh -c #(nop) COPY file:2bbb488dd73c55d658b91943cfdf9c26975a320ceafc45dda94c95b03e518ad3 in /usr/share/maven/ref/
2021-04-01 03:51:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2021-04-01 03:51:13 UTC/bin/sh -c #(nop) CMD ["mvn"]
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.