mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-14 07:33:30 +01:00
Docker build error. #620
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kushhh01 on GitHub (Oct 1, 2024).
I am using Ubuntu on WSL2, I have docker installed on my host and inside my Ubuntu as well. But when I am trying to build the docker container/image, I am getting the following error.
ERROR: failed to solve: process "/bin/bash -c make && qemu-img convert BaseSystem.dmg -O qcow2 -p -c BaseSystem.img && rm ./BaseSystem.dmg" did not complete successfully: exit code: 2
@dmrusanov commented on GitHub (Oct 2, 2024):
Same on native ubuntu 22 and 24
@sickcodes commented on GitHub (Oct 7, 2024):
Upstream fix here, waiting for merge via @kholia https://github.com/kholia/OSX-KVM/pull/249
@fddn commented on GitHub (Oct 7, 2024):
It was merged about half an hour ago
@kushhh01 commented on GitHub (Oct 8, 2024):
Thanks 💯 @sickcodes