2022-01-28 16:08:45 UTC
251 MB
/opt/java/openjdk
JAVA_VERSIONjdk8u-2022-01-26-21-36-beta
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:0bcda6d6228a18040d1ef31f38278ac342c958aeeb1bf528b5f9a17a0dfa17c7 - 22.55% (56.6 MB)
[#001] sha256:2542b4b6981e61be4ef5ddc538f34d07660e4b2c471dcf0a7c1f3d84026e2d63 - 40.09% (101 MB)
[#002] sha256:1b0a9007590925b53509ae458b241184e5c9da4128f84f641a6514e7cabac7d7 - 37.36% (93.8 MB)
/bin/sh -c #(nop) ADD file:6fc1efb9e28baac77d9578aff55d55a795137af3666f843805b4c67700b44469 in /
2022-01-21 18:55:39 UTC/bin/sh -c #(nop) LABEL name=ClefOS Base Image vendor=ClefOS license=GPLv2 build-date=20200507
2022-01-21 18:55:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2022-01-28 16:07:33 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-01-28 16:08:38 UTC/bin/sh -c yum install -y tzdata openssl curl ca-certificates fontconfig gzip tar && yum update -y; yum clean all
2022-01-28 16:08:40 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk8u-2022-01-26-21-36-beta
2022-01-28 16:08:44 UTC/bin/sh -c set -eux; ARCH="$(uname -m)"; case "${ARCH}" in s390x) ESUM='bb7b55ed55b229b614e7f756e10b813aaee3f7547d03290d1608443bec001aa5'; BINARY_URL='https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u-2022-01-26-21-36-beta/OpenJDK8U-jdk_s390x_linux_hotspot_2022-01-26-21-36.tar.gz'; ;; *) echo "Unsupported arch: ${ARCH}"; exit 1; ;; esac; curl -LfsSo /tmp/openjdk.tar.gz ${BINARY_URL}; echo "${ESUM} */tmp/openjdk.tar.gz" | sha256sum -c -; mkdir -p /opt/java/openjdk; cd /opt/java/openjdk; tar -xf /tmp/openjdk.tar.gz --strip-components=1; rm -rf /tmp/openjdk.tar.gz;
2022-01-28 16:08:45 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
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.