open-balena
open-balena copied to clipboard
ERROR [dut internal] load metadata for docker.io/qemux/qemu-docker:6.20
I’m encountering a build issue when running make update in openBalena. The process fails with the error: failed to resolve source metadata for docker.io/qemux/qemu-docker:6.20: pull access denied, repository does not exist or may require authorization. It appears that the Dockerfile at ./src/test-device/Dockerfile references a non-existent image (qemux/qemu-docker:6.20), which causes the build to fail. From what I understand, this image is used in the dut container, which seems to be part of the testing infrastructure. Since I’m not running any device tests and only using openBalena for device management, it would be helpful to clarify whether the dut (and potentially sut) components are required, and if not, whether there’s a recommended way to exclude them from the build process or replace the outdated image.