From 7c9785edef148a363318ef7e61b1d259082d25be Mon Sep 17 00:00:00 2001 From: spmfox Date: Wed, 3 Jul 2024 17:48:10 -0400 Subject: switching to bastion mode for cockpit-ws container, removing centos logos since cockpit-ws bastion cannot use them --- templates/bootcblade.containerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/bootcblade.containerfile.j2') diff --git a/templates/bootcblade.containerfile.j2 b/templates/bootcblade.containerfile.j2 index 3dfdb32..a366bd1 100644 --- a/templates/bootcblade.containerfile.j2 +++ b/templates/bootcblade.containerfile.j2 @@ -16,7 +16,7 @@ RUN dnf -y install epel-release git && \ # KVM & Cockpit RUN echo "qemu:x:107:107:qemu user:/:/sbin/nologin" >> /etc/passwd && \ dnf -y install qemu-kvm libvirt virt-install virt-viewer && \ - dnf -y install cockpit-bridge cockpit-machines cockpit-pcp cockpit-podman cockpit-storaged cockpit-system cockpit-navigator cockpit-selinux cockpit-ostree centos-logos && \ + dnf -y install cockpit-bridge cockpit-machines cockpit-pcp cockpit-podman cockpit-storaged cockpit-system cockpit-navigator cockpit-selinux cockpit-ostree && \ systemctl enable libvirt-guests && \ dnf clean all -- cgit