Namespace
azul
Image / Tag
zulu-openjdk:11.0.26-11.78-jre-headless-x86
Content Digest
sha256:fc33729fb91b07d74934d245f15474647212b718475c187d6cfcd52938846925
Details
Created

2025-04-15 20:08:41 UTC

Size

97.2 MB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
JAVA_HOME

/usr/lib/jvm/zulu11

LANG

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:30a9c22ae099393b0131322d7f50d8a9d7cd06c5e518cd27a19ac960a4d0aba3 - 28.97% (28.2 MB)

[#001] sha256:ced605d1a4e277482357503c3188f57dd1814147583959943639279a3beb633b - 71.03% (69 MB)


History
2025-04-07 07:24:14 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-04-07 07:24:14 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-04-07 07:24:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-04-07 07:24:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=22.04

2025-04-07 07:24:17 UTC

/bin/sh -c #(nop) ADD file:433cf0b8353e08be3a6582ad5947c57a66bdbb842ed3095246a1ff6876d157f1 in /

2025-04-07 07:24:18 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-04-15 20:08:41 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2025-04-15 20:08:41 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -ex && apt-get -qq update && apt-get -qq -y --no-install-recommends install gnupg ca-certificates locales curl tzdata && echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen en_US.UTF-8 && curl -s https://repos.azul.com/azul-repo.key | gpg --dearmor -o /usr/share/keyrings/azul.gpg && echo "deb [signed-by=/usr/share/keyrings/azul.gpg] https://repos.azul.com/zulu/deb stable main" > /etc/apt/sources.list.d/zulu.list && apt-get -qq update && echo "Package: zulu11-*\nPin: version 11.0.26-*\nPin-Priority: 1001" > /etc/apt/preferences && apt-get -qq -y --no-install-recommends install zulu11-jre-headless=11.0.26-* && apt-get -qq -y purge --auto-remove gnupg ca-certificates curl && apt-get -qq -y dist-upgrade && apt-get -qq -y autoremove && apt-get -qq clean && rm -rf /var/lib/apt/lists/* # buildkit

2025-04-15 20:08:41 UTC (buildkit.dockerfile.v0)

ENV JAVA_HOME=/usr/lib/jvm/zulu11

Danger Zone
Delete Tag

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.

Delete