https://github.com/warewulf/warewulf-node-images
Example node images for use with Warewulf 4
https://github.com/warewulf/warewulf-node-images
Last synced: 5 months ago
JSON representation
Example node images for use with Warewulf 4
- Host: GitHub
- URL: https://github.com/warewulf/warewulf-node-images
- Owner: warewulf
- License: other
- Created: 2023-01-04T01:00:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-10-02T20:03:20.000Z (8 months ago)
- Last Synced: 2025-10-02T22:07:24.782Z (8 months ago)
- Language: Dockerfile
- Size: 125 KB
- Stars: 19
- Watchers: 8
- Forks: 17
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Dco: DCO.md
Awesome Lists containing this project
README
# Warewulf node images
Example node container images for use with Warewulf v4.
https://warewulf.org
## Built examples
These containers are published on the [GitHub container registry][1].
[1]: https://github.com/orgs/warewulf/packages?repo_name=warewulf-node-images
* [Rocky Linux 8](rockylinux-8)
* [Rocky Linux 9](rockylinux-9)
* [Rocky Linux 10](rockylinux-10)
* [AlmaLinux 8](almalinux-8)
* [AlmaLinux 9](almalinux-9)
* [AlmaLinux 10](almalinux-10)
* [openEuler 24.03](openeuler-24.03)
* [openSUSE Leap](leap)
## Additional examples
Additional container definitions that are not actively built and published, but
may still be useful.
* [Rocky Linux 9 with SELinux](examples/rockylinux-9-selinux)
* [Rocky Linux 9 with Mellanox OFED](examples/rockylinux-9-mofed)
You can build any of these (or the other container definitions) locally for
import into Warewulf v4.
```shell
podman build examples/rockylinux-9-selinux \
--file examples/rockylinux-9-selinux/Containerfile \
--tag warewulf-rockylinux-selinux:9
podman save warewulf-rockylinux-selinux:9 --output warewulf-rockylinux-selinux-9.tar
wwctl container import warewulf-rockylinux-selinux-9.tar rockylinux-selinux-9
```