2023-02-11 06:06:06 UTC
208 MB
/opt/java/openjdk
JAVA_VERSIONjdk-17.0.6+10
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:63b65145d645c1250c391b2d16ebe53b3747c295ca8ba2fcb6b0cf064a4dc21c - 1.55% (3.22 MB)
[#001] sha256:7f55337210c571172bc884a7dfb6dc597adab6b6ef741c06ca3200884ffc4b2b - 5.52% (11.5 MB)
[#002] sha256:c383e2293b907d32c7858537a6809dd478738e849ca592204cc0e265890510eb - 88.11% (183 MB)
[#003] sha256:7e1c4a54fb1014a2cb1df9c41d593556fbcec834958d0651d951ec8a27ad00da - 0.0% (178 Bytes)
[#004] sha256:e31d40b54b014722ebb852e1008b30d24e506b8812d7218f1c3018610422f58c - 0.99% (2.05 MB)
[#005] sha256:1c1db9272de40707721cc30d74f3239ceee1c0a2351eb4395c2733d85e04f6da - 3.84% (7.96 MB)
[#006] sha256:7f232582d97534542c74ef43a1aeb7d8ef8e7684ba8a35e4e6399004f35a2bef - 0.0% (855 Bytes)
[#007] sha256:7588ab61e8ae608208079cb5a0c51cfadeacd3f2fa78d5ad3e197b499a77e7b8 - 0.0% (356 Bytes)
/bin/sh -c #(nop) ADD file:40887ab7c06977737e63c215c9bd297c0c74de8d12d16ebdf1c3d40ac392f62d in /
2023-02-11 04:46:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-02-11 05:24:07 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2023-02-11 05:24:07 UTC/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-02-11 05:24:07 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-02-11 05:24:09 UTC/bin/sh -c apk add --no-cache fontconfig libretls musl-locales musl-locales-lang ttf-dejavu tzdata zlib && rm -rf /var/cache/apk/*
2023-02-11 05:25:41 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-17.0.6+10
2023-02-11 05:25:55 UTC/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='0df7c1a58debee2668931ba4a07cb642475b23a5c61473761b6f293eba7c024a'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.6%2B10/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.6_10.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 -f /tmp/openjdk.tar.gz ${JAVA_HOME}/src.zip;
2023-02-11 05:25:58 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.
2023-02-11 05:25:58 UTC/bin/sh -c #(nop) CMD ["jshell"]
2023-02-11 06:06:04 UTC/bin/sh -c apk add --no-cache curl tar bash procps
2023-02-11 06:06:04 UTC/bin/sh -c #(nop) ARG MAVEN_VERSION=3.8.7
2023-02-11 06:06:04 UTC/bin/sh -c #(nop) ARG USER_HOME_DIR=/root
2023-02-11 06:06:04 UTC/bin/sh -c #(nop) ARG SHA=21c2be0a180a326353e8f6d12289f74bc7cd53080305f05358936f3a1b6dd4d91203f4cc799e81761cf5c53c5bbe9dcc13bdb27ec8f57ecf21b2f9ceec3c8d27
2023-02-11 06:06:04 UTC/bin/sh -c #(nop) ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.7/binaries
2023-02-11 06:06:06 UTC|4 BASE_URL=https://apache.osuosl.org/maven/maven-3/3.8.7/binaries MAVEN_VERSION=3.8.7 SHA=21c2be0a180a326353e8f6d12289f74bc7cd53080305f05358936f3a1b6dd4d91203f4cc799e81761cf5c53c5bbe9dcc13bdb27ec8f57ecf21b2f9ceec3c8d27 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
2023-02-11 06:06:06 UTC/bin/sh -c #(nop) ENV MAVEN_HOME=/usr/share/maven
2023-02-11 06:06:06 UTC/bin/sh -c #(nop) ENV MAVEN_CONFIG=/root/.m2
2023-02-11 06:06:06 UTC/bin/sh -c #(nop) COPY file:1b3da5c58894f705e7387946301c0c52edb6271761ea3cd80b86a848847a64cd in /usr/local/bin/mvn-entrypoint.sh
2023-02-11 06:06:06 UTC/bin/sh -c #(nop) COPY file:2bbb488dd73c55d658b91943cfdf9c26975a320ceafc45dda94c95b03e518ad3 in /usr/share/maven/ref/
2023-02-11 06:06:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["/usr/local/bin/mvn-entrypoint.sh"]
2023-02-11 06:06:06 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.