File tree Expand file tree Collapse file tree 5 files changed +8
-48
lines changed
powertools-examples-core-utilities/sam-graalvm
powertools-examples-parameters/sam-graalvm
powertools-examples-serialization/sam-graalvm Expand file tree Collapse file tree 5 files changed +8
-48
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,13 @@ updates:
9
9
10
10
- package-ecosystem : docker
11
11
directories :
12
- - " /powertools-e2e-tests"
13
- - " /examples "
14
- labels : [ ]
12
+ - " /powertools-e2e-tests/src/test/resources/docker "
13
+ - " /docs "
14
+ - " /examples/** "
15
15
schedule :
16
16
interval : daily
17
+ commit-message :
18
+ prefix : chore
17
19
18
20
- package-ecosystem : " maven"
19
21
directory : " /"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Use the official AWS SAM base image for Java 21
2
- FROM public.ecr.aws/sam/build-java21:latest
2
+ FROM public.ecr.aws/sam/build-java21@sha256:a5554d68374e19450c6c88448516ac95a9acedc779f318040f5c230134b4e461
3
3
4
4
# Install GraalVM dependencies
5
5
RUN curl -4 -L curl https://download.oracle.com/graalvm/21/latest/graalvm-jdk-21_linux-x64_bin.tar.gz | tar -xvz
Original file line number Diff line number Diff line change 1
1
# Use the official AWS SAM base image for Java 21
2
- FROM public.ecr.aws/sam/build-java21:latest
2
+ FROM public.ecr.aws/sam/build-java21@sha256:a5554d68374e19450c6c88448516ac95a9acedc779f318040f5c230134b4e461
3
3
4
4
# Install GraalVM dependencies
5
5
RUN curl -4 -L curl https://download.oracle.com/graalvm/21/latest/graalvm-jdk-21_linux-x64_bin.tar.gz | tar -xvz
Original file line number Diff line number Diff line change 1
1
# Use the official AWS SAM base image for Java 21
2
- FROM public.ecr.aws/sam/build-java21:latest
2
+ FROM public.ecr.aws/sam/build-java21@sha256:a5554d68374e19450c6c88448516ac95a9acedc779f318040f5c230134b4e461
3
3
4
4
# Install GraalVM dependencies
5
5
RUN curl -4 -L curl https://download.oracle.com/graalvm/21/latest/graalvm-jdk-21_linux-x64_bin.tar.gz | tar -xvz
You can’t perform that action at this time.
0 commit comments