In case you're wondering how I built it,  there's no real magic.

I checked out the repository (https://github.com/oVirt/ovirt-node-ng-image)
on my alma system.  It will likely be a similar result on other Linux
systems, but I didn't test any other combinations.

I use docker-ce on alma9.  Note: The underlying system needs to be a
working kvm environment as the build script performs qemu based builds.

docker run -v /lib/modules/$(uname -r)/kernel:/kernel -v $PWD:/workspace
--device=/dev/kvm --device=/dev/kvm/tun --ulimit=nofile=262144:262144
--privileged -it quay.io/ovirt/buildcontainer:almalinux9 /bin/bash
cd /workspace
./build.sh

The .github/workflows/build.yml looks *mostly* correct, just some tweaks
and it should be able to create build isos - assuming the upload actions
etc still work.

Personally I do my builds via vscode devcontainers, but that's
fundamentally the above docker command.

I hope this helps.

On Thu, 13 Feb 2025 at 13:49, Geoff O'Callaghan <geoffocallag...@gmail.com>
wrote:

> I've been able to build ovirt node (next) with almalinux 9 as the base
> OS.  I haven't really had a chance to test it out.
>
>  ovirt-node-ng-installer-4.5.6-2025021302.el9.iso
>
> ------------------------------
> *From:* Jean-Louis Dupond via Users
> *Sent:* Monday, February 03, 2025 8:43 PM
> *To:* e...@ecsi.hu; users@ovirt.org
> *Subject:* [ovirt-users] Re: oVirt New versioon ? Centos 10?
>
> Hi,
>
> The ovirt-node images are unmaintained atm. As the advantages versus the
> work for it are quite low.
> So except if somebody takes up maintenance of the node images, they will
> be unmaintained.
>
> CentOS 10 support will come, but that takes some time.
> Guess it's not that urgent neither, as CentOS 10 is still in early/beta
> stage.
>
> On 2/3/25 10:20, e...@ecsi.hu wrote:
> > Hi all!
> >
> > What can we know about this?
> > https://resources.ovirt.org/repos/ovirt/github-ci/ovirt-node-ng-image/
> > and will there ever be a new version besides the promises? Will there be
> Centos 10 support?
> >
> > And for those who have already given up on oVirt, what do they use
> besides proxmox?
> > _______________________________________________
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/privacy-policy.html
> > oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/OYLBS3NPEFOW2BGZDLRRPJDVXIT746YL/
> _______________________________________________
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/privacy-policy.html
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/4HYD7FA4O32VTAVKIFAMGU6IMSUSLOSF/
>
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/QINQB5MYCHYW6CWT4OOGKJYO6F5XER35/

Reply via email to