Supervised Installation Question

Hi :wave:

I’m currently running Home Assistant Supervised on a Debian OS of which I have followed: Install Home Assistant Supervised

I have noticed when running docker ps that the homeassistant container is running QEMU:

http://ghcr.io/home-assistant/qemux86-64-homeassistant:2023.11.2

But on Docker Hub I do see that homeassistant/amd64-homeassistant:2023.11.2 is available.

Does anyone know if there are any major differences between the two?

At the moment, Home Assistant is running on VMware vSphere (Intel(R) Core™ i5-8500T)

The only issue I have from time to time, is HOAS complaining about Docker Privileged. Which is fixed by a whole VM reboot.

The qrmu version contains the qrmu guest client package, which the amd64 might not.
The qrmu guest client package contains tools for qrmu to sync clock, detect running state of guestOS and to make sent a shutdown command to the GuestOS instead of just cutting the power, among other things.

:thinking: So the QEMU package is technically better for running on hypervisors

Fot qemu-based systems, yes.
For Hyper-V, maybe not.

I guess there could be more drivers loaded for hypervisors on the qemu version.