File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
powertools-e2e-tests/src/test/resources/docker Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 4848 environment : E2E
4949 strategy :
5050 fail-fast : false
51- max-parallel : 3
51+ max-parallel : 4
5252 matrix :
5353 java :
5454 - 11
8282 environment : E2E
8383 strategy :
8484 fail-fast : false
85- max-parallel : 3
85+ max-parallel : 1
8686 matrix :
8787 java :
88- - 11
89- - 17
90- - 21
9188 - 25
9289
9390 steps :
Original file line number Diff line number Diff line change 1- # Use the official AWS SAM base image for Java 21
2- FROM public.ecr.aws/sam/build-java21 @sha256:ced538830c78a0f45f91abe5f7963cb73005ad933aee7dd1160bd77d9fd3c4f3
1+ # Use the official AWS SAM base image for Java 25
2+ FROM public.ecr.aws/sam/build-java25 @sha256:2ef9e5b950cc79489691be16c7edff904bf196955633dc7fbbc282a1ea421ba8
33
44# Install GraalVM dependencies
5- RUN curl -4 -L https://download.oracle.com/graalvm/21 /latest/graalvm-jdk-21_linux -x64_bin.tar.gz | tar -xvz
6- RUN mv graalvm-jdk-21 .* /usr/lib/graalvm
5+ RUN curl -4 -L https://download.oracle.com/graalvm/25 /latest/graalvm-jdk-25_linux -x64_bin.tar.gz | tar -xvz
6+ RUN mv graalvm-jdk-25 .* /usr/lib/graalvm
77
88# Make native image and mvn available on CLI
99RUN ln -s /usr/lib/graalvm/bin/native-image /usr/bin/native-image
You can’t perform that action at this time.
0 commit comments