Skip to content

Commit 6bccaec

Browse files
authored
chore: update graalvm container images to 22.3.3 (#2212)
* chore: update graalvm container images to 22.3.3
1 parent 25957d3 commit 6bccaec

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.kokoro/presubmit/graalvm-native-17-downstream.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.2"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.3"
77
}

.kokoro/presubmit/graalvm-native-downstream.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.3"
77
}

renovate.json

+8
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@
4949
],
5050
"depNameTemplate": "io.grpc:grpc-core",
5151
"datasourceTemplate": "maven"
52+
},
53+
{
54+
"customType": "regex",
55+
"fileMatch": ["^.kokoro/presubmit/graalvm-native.*.cfg$"],
56+
"matchStrings": ["value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm:(?<currentValue>.*?)\"",
57+
"value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm17:(?<currentValue>.*?)\""],
58+
"depNameTemplate": "ghcr.io/graalvm/graalvm-ce",
59+
"datasourceTemplate": "docker"
5260
}
5361
],
5462
"packageRules": [

0 commit comments

Comments
 (0)