File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-3.2-docker-image-with-crac Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ Resources:
179
179
180
180
Properties :
181
181
PackageType : Image
182
- ImageUri : !Sub ${AWS::AccountId}.dkr.ecr.eu-central-1.amazonaws.com/aws-spring-boot-3.2-java21-with- crac-custom-docker-image:v1
182
+ ImageUri : !Sub ${AWS::AccountId}.dkr.ecr.eu-central-1.amazonaws.com/aws-spring-boot-3.2-java21-crac-custom-docker-image:v1
183
183
ImageConfig :
184
184
Command : ["org.springframework.cloud.function.adapter.aws.FunctionInvoker::handleRequest"]
185
185
Environment :
@@ -221,12 +221,12 @@ Resources:
221
221
Type : AWS::Serverless::Function
222
222
Properties :
223
223
PackageType : Image
224
- ImageUri : !Sub ${AWS::AccountId}.dkr.ecr.eu-central-1.amazonaws.com/aws-spring-boot-3.2-java21-with- crac-custom-docker-image:v1
224
+ ImageUri : !Sub ${AWS::AccountId}.dkr.ecr.eu-central-1.amazonaws.com/aws-spring-boot-3.2-java21-crac-custom-docker-image:v1
225
225
ImageConfig :
226
226
Command : ["org.springframework.cloud.function.adapter.aws.FunctionInvoker::handleRequest"]
227
227
Environment :
228
228
Variables :
229
- JAVA_TOOL_OPTIONS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
229
+ JAVA_TOOL_OPTIONS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Dspring.context.checkpoint=onRefresh -XX:CRaCCheckpointTo=/mnt/msg/crac "
230
230
SPRING_CLOUD_FUNCTION_DEFINITION : createProductHandler
231
231
FunctionName : PutProductWithSpringBoot32Java21DockerImageWithCRaC
232
232
Policies :
You can’t perform that action at this time.
0 commit comments