2023-07-19 05:16:52 UTC
103 MB
/usr/lib/jvm/zulu20
LANGen_US.UTF-8
LANGUAGEen_US:en
LC_ALLen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:3153aa388d026c26a2235e1ed0163e350e451f41a8a313e1804d7e1afb857ab4 - 27.42% (28.2 MB)
[#001] sha256:ba44b6a32e1a78fdbc4e714517500818066024e18f8392ea0a1af3848dfbd0f4 - 72.58% (74.5 MB)
/bin/sh -c #(nop) ARG RELEASE
2023-06-28 08:37:40 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2023-06-28 08:37:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2023-06-28 08:37:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04
2023-06-28 08:37:42 UTC/bin/sh -c #(nop) ADD file:140fb5108b4a2861b5718ad03b4a5174bba03589ea8d4c053e6a0b282f439ff3 in /
2023-06-28 08:37:42 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2023-07-19 05:15:34 UTC/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
2023-07-19 05:15:34 UTC/bin/sh -c #(nop) ARG ZULU_REPO_VER=1.0.0-3
2023-07-19 05:15:35 UTC/bin/sh -c #(nop) ARG ZULU_REPO_SHA256=d08d9610c093b0954c6b278ecc628736e303634331641142fa5096396201f49c
2023-07-19 05:16:52 UTC|2 ZULU_REPO_SHA256=d08d9610c093b0954c6b278ecc628736e303634331641142fa5096396201f49c ZULU_REPO_VER=1.0.0-3 /bin/sh -c apt-get -qq update && apt-get -qq -y --no-install-recommends install gnupg software-properties-common locales curl tzdata && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0xB1998361219BD9C9 && curl -sLO https://cdn.azul.com/zulu/bin/zulu-repo_${ZULU_REPO_VER}_all.deb && echo "${ZULU_REPO_SHA256} zulu-repo_${ZULU_REPO_VER}_all.deb" | sha256sum --strict --check - && dpkg -i zulu-repo_${ZULU_REPO_VER}_all.deb && apt-get -qq update && echo "Package: zulu20-*\nPin: version 20.0.1-*\nPin-Priority: 1001" > /etc/apt/preferences && apt-get -qq -y --no-install-recommends install zulu20-jre-headless=20.0.1-* && apt-get -qq -y purge --auto-remove gnupg software-properties-common curl && rm -rf /var/lib/apt/lists/* zulu-repo_${ZULU_REPO_VER}_all.deb
2023-07-19 05:16:52 UTC/bin/sh -c #(nop) ENV JAVA_HOME=/usr/lib/jvm/zulu20
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.