JiriOndrusek commented on code in PR #563: URL: https://github.com/apache/camel-quarkus-examples/pull/563#discussion_r3901406380
########## aws-lambda/src/main/docker/Dockerfile.jvm: ########## @@ -96,7 +96,7 @@ # You can find more information about the UBI base runtime images and their configuration here: # https://rh-openjdk.github.io/redhat-openjdk-containers/ ### -FROM registry.access.redhat.com/ubi9/openjdk-25-runtime:1.24 +FROM registry.access.redhat.com/ubi9/openjdk-21-runtime:1.24 Review Comment: > > So perhaps the commit bumped it to j25 wrongly, WDYT @jamesnetherton ([718e498](https://github.com/apache/camel-quarkus-examples/commit/718e498df4e61681ec89708904f4214cec62cce8)) > > I guess it's because we don't pass `javaVersion` to the plugin execution, so it just defaults to JDK release that ran the command. Previously I ran it with 25, I guess @JiriOndrusek ran with 21. Yes, i run it with j 21. So I'll rerun wth j25 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
