• Joined on 2024-12-14

rafalbirth (2025)

Published 2025-07-27 19:01:30 +00:00 by Tulis

Installation

docker pull git.tulisiowice.top/tulis/rafalbirth:2025
sha256:b253959cc1364f18a8c4271411ea96f361bee0aa56b658c947502ef4d75c31b7

Image Layers

COPY /rootfs/ / # buildkit
CMD ["/bin/bash"]
ARG version=21.0.8.9-1
RUN |1 version=21.0.8.9-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-21-amazon-corretto-devel-$version && (find /usr/lib/jvm/java-21-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-21-amazon-corretto
LABEL authors=Kajetan
COPY target/CatBoyDay-0.0.1-SNAPSHOT.jar CatBoyDay-0.0.1-SNAPSHOT.jar # buildkit
ENTRYPOINT ["java" "-jar" "CatBoyDay-0.0.1-SNAPSHOT.jar"]

Labels

Key Value
authors Kajetan
Details
Container
2025-07-27 19:01:30 +00:00
3
OCI / Docker
linux/amd64
241 MiB
Versions (1) View all
2025 2025-07-27