Replies: 1 comment 1 reply
-
IBM MQ is supported on RHEL 9 from MQ 9.3.0.2 (see System Requirements. The latest UBI 9 image is 9.6-1751286687, which is also tagged |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have been trying to build an MQ 9.3.x.x based image, for which the Dockerfiles in mq-container use Ubi8 as base image. Unfortunately, Ubi8 is flagging High/Critical vulnerabilities - which apparently stem from the version of OpenSSL that is installed as standard on Ubi8 (OpenSSL v1.1.1k), which we haven't been able to overcome.
We have therefore been looking for a 9.3.x.x branch/tag in the mq-container repo that supports Ubi9, but have found that, while many 9.3.x.x versions of MQ officially support RHEL 9/Ubi9, the mq-container's various 9.3.x.x. tags only use Ubi8.
Does anyone have any experience with building a 9.3.x.x Docker container based on Ubi9? Are there any official or unofficial recommendations for which tag to base this on and likely issues that will need addressing?
Beta Was this translation helpful? Give feedback.
All reactions