You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that's because the Mandrel image used (default to registry.access.redhat.com/quarkus/mandrel-22-rhel9:22.3-4) is based on RHEL 8, and those contain glibc 2.28-189.5 (see). It works well on my F37 machine. I have glibc 2.36-9.
Maybe we could have RHEL 9-based images as well? That would make this work.
Yes, but we need to find a proper way to provide both (probably with ubi:9 in the image name or tag). Unfortunately it will make the maintenance a bit more cumbersome., and the migration annoying once we abandon ubi:8 and the tag gets reverted.
Hi. I'm trying to build the Quarkus app with the wasmtime-java 0.14.0 library. The application works, but the native image build fails with:
Here's my failing job: https://github.com/openshift-knative/showcase/actions/runs/4737898308/jobs/8411183414?pr=24
I think that's because the Mandrel image used (default to
registry.access.redhat.com/quarkus/mandrel-22-rhel9:22.3-4
) is based on RHEL 8, and those contain glibc 2.28-189.5 (see). It works well on my F37 machine. I have glibc 2.36-9.Maybe we could have RHEL 9-based images as well? That would make this work.
Here's a PR with reproduction: https://github.com/cardil/openshift-knative-showcase/tree/117b06d539784971e875e5fb65197119a4275ee6
The text was updated successfully, but these errors were encountered: