From abc749d5d55f70d4916f4312bf592a1dc5f96072 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 28 Dec 2023 14:18:11 +0100 Subject: [PATCH] Disable the h264 repo on containers The h264 repo is not really useful to have enabled by default on container images. It can also be the root cause of some delays https://discussion.fedoraproject.org/t/fedora-38-github-action-throttling/80393 Signed-off-by: Clement Verna --- fedora-container-common.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-container-common.ks b/fedora-container-common.ks index 644859d..fddb218 100644 --- a/fedora-container-common.ks +++ b/fedora-container-common.ks @@ -87,3 +87,6 @@ touch /etc/machine-id echo "# resolv placeholder" > /etc/resolv.conf chmod 644 /etc/resolv.conf %end + +# Disable the fedora-cisco-openh264.repo +sed -i -e 's/enabled=1/enabled=0/g' /etc/yum.repos.d/fedora-cisco-openh264.repo