Skip to content

Commit

Permalink
Update to Fedora 39. No more qemu/kvm
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Oct 16, 2023
1 parent 21c5c13 commit 91c2334
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# in the cloud. The ARGs have default values, but changing those
# does nothing if the image is built in the cloud.

ARG FEDORA_MAJOR_VERSION=38
ARG FEDORA_MAJOR_VERSION=39
# Warning: changing this might not do anything for you. Read comment above.
ARG BASE_IMAGE_URL=ghcr.io/ublue-os/silverblue-main

Expand Down
28 changes: 14 additions & 14 deletions recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,20 @@ rpm:
- libgda
- libgda-sqlite
# Virtualization
- qemu
- qemu-user-static
- qemu-user-binfmt
- virt-manager
- libvirt
- edk2-ovmf
- swtpm
- genisoimage
- qemu-img
- qemu-system-x86-core
- qemu-char-spice
- qemu-device-usb-redirect
- qemu-device-display-virtio-vga
- qemu-device-display-virtio-gpu
#- qemu
#- qemu-user-static
#- qemu-user-binfmt
#- virt-manager
#- libvirt
#- edk2-ovmf
#- swtpm
#- genisoimage
#- qemu-img
#- qemu-system-x86-core
#- qemu-char-spice
#- qemu-device-usb-redirect
#- qemu-device-display-virtio-vga
#- qemu-device-display-virtio-gpu
# Podman
- podman-plugins
- podman-tui
Expand Down

0 comments on commit 91c2334

Please sign in to comment.