File tree 2 files changed +3
-3
lines changed
spring-boot-3.2-docker-image-with-crac
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ FROM base as build
12
12
RUN apt-get update && \
13
13
apt-get -y install sudo maven
14
14
15
- RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo
15
+ # RUN useradd -m docker && echo "docker:docker" | chpasswd && adduser docker sudo
16
16
RUN sudo chown root:root $JAVA_HOME/lib/criu
17
17
RUN sudo chmod u+s $JAVA_HOME/lib/criu
18
18
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-crac-custom-docker-image:v1
182
+ ImageUri : !Sub ${AWS::AccountId}.dkr.ecr.eu-central-1.amazonaws.com/aws-spring-boot-3.2-java21-with- crac-custom-docker-image:v1
183
183
ImageConfig :
184
184
Command : ["org.springframework.cloud.function.adapter.aws.FunctionInvoker::handleRequest"]
185
185
Environment :
@@ -221,7 +221,7 @@ 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-crac-custom-docker-image:v1
224
+ ImageUri : !Sub ${AWS::AccountId}.dkr.ecr.eu-central-1.amazonaws.com/aws-spring-boot-3.2-java21-with- crac-custom-docker-image:v1
225
225
ImageConfig :
226
226
Command : ["org.springframework.cloud.function.adapter.aws.FunctionInvoker::handleRequest"]
227
227
Environment :
You can’t perform that action at this time.
0 commit comments