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.
2 parents 7ff0f75 + 5c0e096 commit 9638a74Copy full SHA for 9638a74
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM ghcr.io/navikt/baseimages/temurin:21-appdynamics
2
-ENV APPD_ENABLED=true
3
-
4
-COPY java-debug.sh /init-scripts/08-java-debug.sh
+FROM gcr.io/distroless/java17-debian12
+USER nonroot
5
6
COPY build/libs/app.jar app.jar
+
+CMD ["app.jar"]
0 commit comments