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 <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2023-12-28 14:18:11 +01:00 committed by siosm
parent f70868470d
commit abc749d5d5
1 changed files with 3 additions and 0 deletions

View File

@ -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