nise-backend (latest)

Published 2025-11-05 23:56:52 +00:00 by Stedos in Stedos/nise

Installation

docker pull code.stedos.dev/stedos/nise-backend:latest
sha256:80d8196c2021b9a687d10e9226452ea86e0453bdab8107ca983713fb10aaf386

Image Layers

COPY dir:9acefc3d435d9504bd7fba575b2c4ee96a407449bf3ba0c2338d49d9a97b2a5a in /
CMD ["/bin/bash"]
ARG version=21.0.2.14-1
|1 version=21.0.2.14-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
ENV LANG=C.UTF-8
ENV JAVA_HOME=/usr/lib/jvm/java-21-amazon-corretto
COPY dir:5882f9de8a9a59a6c71f278a9eaa4b6455a6c1a39d61b899053f13a8b8e9b3d7 in ./
COPY dir:a17c08b50665367ec09489b44bca0532a2b4a0315c1787f5283ab94c38f9b9db in ./
COPY dir:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef in ./
COPY dir:70eee5a6e724fb71b727dfb24d366cec8382395a08ccb223c898e375b81fac12 in ./
ENTRYPOINT ["java", "-Xms1g", "-Xmx4g", "org.springframework.boot.loader.launch.JarLauncher"]

Labels

Key Value
io.buildah.version 1.40.1
Details
Container
2025-11-05 23:56:52 +00:00
31
OCI / Docker
linux/amd64
333 MiB
Versions (1) View all
latest 2025-11-05