porcelli commented on code in PR #2051: URL: https://github.com/apache/incubator-kie-kogito-examples/pull/2051#discussion_r1933629162
########## kogito-quarkus-examples/kogito-travel-agency/extended/travels/src/main/docker/Dockerfile.native: ########## @@ -14,7 +14,7 @@ # docker run -i --rm -p 8080:8080 quarkus/using-kogito # ### -FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi-minimal:9.4 +FROM --platform=linux/amd64 registry.access.redhat.com/ubi9/ubi-minimal:latest Review Comment: same concern about use of `:latest` here - it feels like a snapshot dependency. I think it should be fixed -- 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]
