From 5d9a27a85c9f8879572d233d7c48af0dd5a8df27 Mon Sep 17 00:00:00 2001 From: ston Date: Tue, 10 Dec 2024 21:05:27 +0800 Subject: [PATCH] feat: add incus for ucore-hci --- .github/workflows/reusable-build.yml | 2 +- README.md | 1 + ucore/packages.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build.yml b/.github/workflows/reusable-build.yml index b46aa32..65e71bf 100644 --- a/.github/workflows/reusable-build.yml +++ b/.github/workflows/reusable-build.yml @@ -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 }} diff --git a/README.md b/README.md index c6aa277..da835dd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ucore/packages.json b/ucore/packages.json index 7ba7671..35aaa1d 100644 --- a/ucore/packages.json +++ b/ucore/packages.json @@ -47,6 +47,7 @@ ], "ucore-hci": [ "cockpit-machines", + "incus", "libvirt-client", "libvirt-daemon-kvm", "virt-install"