1
1
Fork
You've already forked bootc
1
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%
2025年02月02日 12:53:16 -06:00
.github/workflows Add Edge variant with Nvidia open drivers 2025年02月02日 12:53:16 -06:00
10 Add Edge variant with Nvidia open drivers 2025年02月02日 12:53:16 -06:00
LICENSE.md Add gplv2 license 2024年06月23日 11:05:13 -05:00
README.md Merge remote-tracking branch 'origin/dev' into 10 2024年11月13日 21:29:09 -06:00

bootc image for HeliumOS

OCI Repository

HeliumOS Stable Release

HeliumOS Canary Release

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 .