Skip to content

Commit 0eb5c5f

Browse files
shanemcdclaude
andcommitted
Remove libvirt/qemu packages from Containerfile, use sysext
Keep only virt-manager (GUI). The libvirt daemon, qemu, and related tools can be installed via the libvirtd-desktop sysext. Removed: libvirt, libvirt-daemon-kvm, qemu-img, qemu-kvm, qemu-system-*, qemu-ui-gtk, quickemu, virt-install Saves ~500+ MB from the container image. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 175fe16 commit 0eb5c5f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

mybox/Containerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,7 @@ RUN <<EORUN
8383
yq \
8484
zsh \
8585
\
86-
`# Virtualization` \
87-
libvirt \
88-
libvirt-daemon-kvm \
89-
qemu-img \
90-
qemu-kvm \
91-
qemu-system-$(uname -m) \
92-
qemu-ui-gtk \
93-
quickemu \
94-
virt-install \
86+
`# Virtualization (libvirt/qemu via sysext, see docs/SYSEXTS.md)` \
9587
virt-manager \
9688
\
9789
`# Kubernetes / containers` \

0 commit comments

Comments
 (0)