2022-08-29 19:14:50 UTC
208 MB
/opt/java/openjdk
JAVA_VERSIONjdk-18.0.2.1+1
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
MAVEN_CONFIG/root/.m2
MAVEN_HOME/usr/share/maven
PATH/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 - 1.28% (2.68 MB)
[#001] sha256:107abfa4a9656cc98051eebaf02de090526191f4d53ab3733605b34f84513224 - 5.51% (11.5 MB)
[#002] sha256:740e3cdadfebcaafba907a9fba5363e7b2da3e4636a0340e58c190daa0667e08 - 88.25% (184 MB)
[#003] sha256:f71f0ae6ae71d4a6dd24382195739038e7f96208259eb6100971cd8eed81943a - 0.0% (178 Bytes)
[#004] sha256:52e1adef63551e94cef7c8f6f9c2ea9ffd110c08dd251ca82a60450747fba5ee - 0.95% (1.99 MB)
[#005] sha256:c018f511e6adf8630b9eafdc87f65295dcbccb952601686282e0619d206a692b - 4.0% (8.33 MB)
[#006] sha256:8013689f751531cc6192f7aa7a0b6045a6ef943d760c39c55eb512be5eaa8c7a - 0.0% (857 Bytes)
[#007] sha256:d8f70bea0160b7065d017beded0d99ae21347834982dd0bed87c014660afcee8 - 0.0% (358 Bytes)
/bin/sh -c #(nop) ADD file:2a949686d9886ac7c10582a6c29116fd29d3077d02755e87e111870d63607725 in /
2022-08-09 17:19:53 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2022-08-11 19:19:38 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2022-08-11 19:19:38 UTC/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-08-11 19:19:38 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-08-11 19:19:40 UTC/bin/sh -c apk add --no-cache fontconfig libretls musl-locales musl-locales-lang ttf-dejavu tzdata zlib && rm -rf /var/cache/apk/*
2022-08-29 18:27:26 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-18.0.2.1+1
2022-08-29 18:27:42 UTC/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='478c8f56dec7378ed8c687e8d7d0fbf729973c62c497cfc8cf58bd621849d764'; BINARY_URL='https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2.1%2B1/OpenJDK18U-jdk_x64_alpine-linux_hotspot_18.0.2.1_1.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; wget -O /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p "$JAVA_HOME"; tar --extract --file /tmp/openjdk.tar.gz --directory "$JAVA_HOME" --strip-components 1 --no-same-owner ; rm /tmp/openjdk.tar.gz;
2022-08-29 18:27:45 UTC/bin/sh -c echo Verifying install ... && fileEncoding="$(echo 'System.out.println(System.getProperty("file.encoding"))' | jshell -s -)"; [ "$fileEncoding" = 'UTF-8' ]; rm -rf ~/.java && echo javac --version && javac --version && echo java --version && java --version && echo Complete.
2022-08-29 18:27:45 UTC/bin/sh -c #(nop) CMD ["jshell"]
2022-08-29 19:14:46 UTC/bin/sh -c apk add --no-cache curl tar bash procps
2022-08-29 19:14:46 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.8.6
2022-08-29 19:14:46 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2022-08-29 19:14:46 UTC/bin/sh -c #(nop) ARG SHA=f790857f3b1f90ae8d16281f902c689e4f136ebe584aba45e4b1fa66c80cba826d3e0e52fdd04ed44b4c66f6d3fe3584a057c26dfcac544a60b301e6d0f91c26
2022-08-29 19:14:47 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.6/binaries
2022-08-29 19:14:49 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-08-29 19:14:50 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2022-08-29 19:14:50 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2022-08-29 19:14:50 UTC/bin/sh -c #(nop) COPY file:1b3da5c58894f705e7387946301c0c52edb6271761ea3cd80b86a848847a64cd in /usr/local/bin/mvn-entrypoint.sh
2022-08-29 19:14:50 UTC/bin/sh -c #(nop) COPY file:2bbb488dd73c55d658b91943cfdf9c26975a320ceafc45dda94c95b03e518ad3 in /usr/share/maven/ref/
2022-08-29 19:14:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2022-08-29 19:14:50 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.