Skip to content

Commit 7d13c18

Browse files
authored
Bytte til sif-baseimage (#161)
1 parent 19d30be commit 7d13c18

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
FROM ghcr.io/navikt/baseimages/temurin:21
1+
FROM ghcr.io/navikt/sif-baseimages/java:21-202502070902Z
22

33
LABEL org.opencontainers.image.source=https://github.com/navikt/ung-sak
44

5-
RUN mkdir /app/lib
6-
RUN mkdir /app/conf
7-
85
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 "
96

107
# Config

0 commit comments

Comments
 (0)