Moved to https://github.com/HeliumOS-org/HeliumOS. The Codeberg repository is not longer updated.
https://quay.io/organization/heliumos
- Shell 87.6%
- Edge 6.2%
- Dockerfile 6.2%
| .github/workflows | Add Edge variant with Nvidia open drivers | |
| 10 | Add Edge variant with Nvidia open drivers | |
| LICENSE.md | Add gplv2 license | |
| README.md | Merge remote-tracking branch 'origin/dev' into 10 | |
bootc image for HeliumOS
Usage
Building version 10
podman build -t localhost/heliumos-bootc:10 -f 10/Containerfile .
Building version 10-edge
podman build -t localhost/heliumos-bootc:10-edge -f 10/Containerfile.edge .
Building version 9
podman build -t localhost/heliumos-bootc:9 -f 9/Containerfile .
Building version 9-edge
podman build -t localhost/heliumos-bootc:9-edge -f 9/Containerfile.edge .
Building version 9-nvidia
podman build -t localhost/heliumos-bootc:9-nvidia -f 9/Containerfile.nvidia .