Skip to content

Commit

Permalink
feat: add incus for ucore-hci
Browse files Browse the repository at this point in the history
  • Loading branch information
st0nie committed Dec 10, 2024
1 parent fad8c4d commit 5d9a27a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
type: string
env:
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
IMAGE_REGISTRY: ghcr.io/ublue-os

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-${{ inputs.fedora_version }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ Hyper-Coverged Infrastructure(HCI) refers to storage and hypervisor in one place
- Starts with a [`ucore`](#ucore) image providing everything above, plus:
- Adds the following:
- [cockpit-machines](https://github.com/cockpit-project/cockpit-machines): Cockpit GUI for managing virtual machines
- [incus](https://linuxcontainers.org/incus/): container and virtual machine manager
- [libvirt-client](https://libvirt.org/): `virsh` command-line utility for managing virtual machines
- [libvirt-daemon-kvm](https://libvirt.org/): libvirt KVM hypervisor management
- virt-install: command-line utility for installing virtual machines
Expand Down
1 change: 1 addition & 0 deletions ucore/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
],
"ucore-hci": [
"cockpit-machines",
"incus",
"libvirt-client",
"libvirt-daemon-kvm",
"virt-install"
Expand Down

0 comments on commit 5d9a27a

Please sign in to comment.