2023-07-05 10:15:17 UTC
384 MB
/opt/java/openjdk
JAVA_VERSIONjdk-17.0.7+7
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:/opt/java/openjdk/bin:.
[#000] sha256:ac34a2e0269ced3acc355be706239ee0f3f1e73a035c40dd2fac74827164ee53 - 7.06% (27.1 MB)
[#001] sha256:92f85d89e7da0f3af0f527e7300cced784d0ba64249b8c376690599d313cb056 - 4.59% (17.6 MB)
[#002] sha256:a9968813c364026c446630e0331e26f07c025a57cbb5d2b6d07c5e441093e0a0 - 47.57% (183 MB)
[#003] sha256:f585b1f8ce4db981a9aaa9b593252136e27ab45bd7a5056fb49a4c122fa6d6fb - 0.0% (172 Bytes)
[#004] sha256:f93602caab2e589cae55d8d7710dda0ae01232832382c607ae9e08fa71889366 - 0.0% (187 Bytes)
[#005] sha256:a2ca8feeb32e7a62d4f5f9611043928a5be0048c54db45d671b79ca980e40346 - 40.78% (156 MB)
[#006] sha256:a8b917fa763ea6110d764c761f23a9b9b7750830ec03b44bdb6d00aa19b48f56 - 0.0% (1.84 KB)
[#007] sha256:029a027e25fe08ae7943f85187d74ba96fccd5c3c077bb938a6ed26cb5b69464 - 0.0% (1.78 KB)
[#008] sha256:39c7b04289f4fdd431dbacf3e9b1cb2accd96485406357b1d46e4e63b60f23fb - 0.0% (135 Bytes)
[#009] sha256:6b1eec4c5b126929fbfe1a06aa2980bc46c74d518325ad41a8cf82f8c90b4da3 - 0.0% (133 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2023-06-28 08:42:48 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-06-28 08:42:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-06-28 08:42:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-06-28 08:42:50 UTC/bin/sh -c #(nop) ADD file:262490f82459c14632f5c9a6d6a5cf6c07b4f307e8fd380fa764662cda46e88f in /
2023-06-28 08:42:50 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-07-04 15:32:45 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2023-07-04 15:32:45 UTC/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2023-07-04 15:32:45 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-07-04 15:34:51 UTC/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl wget ca-certificates fontconfig locales binutils && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*
2023-07-04 15:34:51 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-17.0.7+7
2023-07-04 15:34:58 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='0084272404b89442871e0a1f112779844090532978ad4d4191b8d03fc6adfade'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_aarch64_linux_hotspot_17.0.7_7.tar.gz'; ;; armhf|arm) ESUM='e7a84c3e59704588510d7e6cce1f732f397b54a3b558c521912a18a1b4d0abdc'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_arm_linux_hotspot_17.0.7_7.tar.gz'; ;; ppc64el|powerpc:common64) ESUM='8f4366ff1eddb548b1744cd82a1a56ceee60abebbcbad446bfb3ead7ac0f0f85'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_ppc64le_linux_hotspot_17.0.7_7.tar.gz'; ;; s390x|s390:64-bit) ESUM='2d75540ae922d0c4162729267a8c741e2414881a468fd2ce4140b4069ba47ca9'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_s390x_linux_hotspot_17.0.7_7.tar.gz'; ;; amd64|i386:x86-64) ESUM='e9458b38e97358850902c2936a1bb5f35f6cffc59da9fcd28c63eab8dbbfbc3b'; BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_x64_linux_hotspot_17.0.7_7.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; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump;
2023-07-04 15:35:01 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-07-04 15:35:02 UTC/bin/sh -c #(nop) CMD ["jshell"]
2023-07-05 08:48:41 UTC/bin/sh -c #(nop) LABEL Organization=Apereo
2023-07-05 08:48:41 UTC/bin/sh -c #(nop) LABEL Description=Apereo CAS
2023-07-05 08:48:41 UTC/bin/sh -c cd / && mkdir -p /etc/cas/config && mkdir -p /etc/cas/services && mkdir -p /etc/cas/saml && mkdir -p cas-overlay;
2023-07-05 10:15:17 UTC/bin/sh -c #(nop) COPY file:95becbb992b36a0d8354806c384b084f049c6f5c9145c7745dc71e385dc492c5 in cas-overlay/
2023-07-05 10:15:17 UTC/bin/sh -c #(nop) COPY dir:13da5364dd3c783bd352581fef30c6aae1eaf0c49dace63616f9ecee93cd5efe in /etc/cas/
2023-07-05 10:15:17 UTC/bin/sh -c #(nop) COPY dir:81d54d4efd80b6262134a70c3ce1fc837b82d4a3f4bb4232e74e4fb590124bcc in /etc/cas/config/
2023-07-05 10:15:17 UTC/bin/sh -c #(nop) COPY dir:9e38d220b4e08c41b127f4bc9da71f9346d1cb08e829c78823bb86c3e1a1d843 in /etc/cas/services/
2023-07-05 10:15:17 UTC/bin/sh -c #(nop) COPY dir:3af0906fadb1298951806480ea759c2971b0c5785160a8cb45fe7de22066f97b in /etc/cas/saml/
2023-07-05 10:15:17 UTC/bin/sh -c #(nop) EXPOSE 8080 8443
2023-07-05 10:15:17 UTC/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/java/openjdk/bin:.
2023-07-05 10:15:17 UTC/bin/sh -c #(nop) WORKDIR /cas-overlay
2023-07-05 10:15:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["java" "-server" "-noverify" "-Xmx2048M" "-jar" "cas.war"]
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.