This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.
Docker build fails with Clear Containers as default #8
Open
Description
When using osbuilder and docker use cc-oci-runtime as default runtime, it breaks with a segfault issue caused by qemu.
To workaround this it is need to use runc as default runtime (docker does not give an option to use change a runtime using docker build command)
The issue intel/cc-oci-runtime#669 need to be fixed to work correctly with cc-oci-runtime as default runtime.