Namespace
azul
Image / Tag
zulu-openjdk-alpine:26.0.0-26.28-x86
Content Digest
sha256:9558d80cbb08b3d1ad3a007e5f328548260d80ec64645da9f7fa571597e5b2e1
Details
Created

2026-04-21 04:23:29 UTC

Size

181 MB

Content Digest
Environment
JAVA_HOME

/usr/lib/jvm/zulu26

LANG

en_US.UTF-8

PATH

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


Layers

[#000] sha256:25f1d6b1951ac8eb3740558fe94cb83d377bdadf95fd9f98b50d2e1b96130471 - 1.91% (3.46 MB)

[#001] sha256:27540b6bf60c8599437f15e5947a8dadbdc375de14d56de7f76c4b3ccb5d5a38 - 98.09% (178 MB)


History
2026-04-16 23:53:26 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit

2026-04-16 23:53:26 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-04-21 04:23:29 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2026-04-21 04:23:29 UTC (buildkit.dockerfile.v0)

ARG ZULU_KEY_SHA256=6c6393d4755818a15cf055a5216cffa599f038cd508433faed2226925956509a

2026-04-21 04:23:29 UTC (buildkit.dockerfile.v0)

RUN |1 ZULU_KEY_SHA256=6c6393d4755818a15cf055a5216cffa599f038cd508433faed2226925956509a /bin/sh -c set -ex && apk update && apk upgrade --no-cache && wget --quiet https://cdn.azul.com/public_keys/alpine-signing@azul.com-5d5dc44c.rsa.pub -P /etc/apk/keys/ && echo "${ZULU_KEY_SHA256} /etc/apk/keys/alpine-signing@azul.com-5d5dc44c.rsa.pub" | sha256sum -c - && apk --repository https://repos.azul.com/zulu/alpine --no-cache add zulu26-jdk~=26.0.0 tzdata # buildkit

2026-04-21 04:23:29 UTC (buildkit.dockerfile.v0)

ENV JAVA_HOME=/usr/lib/jvm/zulu26

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