Skip to content

use osbuild from supermin #3442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cgwalters opened this issue Apr 28, 2023 · 2 comments
Closed

use osbuild from supermin #3442

cgwalters opened this issue Apr 28, 2023 · 2 comments

Comments

@cgwalters
Copy link
Member

A while ago in the interest of sharing code with osbuild/image builder we just started shipping the RPM package, see

# osbuild-composer
(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.

@cgwalters cgwalters changed the title use osbulid from supermin use osbuild from supermin Apr 28, 2023
@cgwalters
Copy link
Member Author

Discovery: The CentOS Automotive pipeline has code to run osbuild in qemu: https://gitlab.com/CentOS/automotive/sample-images/-/blob/main/osbuild-manifests/osbuildvm/osbuildvm?ref_type=heads

@dustymabe
Copy link
Member

This was done in #3643

osbuild is being run in our pipelines via a supermin VM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants