Generate libvirt images in CI #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
The container images that run workflows are executed by a VM. This VM currently has a manually produced image. I think we can generate this image using a script in some way. It would be very nice to be able to do this (especially if we're eventually going to have more than one runner); it would also be a pretty expensive CI workflow to run.
As it stands now though, it doesn't seem like many changes to the VM's OS are going to be necessary, so this is not a very high priority.
I have no idea what kind of tools are available for this so we'll have to do some research into that.