Conversation
|
Nice! Thank you for submitting this. Can you also update the GitHub automation to build this? |
I just updated the workflows/container-publish.yml to include the new ubuntu 24.04 image. |
|
Oh I didn't notice the context. Updated to remove the .04 part so that path is correct (at least least I think that's what the error was about). |
|
How is network configuration meant to work for this one? I tried using it in my environment and it doesn't appear to support netplan. |
|
For netplan support, the following packages are needed: netplan.io I also add networkd-dispatcher to make the network devices are identified correctly. I also installed mawk ... something required it, I can't recall what. |
Since netplan wasn't included in 4.5 when I was testing ubuntu the image instead uses ifupdown like the debian images. I haven't checked to see how netplan works in warewulf 4.6 but I assume on the warwulf side its still configured with the NetDevs[default].* parameters. |
|
@iankgt40 aside from the need to rebase, do you consider this image ready-to-merge? Or does it need additional work? |
Added basic support for Ubuntu 24.04.
Containerfile contains the basic packages to get the os booted.
Largely based off the debian Containerfile