Skip to content

Commit

Permalink
chore: update graalvm container images to 22.3.3 (#2212)
Browse files Browse the repository at this point in the history
* chore: update graalvm container images to 22.3.3
  • Loading branch information
mpeddada1 authored Oct 30, 2023
1 parent 25957d3 commit 6bccaec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-17-downstream.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.2"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm17:22.3.3"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/graalvm-native-downstream.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# Configure the docker image for kokoro-trampoline.
env_vars: {
key: "TRAMPOLINE_IMAGE"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.2"
value: "gcr.io/cloud-devrel-kokoro-resources/graalvm:22.3.3"
}
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
],
"depNameTemplate": "io.grpc:grpc-core",
"datasourceTemplate": "maven"
},
{
"customType": "regex",
"fileMatch": ["^.kokoro/presubmit/graalvm-native.*.cfg$"],
"matchStrings": ["value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm:(?<currentValue>.*?)\"",
"value: \"gcr.io/cloud-devrel-kokoro-resources/graalvm17:(?<currentValue>.*?)\""],
"depNameTemplate": "ghcr.io/graalvm/graalvm-ce",
"datasourceTemplate": "docker"
}
],
"packageRules": [
Expand Down

0 comments on commit 6bccaec

Please sign in to comment.