You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(which got temporarily disabled, we could probably re-enable)
But anyways what I then got stuck on is the giant impedance mismatch between osbuild wanting to run as root as a systemd service versus coreos-assembler wanting to run as an unprivileged container with /dev/kvm.
But @dustymabe mentioned the idea we could start running osbuild code inside a supermin vm, I think basically replacing our create_disk.sh script.
The text was updated successfully, but these errors were encountered:
cgwalters
changed the title
use osbulid from supermin
use osbuild from supermin
Apr 28, 2023
A while ago in the interest of sharing code with osbuild/image builder we just started shipping the RPM package, see
coreos-assembler/src/deps.txt
Line 23 in 7fa68d0
But anyways what I then got stuck on is the giant impedance mismatch between osbuild wanting to run as root as a systemd service versus coreos-assembler wanting to run as an unprivileged container with
/dev/kvm
.But @dustymabe mentioned the idea we could start running osbuild code inside a supermin vm, I think basically replacing our
create_disk.sh
script.The text was updated successfully, but these errors were encountered: