Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 70bb9d2

Browse files
chore: upgrade native image checks to graalvm-22.3.0 (#1718) (#561)
chore: upgrade native image checks to graalvm-22.3.0 Source-Link: https://togithub.com/googleapis/synthtool/commit/5e52896b69b145a3fac6827e4e75e617abdc9dd8 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:27b1b1884dce60460d7521b23c2a73376cba90c0ef3d9f0d32e4bdb786959cfd
1 parent 827fbec commit 70bb9d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/.OwlBot.lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:a57d2ea6d1a77aa96c17ad0850b779ec6295f88b6c1da3d214b2095d140a2066
16+
digest: sha256:27b1b1884dce60460d7521b23c2a73376cba90c0ef3d9f0d32e4bdb786959cfd

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

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

99
env_vars: {

.kokoro/presubmit/graalvm-native.cfg

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

99
env_vars: {

0 commit comments

Comments
 (0)