Skip to content

tweiers/warewulf-node-images

 
 

Repository files navigation

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.

Additional examples

Additional container definitions that are not actively built and published, but may still be useful.

You can build any of these (or the other container definitions) locally for import into Warewulf v4.

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

About

Example node images for use with Warewulf 4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 73.3%
  • Shell 13.9%
  • Makefile 12.8%