Skip to content

Commit

Permalink
Tester distroless på nytt, men fjerner unødvendig metric-uthenting av…
Browse files Browse the repository at this point in the history
… feilede tasks - dette håndteres av vakt daglig
  • Loading branch information
charliemidtlyng committed May 6, 2024
1 parent b8affa0 commit 9f89055
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 97 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM ghcr.io/navikt/baseimages/temurin:21
COPY ./target/familie-ef-mottak.jar "app.jar"
FROM gcr.io/distroless/java21-debian12:nonroot
ENV TZ="Europe/Oslo"
COPY target/familie-ef-sak.jar /app/app.jar
ENV JAVA_OPTS="-XX:MaxRAMPercentage=75"
CMD ["-jar", "/app/app.jar"]

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 9f89055

Please sign in to comment.