I was able to build my own Docker image based on Red Hat:
version[8.16.1], pid[121], build[tar/ffe992aa682c1968b5df375b5095b3a21f122bf3/2024-11-19T16:00:31.793213192Z], OS[Linux/6.10.14-linuxkit/amd64], JVM[Red Hat, Inc./OpenJDK 64-Bit Server VM/17.0.15/17.0.15+6-LTS]
I use:
FROM sonarqube:2025-lta-developer AS build
On runtime I am getting an error:
2025.05.20 14:16:55 DEBUG web[o.o.x.a.AlgorithmRegistry] AlgorithmDescriptor failed runtime support check: xmldsig-more namespace
java.security.NoSuchAlgorithmException: Algorithm HMACRIPEMD160 not available
at java.base/javax.crypto.Mac.getInstance(Mac.java:190)
at org.opensaml.xmlsec.algorithm.AlgorithmRegistry.checkRuntimeSupports(AlgorithmRegistry.java:322)