#1011 Disable the h264 repo on containers
Closed a month ago by ngompa. Opened 4 months ago by cverna.
cverna/fedora-kickstarts disable_cisco_repo_container  into  main

@@ -87,3 +87,6 @@ 

  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

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

I am not sure if this is the best place to do this. I welcome other ideas :smile:

Looks fine to me. Not sure where else we would be able to do it.

rebased onto abc749d

4 months ago

However you need to place the line before the %end marker

This is no longer used.

Pull-Request has been closed by ngompa

a month ago
Metadata