2023-12-01 07:12:08 UTC
146 MB
/opt/java/openjdk
JAVA_VERSIONjdk-11.0.21+9
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c926b61bad3b94ae7351bafd0c184c159ebf0643b085f7ef1d47ecdc7316833c - 2.22% (3.24 MB)
[#001] sha256:46ce2a3866efc31d675066df134952e4237faaf14332528051e5efca30a21a4a - 6.06% (8.85 MB)
[#002] sha256:629c7d34e934cd201a8e75a722510b7ee2941ad0e9fa3f00aad45123b459e506 - 91.72% (134 MB)
[#003] sha256:af32732554e58223c82fef201a71a8024d58729978033c9b6c7c8f21f0dbe8c4 - 0.0% (176 Bytes)
[#004] sha256:03ff009245964d87749ff002f164205f495cf779e600805d759bcbb573dfb22f - 0.0% (734 Bytes)
/bin/sh -c #(nop) ADD file:fc714080c3bcbbce7ac746a10d7b4355ffa36293a8d435d62cd5359ea8eb8364 in /
2023-11-30 23:22:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2023-12-01 07:11:18 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2023-12-01 07:11:18 UTC/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-12-01 07:11:18 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-12-01 07:11:20 UTC/bin/sh -c set -eux; apk add --no-cache bash fontconfig ttf-dejavu java-cacerts libretls zlib musl-locales musl-locales-lang tzdata ; rm -rf /var/cache/apk/*
2023-12-01 07:11:56 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-11.0.21+9
2023-12-01 07:12:05 UTC/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='d5e2235d3707526f7c9ba3f0dc194e60d5dec33eceff2a2dcf9d874464cc0e9e'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jdk_x64_alpine-linux_hotspot_11.0.21_9.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}/lib/src.zip;
2023-12-01 07:12:07 UTC/bin/sh -c set -eux; 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-12-01 07:12:07 UTC/bin/sh -c #(nop) COPY file:8b8864b3e02a33a579dc216fd51b28a6047bc8eeaa03045b258980fe0cf7fcb3 in /__cacert_entrypoint.sh
2023-12-01 07:12:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["/__cacert_entrypoint.sh"]
2023-12-01 07:12:08 UTC/bin/sh -c #(nop) CMD ["jshell"]
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.