Deploying virtual machines: https://documentation.suse.com/suse-edge/3.3/html/edge/components-kubevirt.html#id-deploying-virtual-machines has an example container image that is no longer there `registry.opensuse.org/home/roxenham/tumbleweed-container-disk/containerfile/cloud-image:latest` We should probably either create a more official one or use the default upstream kubevirt ones provided here https://github.com/kubevirt/containerdisks?tab=readme-ov-file such as the tumbleweed one https://quay.io/repository/containerdisks/opensuse-tumbleweed?tab=tags ``` podman pull quay.io/containerdisks/opensuse-tumbleweed:1.0.0 ```
Deploying virtual machines:
https://documentation.suse.com/suse-edge/3.3/html/edge/components-kubevirt.html#id-deploying-virtual-machines has an example container image that is no longer there
registry.opensuse.org/home/roxenham/tumbleweed-container-disk/containerfile/cloud-image:latestWe should probably either create a more official one or use the default upstream kubevirt ones provided here https://github.com/kubevirt/containerdisks?tab=readme-ov-file such as the tumbleweed one https://quay.io/repository/containerdisks/opensuse-tumbleweed?tab=tags