aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-07-03 17:48:10 -0400
committerspmfox <spmfox@foxwd.com>2024-07-03 17:48:10 -0400
commit7c9785edef148a363318ef7e61b1d259082d25be (patch)
tree36a5b30819bed5a825c7363ebc15461e5cfcf0e3 /templates
parentc56e33f2a77ae994acbac64ffe372a01d60ef481 (diff)
switching to bastion mode for cockpit-ws container, removing centos logos since cockpit-ws bastion cannot use them
Diffstat (limited to 'templates')
-rw-r--r--templates/bootcblade.containerfile.j22
1 files changed, 1 insertions, 1 deletions
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