2022-08-10 01:30:56 UTC
54 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u342-b07
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:213ec9aee27d8be045c6a92b7eac22c9a64b44558193775a1a7f626352392b49 - 4.96% (2.68 MB)
[#001] sha256:878a9af9475f057a355a16521c6da6195d134a78707eb526021019fe67b702b5 - 21.28% (11.5 MB)
[#002] sha256:8bc652d29ed32602f10219a9cbb650f49cd875bd5532d54210420edb6bda5d27 - 73.76% (39.8 MB)
[#003] sha256:5c4705cbf533a8268da315b7e840387a574a54143cd26879aa840393be6c8459 - 0.0% (160 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-10 01:30:24 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-08-10 01:30:26 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-10 01:30:26 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u342-b07
2022-08-10 01:30:55 UTC/bin/sh -c set -eux; ARCH="$(apk --print-arch)"; case "${ARCH}" in amd64|x86_64) ESUM='dd04e366c2e03310f9522b61a09f8ca056842a739cb33651e6eac60e3305c511'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u342-b07/OpenJDK8U-jre_x64_alpine-linux_hotspot_8u342b07.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 /opt/java/openjdk; tar --extract --file /tmp/openjdk.tar.gz --directory /opt/java/openjdk --strip-components 1 --no-same-owner ; rm -rf /tmp/openjdk.tar.gz;
2022-08-10 01:30:55 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-08-10 01:30:56 UTC/bin/sh -c echo Verifying install ... && echo java -version && java -version && echo Complete.
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.