From a7a0d6bdec68e8d786d71938b0f3c223c5779f52 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 28 Jul 2025 12:15:11 +1000 Subject: [PATCH] build: Rebase to kubevirt/virt-launcher container image --- .gitea/workflows/actions.yaml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index b437665..dfa9239 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -46,6 +46,9 @@ jobs: build_image: name: Build image runs-on: ubuntu-latest + container: + image: quay.io/kubevirt/virt-launcher:latest + options: --privileged # needs: semrel_dryrun steps: - name: Check out repository code @@ -91,22 +94,21 @@ jobs: PUBLIC_SSHKEY: ${{ secrets.PUBLIC_SSHKEY }} - name: Create empty QCOW2 disk run: | - apt-get update && \ - apt-get install -y \ - qemu-utils + # apt-get update && \ + # apt-get install -y \ + # qemu-utils qemu-img create -f qcow2 ubuntu-vm/ubuntu.qcow2 10G - name: Run virt-install - # container: quay.io/kubevirt/libvirt run: | - apt-get update && \ - apt-get install -y \ - libvirt-daemon-system \ - libvirt-clients \ - virtinst \ - qemu-utils + # apt-get update && \ + # apt-get install -y \ + # libvirt-daemon-system \ + # libvirt-clients \ + # virtinst \ + # qemu-utils - libvirtd -d && virtlogd -d + # libvirtd -d && virtlogd -d virt-install \ --name ubuntu-harvester \