Block a user
tuligeografia (latest)
Published 2025-10-20 18:33:36 +02:00 by Tulis
Installation
docker pull git.tulisiowice.top/tulis/tuligeografia:latestsha256:630c046e3fc38b5ea3abf9126666f279af134100973c0e899115fe102ef5a8b6Image 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 panstwa.xlsx . # buildkit |
| COPY target/TuliGeografia-0.0.1-SNAPSHOT.jar . # buildkit |
| ENTRYPOINT ["java" "-jar" "TuliGeografia-0.0.1-SNAPSHOT.jar"] |
Labels
| Key | Value |
|---|---|
| authors | Kajetan |