We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dd3be commit 5106257Copy full SHA for 5106257
bootc/Containerfile.centos9
@@ -55,11 +55,6 @@ ARG LIBVIRT_PACKAGES="\
55
56
RUN dnf -y install $PACKAGES $LIBVIRT_PACKAGES && dnf clean all && systemctl enable $ENABLE_UNITS
57
58
-# Workaround openstack-network-scripts failing to run update-alternatives
59
-# See https://issues.redhat.com/browse/OSPRH-13141
60
-RUN ln -s /etc/sysconfig/network-scripts/ifup /usr/sbin/ifup
61
-RUN ln -s /etc/sysconfig/network-scripts/ifdown /usr/sbin/ifdown
62
-
63
# Drop Ansible fact into place
64
COPY ansible-facts/bootc.fact /etc/ansible/facts.d/bootc.fact
65
RUN chmod +x /etc/ansible/facts.d/bootc.fact
0 commit comments