forked from HeliumOS/bootc
bootc image for HeliumOS
- Shell 78.1%
- Dockerfile 8.8%
- Python 8.4%
- Edge 4.7%
| .github/workflows | Remove edge variant from build | |
| 9 | [9] Fix bootc-gtk installation | |
| 10 | Add homebrew path for C++ | |
| 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 .