2022-09-03 17:52:54 UTC
320 MB
/opt/java/openjdk
JAVA_VERSIONjdk-11.0.16.1+1
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:2b55860d4c667a7200a0cb279aec26777df61e5d3530388f223ce7859d566e7a - 9.07% (29 MB)
[#001] sha256:2ca45fc4c4ca4ea0526871f8fe0527c23dbb2d24df2aff307d5b41e7b5ebc3fe - 3.71% (11.9 MB)
[#002] sha256:522d9aa14d93cbdfa4eac0048d607d396eea10c1bfe2da9eafd0ee8b562d5c45 - 13.86% (44.3 MB)
[#003] sha256:7a19e0a4285757e7a688613e8c01972397948c470b96c5e1a9eef9c1acb847e3 - 0.0% (160 Bytes)
[#004] sha256:476c76eaf9aee054b7d5b3296a0ce43c4eb6205f6d695d6ba2dcbb03a5825c16 - 35.23% (113 MB)
[#005] sha256:a128f15244258ee31e103bf05031a26c4f855faa4c6ed3d3842403164c9ce742 - 1.4% (4.49 MB)
[#006] sha256:878f9f195e3add444a669b598178b4b3d0a91c2db294e8bd024c41f0688c55dc - 0.03% (107 KB)
[#007] sha256:19647092c97298646644f182548d46054c4d4cdb829b74c5be4f8baed20f14e0 - 0.0% (773 Bytes)
[#008] sha256:d0909ea63e602085e2914cf4af34fdd5924eb150cf0e4da99dd0293423d430e3 - 0.0% (610 Bytes)
[#009] sha256:b65d818f63b0ec52f6cf9224d88ea2a1d2c4c82a64e40c0d6f22edb21a08deef - 0.0% (1.94 KB)
[#010] sha256:c584ab96e53a4869485554a1c41ed865939853970c8608cc5b3ba5d2670adea8 - 36.69% (117 MB)
/bin/sh -c #(nop) ADD file:a7268f82a86219801950401c224cabbdd83ef510a7c71396b25f70c2639ae4fa in /
2022-09-01 23:46:35 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-02 05:22:23 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2022-09-02 05:22:23 UTC/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-09-02 05:22:23 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-09-02 05:22:45 UTC/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl wget ca-certificates fontconfig locales && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*
2022-09-02 05:23:32 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-11.0.16.1+1
2022-09-02 05:24:02 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b6607f28fa2906d612d517f0babe4f0f895aa1c3f901edcddb493e33c1e27364'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.16.1%2B1/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.16.1_1.tar.gz'; ;; armhf|arm) ESUM='2ee7fe636a6a57e4718dfe597e8097b93ef8d976e4b05384433777c9f0526f5a'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.16.1%2B1/OpenJDK11U-jre_arm_linux_hotspot_11.0.16.1_1.tar.gz'; ;; ppc64el|powerpc:common64) ESUM='f76b64b201b64ff37f77f73ead546ebcf2af9862b7cd1a1f4e0e5628e3f6a7fc'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.16.1%2B1/OpenJDK11U-jre_ppc64le_linux_hotspot_11.0.16.1_1.tar.gz'; ;; s390x|s390:64-bit) ESUM='bf01489459135ab0ce1ad346a56f0dfeb2d6fe4e59854ef76a6bb989ac403f91'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.16.1%2B1/OpenJDK11U-jre_s390x_linux_hotspot_11.0.16.1_1.tar.gz'; ;; amd64|i386:x86-64) ESUM='1ffe1a682e8179e35238bf3f93aba0cb185850e202c676f41d38cb0561883eda'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.16.1%2B1/OpenJDK11U-jre_x64_linux_hotspot_11.0.16.1_1.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 /tmp/openjdk.tar.gz; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump;
2022-09-02 05:24:03 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 java --version && java --version && echo Complete.
2022-09-03 17:52:54 UTC (dependencies)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (snapshot dependencies)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (resources)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (classes)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (extra files)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (extra files)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (extra files)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC
316 MB
/opt/java/openjdk
JAVA_VERSIONjdk-11.0.16.1+1
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:00f50047d6061c27e70588a5aab89adada756e87d782a6c6bd08b4139eb8ea10 - 8.56% (27.1 MB)
[#001] sha256:2cdb549d469a383cfda4a1db7a2dd57a269b1b7a2325cbf0e9d8f5c604a72eed - 3.74% (11.8 MB)
[#002] sha256:7f4e2de83fd0832584ab1379ffe8c12ed166b2406e60b5e297487e5df856f4c9 - 13.51% (42.7 MB)
[#003] sha256:bf3970fa7bb851d635c04498eaedd0112cf0274c4b699bb547b26e4538cb06b5 - 0.0% (159 Bytes)
[#004] sha256:476c76eaf9aee054b7d5b3296a0ce43c4eb6205f6d695d6ba2dcbb03a5825c16 - 35.63% (113 MB)
[#005] sha256:a128f15244258ee31e103bf05031a26c4f855faa4c6ed3d3842403164c9ce742 - 1.42% (4.49 MB)
[#006] sha256:878f9f195e3add444a669b598178b4b3d0a91c2db294e8bd024c41f0688c55dc - 0.03% (107 KB)
[#007] sha256:19647092c97298646644f182548d46054c4d4cdb829b74c5be4f8baed20f14e0 - 0.0% (773 Bytes)
[#008] sha256:d0909ea63e602085e2914cf4af34fdd5924eb150cf0e4da99dd0293423d430e3 - 0.0% (610 Bytes)
[#009] sha256:b65d818f63b0ec52f6cf9224d88ea2a1d2c4c82a64e40c0d6f22edb21a08deef - 0.0% (1.94 KB)
[#010] sha256:c584ab96e53a4869485554a1c41ed865939853970c8608cc5b3ba5d2670adea8 - 37.11% (117 MB)
/bin/sh -c #(nop) ADD file:550e7da19f5f7cef52c6ea160a33daa482f44df086ddecffca8ec9be6385b848 in /
2022-09-02 00:57:52 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-09-02 04:56:06 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/opt/java/openjdk
2022-09-02 04:56:06 UTC/bin/sh -c #(nop) ENV PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2022-09-02 04:56:07 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2022-09-02 04:56:24 UTC/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata curl wget ca-certificates fontconfig locales && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && rm -rf /var/lib/apt/lists/*
2022-09-02 04:57:37 UTC/bin/sh -c #(nop) ENV JAVA_VERSION=jdk-11.0.16.1+1
2022-09-02 04:58:16 UTC/bin/sh -c set -eux; ARCH="$(dpkg --print-architecture)"; case "${ARCH}" in aarch64|arm64) ESUM='b6607f28fa2906d612d517f0babe4f0f895aa1c3f901edcddb493e33c1e27364'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.16.1%2B1/OpenJDK11U-jre_aarch64_linux_hotspot_11.0.16.1_1.tar.gz'; ;; armhf|arm) ESUM='2ee7fe636a6a57e4718dfe597e8097b93ef8d976e4b05384433777c9f0526f5a'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.16.1%2B1/OpenJDK11U-jre_arm_linux_hotspot_11.0.16.1_1.tar.gz'; ;; ppc64el|powerpc:common64) ESUM='f76b64b201b64ff37f77f73ead546ebcf2af9862b7cd1a1f4e0e5628e3f6a7fc'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.16.1%2B1/OpenJDK11U-jre_ppc64le_linux_hotspot_11.0.16.1_1.tar.gz'; ;; s390x|s390:64-bit) ESUM='bf01489459135ab0ce1ad346a56f0dfeb2d6fe4e59854ef76a6bb989ac403f91'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.16.1%2B1/OpenJDK11U-jre_s390x_linux_hotspot_11.0.16.1_1.tar.gz'; ;; amd64|i386:x86-64) ESUM='1ffe1a682e8179e35238bf3f93aba0cb185850e202c676f41d38cb0561883eda'; BINARY_URL='https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.16.1%2B1/OpenJDK11U-jre_x64_linux_hotspot_11.0.16.1_1.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 /tmp/openjdk.tar.gz; find "$JAVA_HOME/lib" -name '*.so' -exec dirname '{}' ';' | sort -u > /etc/ld.so.conf.d/docker-openjdk.conf; ldconfig; java -Xshare:dump;
2022-09-02 04:58:17 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 java --version && java --version && echo Complete.
2022-09-03 17:52:54 UTC (dependencies)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (snapshot dependencies)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (resources)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (classes)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (extra files)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (extra files)jib-gradle-plugin:3.3.0
2022-09-03 17:52:54 UTC (extra files)jib-gradle-plugin:3.3.0
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.