Sign inSign up
azul-zulu logo

azul-zulu:8.96-8.0.502-jre-headless-almalinux10

Multi-platform
Also known as:
8-jre-headless-almalinux
8-jre-headless-almalinux10
Languages & frameworks
Index digest

sha256:ed1e8d5978258e6eafdbb8fc45657daa17d1eaeb16a6ab41cd3b8e214eea07d4

OS/ARCH

Compressed size

110.08 MB

Last pushed

about 2 months by doijanky

Type

Image

Vulnerabilities

No Vulnerabilities Found

Manifest digest

sha256:fd8bba0d82abad63c1e303223c416adae4cf873c3502c2334c3d71725dc6600a

Layers (7)

almalinux:10
0
0
0
0
0
azul-zulu:8.96-8.0.502-jre-headless-almalinux10
0
0
0
0
0

2

ARG REPO_HOST=repos.azul.com

0 B


3

ENV LANG=C.UTF-8

0 B


4

RUN |1 REPO_HOST=repos.azul.com /bin/sh -c set -eux; dnf install -y --setopt=install_weak_deps=False gnupg2; curl -fsSL https://repos.azul.com/azul-repo.key -o /tmp/azul-repo.key; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --import /tmp/azul-repo.key; gpg --batch --export --armor '27BC0C8CB3D81623F59BDADCB1998361219BD9C9' > /etc/pki/rpm-gpg/RPM-GPG-KEY-azul; gpgconf --kill all; rm -rf "$GNUPGHOME"; rm /tmp/azul-repo.key; printf '%s\n' '[zulu-openjdk]' 'name=zulu-openjdk - Azul Systems Inc., Zulu packages' "baseurl=https://$REPO_HOST/zulu/rpm" 'enabled=1' 'gpgcheck=1' 'gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-azul' > /etc/yum.repos.d/zulu-openjdk.repo; dnf install -y --setopt=install_weak_deps=False fontconfig zulu8-jre-headless-8.0.502-1; dnf remove -y gnupg2; dnf clean all; rm -rf /var/cache/dnf; java -version # buildkit

48.28 MB


5

ENV JAVA_HOME=/usr/lib/jvm/zulu8

0 B


6

ENV PATH=/usr/lib/jvm/zulu8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 B