Is QMEU enabled for Linux runners for docker buildx? #793
-
I would like to do But before we do that, do you enable QMEU on kernel-side of the Linux/macOS runners? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey Andrei, For privileged containers Cirrus spins up a GCP VM with nested virtualization enabled but regular Right now the KVM flavored Will you need any other packages? |
Beta Was this translation helpful? Give feedback.
Hey Andrei,
For privileged containers Cirrus spins up a GCP VM with nested virtualization enabled but regular
docker_builder
doesn't have nested virtualization enabled. It's a matter of a flag being added on our side. 🤔 So the answer to your question is "no, it's not but we can easily add the support".Right now the KVM flavored
docker_builder
VM only installsquemu-kvm
:https://github.com/cirruslabs/vm-images/blob/eabac957f8d5e9af8091f9234e5ace5b0336bcd6/googlecompute/ubuntu_images.json#L104
Will you need any other packages?