fantonangeli commented on code in PR #2457:
URL:
https://github.com/apache/incubator-kie-tools/pull/2457#discussion_r1663934141
##########
packages/sonataflow-operator/version/version.go:
##########
@@ -33,8 +33,15 @@ const (
tagVersion = "main"
// Kogito images tag version. Used for data-index and jobs-service
images.
kogitoImagesTagVersion = "999-20240623"
+ // OpenJDK image version
+ openJDKImageVersion = "1.20"
Review Comment:
@tiagobento I used `1.20` as a value following other places in kie-tools and
in the page below I can see it is a real tag:
https://catalog.redhat.com/software/containers/ubi9/openjdk-17/61ee7c26ed74b2ffb22b07f6/history
Anyway I can change it to `1.20-2` or `1.20-2.1719294794` of course.
--
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]