Update the graalvm-b base image to `ghcr.io/graalvm/graalvm-ce:ol9-java17-22.3.3-b1` cause the showcase integration test failed: ``` Step #2: [ERROR] com.google.showcase.v1beta1.it.ITHttpAnnotation.testComplianceGroup(String)[4] -- Time elapsed: 0.090 s <<< ERROR! Step #2: com.google.api.gax.rpc.InternalException: Internal Server Error ``` Related commit: https://github.com/googleapis/java-shared-config/pull/877/commits/69325b9beb66f75fdc1bd995a5bf98e92c4d8a7b
Update the graalvm-b base image to
ghcr.io/graalvm/graalvm-ce:ol9-java17-22.3.3-b1cause the showcase integration test failed:Related commit: 69325b9