amazoncorretto (latest)

Published 2025-03-27 13:44:05 +01:00 by archive

Installation

docker pull git.eplg.services/archive/amazoncorretto:latest
sha256:cb4ae051d2d8a6b711eb13437f2723764dd46337e7830ba95561abc221a0c4bc

Image layers

COPY /rootfs/ / # buildkit
CMD ["/bin/bash"]
ARG version=1.8.0_442.b06-1
RUN |1 version=1.8.0_442.b06-1 /bin/sh -c set -eux && export GNUPGHOME="$(mktemp -d)" && curl -fL -o corretto.key https://yum.corretto.aws/corretto.key && gpg --batch --import corretto.key && gpg --batch --export --armor '6DC3636DAE534049C8B94623A122542AB04F24E3' > corretto.key && rpm --import corretto.key && rm -r "$GNUPGHOME" corretto.key && curl -fL -o /etc/yum.repos.d/corretto.repo https://yum.corretto.aws/corretto.repo && grep -q '^gpgcheck=1' /etc/yum.repos.d/corretto.repo && echo "priority=9" >> /etc/yum.repos.d/corretto.repo && yum install -y java-1.8.0-amazon-corretto-devel-$version && (find /usr/lib/jvm/java-1.8.0-amazon-corretto -name src.zip -delete || true) && yum install -y fontconfig && yum clean all # buildkit
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto
Details
Container
2025-03-27 13:44:05 +01:00
0
OCI / Docker
linux/amd64
132 MiB
Versions (1) View all
latest 2025-03-27