Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi,
Quarkus recommended image for Java 17 (ubi8/openjdk-17) extends from the ubi8-minimal, which have a lot of restrictions in terms of package manager (comes with microdnf instead of yum). Tried to install yum using microdnf because we need whois installed in our Quarkus image, but unfortunately it doesn't work well as it doesn't have many repositories, only finds jwhois and jwhois doesn't work at all.
Anyone had luck using a full redhat distribution that comes with yum? We are migrating from the old centos7 images after moving from Jersey+Java8 to Quarkus+Java17 and this is our main pain.
Beta Was this translation helpful? Give feedback.
All reactions