• Joined on 2024-12-14

tulilogin (test)

Published 2025-06-15 19:33:24 +02:00 by Tulis

Installation

docker pull git.tulisiowice.top/tulis/tulilogin:test
sha256:ed4dcae67d4d921c066683c902290ebd2d496c76dd52e1912c2135ac26008020

Image Layers

COPY /rootfs/ / # buildkit
CMD ["/bin/bash"]
ARG version=21.0.7.6-1
RUN |1 version=21.0.7.6-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/TuliLogin-0.0.1-SNAPSHOT.jar . # buildkit
COPY static static/. # buildkit
ENTRYPOINT ["java" "-jar" "TuliLogin-0.0.1-SNAPSHOT.jar"]

Labels

Key Value
authors Kajetan
Details
Container
2025-06-15 19:33:24 +02:00
0
OCI / Docker
linux/amd64
245 MiB
Versions (3) View all
dev2 2025-09-22
dev 2025-09-22
test 2025-06-15