We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d9098 commit 3264a6eCopy full SHA for 3264a6e
Dockerfile
@@ -1,6 +1,5 @@
1
-FROM gcr.io/distroless/java21-debian12
+FROM ghcr.io/navikt/baseimages/temurin:21
2
+
3
ENV JAVA_OPTS='-XX:MaxRAMPercentage=75'
4
5
COPY build/libs/*.jar ./
-ENV TZ="Europe/Oslo"
-EXPOSE 8080
6
-CMD ["app.jar"]
0 commit comments