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 962a6e8 commit 0ef60ecCopy full SHA for 0ef60ec
spring-boot-3.2-docker-image-with-crac/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM azul/zulu-openjdk-alpine:21-latest as base
+FROM azul/zulu-openjdk:21-jdk-crac-latest as base
2
3
# Configure the build environment
4
FROM base as build
spring-boot-3.2-docker-image-with-crac/template.yaml
@@ -15,7 +15,7 @@ Globals:
15
MemorySize: 1024
16
Environment:
17
Variables:
18
- JAVA_TOOL_OPTIONS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
+ JAVA_TOOL_OPTIONS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Dspring.context.checkpoint=onRefresh -XX:CRaCCheckpointTo=./tmp"
19
MAIN_CLASS: software.amazonaws.Application
20
PRODUCT_TABLE_NAME: !Ref ProductsTable
21
0 commit comments