2022-03-04 02:23:31 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:7c3b88808835aa80f1ef7f03083c5ae781d0f44e644537cd72de4ce6c5e62e00 - 10.37% (27.2 MB)
[#001] sha256:51ab19b53a1b84fb848704b282f933869153728103e9a9276d9ad881cf6a4c71 - 3.02% (7.93 MB)
[#002] sha256:ab28bae6333343ba1ffc77a643493edc6891fa046da6da726f0944a2b157491e - 71.74% (188 MB)
[#003] sha256:60d23f19cfb4d18f56c998bb9d6ebf362707b17394e7f06bda9512afc12d9e5e - 11.56% (30.4 MB)
[#004] sha256:c1e620f4f882ad7eb8c25fd9e747fe0fac336366ad43603727011e0b9d67eae5 - 3.31% (8.69 MB)
[#005] sha256:d5c2a60b764290b7af610968d8011717aac43462609c473ffc974d8bf74d597e - 0.0% (849 Bytes)
[#006] sha256:0380d9ef166a50b825c730c5612260f117e589a6df969c7348cbe3aebefca61c - 0.0% (360 Bytes)
/bin/sh -c #(nop) ADD file:8a50ad78a668527e974b05a3dfbfd64760de3cb643ceb8a8805d21f6ceab3389 in /
2022-03-03 20:19:33 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-03-03 23:30:03 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends wget ca-certificates gnupg2 && rm -rf /var/lib/apt/lists/*
2022-03-03 23:31:06 UTC/bin/sh -c export GNUPGHOME="$(mktemp -d)" && wget -q -O - https://dist.sapmachine.io/debian/sapmachine.old.key | gpg --batch --import && gpg --batch --export --armor 'DA4C 00C1 BDB1 3763 8608 4E20 C7EB 4578 740A EEA2' > /etc/apt/trusted.gpg.d/sapmachine.old.gpg.asc && wget -q -O - https://dist.sapmachine.io/debian/sapmachine.key | gpg --batch --import && 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.2 && rm -rf /var/lib/apt/lists/*
2022-03-03 23:31:06 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/sapmachine-17
2022-03-03 23:31:06 UTC/bin/sh -c #(nop) CMD ["jshell"]
2022-03-04 02:23:28 UTC/bin/sh -c apt-get update && apt-get install -y curl git && rm -rf /var/lib/apt/lists/*
2022-03-04 02:23:28 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.8.4
2022-03-04 02:23:28 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2022-03-04 02:23:28 UTC/bin/sh -c #(nop) ARG SHA=a9b2d825eacf2e771ed5d6b0e01398589ac1bfa4171f36154d1b5787879605507802f699da6f7cfc80732a5282fd31b28e4cd6052338cbef0fa1358b48a5e3c8
2022-03-04 02:23:28 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.4/binaries
2022-03-04 02:23:30 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.4/binaries MAVEN_VERSION=3.8.4 SHA=a9b2d825eacf2e771ed5d6b0e01398589ac1bfa4171f36154d1b5787879605507802f699da6f7cfc80732a5282fd31b28e4cd6052338cbef0fa1358b48a5e3c8 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-03-04 02:23:30 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2022-03-04 02:23:30 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2022-03-04 02:23:30 UTC/bin/sh -c #(nop) COPY file:1b3da5c58894f705e7387946301c0c52edb6271761ea3cd80b86a848847a64cd in /usr/local/bin/mvn-entrypoint.sh
2022-03-04 02:23:30 UTC/bin/sh -c #(nop) COPY file:2bbb488dd73c55d658b91943cfdf9c26975a320ceafc45dda94c95b03e518ad3 in /usr/share/maven/ref/
2022-03-04 02:23:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2022-03-04 02:23:31 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.