We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d30be commit 7d13c18Copy full SHA for 7d13c18
Dockerfile
@@ -1,10 +1,7 @@
1
-FROM ghcr.io/navikt/baseimages/temurin:21
+FROM ghcr.io/navikt/sif-baseimages/java:21-202502070902Z
2
3
LABEL org.opencontainers.image.source=https://github.com/navikt/ung-sak
4
5
-RUN mkdir /app/lib
6
-RUN mkdir /app/conf
7
-
8
ENV JAVA_OPTS="-XX:+UseParallelGC -XX:MaxRAMPercentage=75.0 -XX:ActiveProcessorCount=4 -Djdk.virtualThreadScheduler.parallelism=8 -Djava.security.egd=file:/dev/./urandom -Duser.timezone=Europe/Oslo "
9
10
# Config
0 commit comments