porcelli commented on code in PR #2051: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/2051#discussion_r1933628381
########## kogito-quarkus-examples/kogito-travel-agency/extended/travels/src/main/docker/Dockerfile.jvm: ########## @@ -14,13 +14,11 @@ # docker run -i --rm -p 8080:8080 quarkus/kogito-travel-agency-travels-jvm # ### -FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/openjdk-17:1.20 +FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/openjdk-17-runtime:latest Review Comment: i'm little uneasy on the `latest` use here; a most recent version of JDK 17 could break something with 10.. as we don't have CI in place... this would be noticed only by users... -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
