File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY src ./src/
55
66RUN mvn clean package -DskipTests -ntp && mv target/store-spring-1.0.0-exec.jar store-spring.jar
77
8- FROM public.ecr.aws/docker/library/amazoncorretto:25 -al2023
8+ FROM public.ecr.aws/docker/library/amazoncorretto:26 -al2023
99
1010RUN yum install -y shadow-utils
1111
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN export JAVA_TOOL_OPTIONS="-Djdk.lang.Process.launchMechanism=vfork" && \
2525 --no-header-files --no-man-pages --output custom-jre \
2626 --add-modules $(cat jre-deps.info)
2727
28- FROM public.ecr.aws/docker/library/amazoncorretto:25 -al2023
28+ FROM public.ecr.aws/docker/library/amazoncorretto:26 -al2023
2929
3030RUN yum install -y shadow-utils
3131
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN mvn clean package -DskipTests -ntp && \
77 mv target/store-spring-1.0.0-exec.jar store-spring.jar && \
88 java -Djarmode=layertools -jar store-spring.jar extract
99
10- FROM public.ecr.aws/docker/library/amazoncorretto:25 -al2023
10+ FROM public.ecr.aws/docker/library/amazoncorretto:26 -al2023
1111
1212RUN yum install -y shadow-utils
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ RUN mvn clean package -DskipTests -ntp \
77 -Dspring-boot.aot.enabled=true && \
88 mv target/store-spring-1.0.0-exec.jar app.jar
99
10- FROM public.ecr.aws/docker/library/amazoncorretto:25 -al2023 AS trainer
10+ FROM public.ecr.aws/docker/library/amazoncorretto:26 -al2023 AS trainer
1111
1212COPY --from=builder app.jar app.jar
1313
@@ -55,7 +55,7 @@ RUN set -e; \
5555 ${OPTS} ${MAIN_CLASS} || true && \
5656 test -s /opt/app/app.aot
5757
58- FROM public.ecr.aws/docker/library/amazoncorretto:25 -al2023
58+ FROM public.ecr.aws/docker/library/amazoncorretto:26 -al2023
5959
6060RUN yum install -y shadow-utils && \
6161 groupadd --system spring -g 1000 && \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COPY src ./src/
1515ENV MAVEN_OPTS='-Xmx8g'
1616RUN bash -c "source $HOME/.sdkman/bin/sdkman-init.sh && mvn -DskipTests -ntp clean package -Pnative"
1717
18- FROM public.ecr.aws/docker/library/amazoncorretto:25 -al2023
18+ FROM public.ecr.aws/docker/library/amazoncorretto:26 -al2023
1919
2020RUN yum install -y shadow-utils
2121
You can’t perform that action at this time.
0 commit comments