2022-12-09 07:18:30 UTC
263 MB
/usr/lib/jvm/sapmachine-17
MAVEN_CONFIG/root/.m2
MAVEN_HOME/usr/share/maven
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:846c0b181fff0c667d9444f8378e8fcfa13116da8d308bf21673f7e4bea8d580 - 10.38% (27.3 MB)
[#001] sha256:05f9829f76f3bad367d27d5bf3e91e6bc0f738874c547c1b6c35ea445acb9f11 - 2.87% (7.55 MB)
[#002] sha256:d4f782630874769148332fc6cb09cc233f9d28d10d82349f85f85cd9a5e50b80 - 71.93% (189 MB)
[#003] sha256:206b6a8b6b7cb32b3b164e586593cf604bfd60a86372028991e19b061a5dc505 - 11.64% (30.6 MB)
[#004] sha256:538997b9da50ff58958e9ef729f3aa4b9faa5d627ea9007fd43a3c0995712b81 - 3.17% (8.33 MB)
[#005] sha256:a098aa487dbc2529690f9c43afe77121810d1f97f8a9225bcb74a03c2638d38c - 0.0% (851 Bytes)
[#006] sha256:eced94bb3c94bc7b39d528299c5ec6c7a1a6a3c538878c48a2825513527099b5 - 0.0% (359 Bytes)
/bin/sh -c #(nop) ADD file:9d282119af0c42bc823c95b4192a3350cf2cad670622017356dd2e637762e425 in /
2022-12-09 01:20:21 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-12-09 06:08:30 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates gnupg2 && rm -rf /var/lib/apt/lists/*
2022-12-09 06:09:38 UTC/bin/sh -c export GNUPGHOME="$(mktemp -d)" && gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys CACB9FE09150307D1D22D82962754C3B3ABCFE23 && gpg --batch --export --armor 'CACB 9FE0 9150 307D 1D22 D829 6275 4C3B 3ABC FE23' > /etc/apt/trusted.gpg.d/sapmachine.gpg.asc && gpgconf --kill all && rm -rf "$GNUPGHOME" && echo "deb http://dist.sapmachine.io/debian/amd64/ ./" > /etc/apt/sources.list.d/sapmachine.list && apt-get update && apt-get -y --no-install-recommends install sapmachine-17-jdk=17.0.5 && rm -rf /var/lib/apt/lists/*
2022-12-09 06:09:39 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/sapmachine-17
2022-12-09 06:09:39 UTC/bin/sh -c #(nop) CMD ["jshell"]
2022-12-09 07:18:27 UTC/bin/sh -c apt-get update && apt-get install -y curl git && rm -rf /var/lib/apt/lists/*
2022-12-09 07:18:27 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.8.6
2022-12-09 07:18:27 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2022-12-09 07:18:27 UTC/bin/sh -c #(nop) ARG SHA=f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26
2022-12-09 07:18:27 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.6/binaries
2022-12-09 07:18:29 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.6/binaries MAVEN_VERSION=3.8.6 SHA=f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26 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
2022-12-09 07:18:29 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2022-12-09 07:18:29 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2022-12-09 07:18:29 UTC/bin/sh -c #(nop) COPY file:1b3da5c58894f705e7387946301c0c52edb6271761ea3cd80b86a848847a64cd in /usr/local/bin/mvn-entrypoint.sh
2022-12-09 07:18:29 UTC/bin/sh -c #(nop) COPY file:2bbb488dd73c55d658b91943cfdf9c26975a320ceafc45dda94c95b03e518ad3 in /usr/share/maven/ref/
2022-12-09 07:18:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2022-12-09 07:18:30 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.