build: Rebase to kubevirt/virt-launcher container image
Some checks failed
build-image / Build image (push) Failing after 40s
Some checks failed
build-image / Build image (push) Failing after 40s
This commit is contained in:
@ -46,6 +46,9 @@ jobs:
|
||||
build_image:
|
||||
name: Build image
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: quay.io/kubevirt/virt-launcher:v1.5.2
|
||||
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 \
|
||||
|
Reference in New Issue
Block a user