• About Me
  • Impressum
  • Privacy
  • Status Page

№42

... it's better to have good questions

macOS with Apple Silicon and x86-64-v3 support

October 22, 2025 1 min read How-To Technology Container Ronny Trommer

I’m maintaining container images in the OpenNMS ecosystem. My local machine is a Mac with Apple Silicon. While I was upgrading some base images using RHEL UBI 10 / CentOS 10 images, I noticed the following error message.

0.112 Fatal glibc error: CPU does not support x86-64-v3

That happens if you try to run on an emulated x86 architecture running on ARM. After some investigation, I’ve found an article in the Red Hat developer forum talking about upgrading the Microarchitecture level from v2 to v3. The problem introduced is that v3 isn’t supported. I’m using Orbstack and you can reproduce this problem simply running the following docker command.

docker run --platform=linux/amd64 --rm -it registry.access.redhat.com/ubi10/ubi:10.0
Unable to find image 'registry.access.redhat.com/ubi10/ubi:10.0' locally
10.0: Pulling from ubi10/ubi
af063699af1c: Pull complete
Digest: sha256:9bd3aebdfdf6eebb6a18541d838cac9e9a35d2f807aa8e36d9518978cc86371f
Status: Downloaded newer image for registry.access.redhat.com/ubi10/ubi:10.0
Fatal glibc error: CPU does not support x86-64-v3

When you start a CentOS 10 virtual machine with the x86-64 emulation, you get the following error message.

orbstack-error

You can fix it by changing the underlying emulation QEMU by disabling Rosetta.

orbstack-compatibility

The Rosetta emulation only supports instructions within Microarchitecture level v2. There is some performance penalty with it because Rosetta is faster.

So long …

Containers Orbstack Docker Rhel Centos
Latest posts
  • Why You Should Care About Your Release Notes
  • How Docker Broke the Internet for Me
  • macOS with Apple Silicon and x86-64-v3 support
  • Streaming telemetry with gNMI
  • Go away or I replace you with a Makefile
  • SNMP Proxy ... wait what?
  • Hackathon on BGP monitoring using BMP in OpenNMS
  • Dealing with secrets in OpenNMS Horizon
  • Building container images for OpenNMS
  • Hello Containerlab with Orbstack
Categories
  • OpenNMS (27)
  • Technology (26)
  • How-To (23)
  • Monitoring (13)
  • Container (8)
  • Tutorial (8)
  • Events (6)
  • Open-Source (6)
  • BGP (2)
  • Networking (2)
Social media
© 2025 made in 🇪🇺 by Ronny Trommer with ❤️ for Open Source
Bilberry Hugo Theme