From 08106c155a3b20e46e00a965566b12e6048b44f7 Mon Sep 17 00:00:00 2001 From: Brian Ketelsen Date: Tue, 16 Jul 2024 13:22:48 -0400 Subject: [PATCH] feat: add umoci for incus container support (#1512) Signed-off-by: Brian Ketelsen --- build_files/dx/cleanup-dx.sh | 1 + build_files/dx/copr-repos-dx.sh | 4 ++++ packages.json | 1 + 3 files changed, 6 insertions(+) diff --git a/build_files/dx/cleanup-dx.sh b/build_files/dx/cleanup-dx.sh index e12c2596fdb..cc921aa33c2 100644 --- a/build_files/dx/cleanup-dx.sh +++ b/build_files/dx/cleanup-dx.sh @@ -5,6 +5,7 @@ set -ouex pipefail sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/ublue-os-bling-fedora-"${FEDORA_MAJOR_VERSION}".repo sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo +sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/ganto-umoci-fedora-"${FEDORA_MAJOR_VERSION}".repo sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/karmab-kcli-fedora-"${FEDORA_MAJOR_VERSION}".repo sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/atim-ubuntu-fonts-fedora-"${FEDORA_MAJOR_VERSION}".repo sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/vscode.repo diff --git a/build_files/dx/copr-repos-dx.sh b/build_files/dx/copr-repos-dx.sh index 106c2a5b0a7..34a922fe4be 100644 --- a/build_files/dx/copr-repos-dx.sh +++ b/build_files/dx/copr-repos-dx.sh @@ -5,6 +5,10 @@ set -ouex pipefail #incus, lxc, lxd curl -Lo /etc/yum.repos.d/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/ganto/lxc4/repo/fedora-"${FEDORA_MAJOR_VERSION}"/ganto-lxc4-fedora-"${FEDORA_MAJOR_VERSION}".repo +#umoci +curl -Lo /etc/yum.repos.d/ganto-umoci-fedora-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/ganto/umoci/repo/fedora-"${FEDORA_MAJOR_VERSION}"/ganto-umoci-fedora-"${FEDORA_MAJOR_VERSION}".repo + + #ublue-os staging curl -Lo /etc/yum.repos.d/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo https://copr.fedorainfracloud.org/coprs/ublue-os/staging/repo/fedora-"${FEDORA_MAJOR_VERSION}"/ublue-os-staging-fedora-"${FEDORA_MAJOR_VERSION}".repo diff --git a/packages.json b/packages.json index b8add05868f..73697711c93 100644 --- a/packages.json +++ b/packages.json @@ -130,6 +130,7 @@ "rocm-opencl", "ubuntu-family-fonts", "udica", + "umoci", "virt-manager", "virt-viewer", "ydotool"