Skip to content

Commit

Permalink
Merge pull request #795 from monstermunchkin/images/centos
Browse files Browse the repository at this point in the history
images/centos: Fix mirror for 9-Stream
  • Loading branch information
stgraber authored Nov 7, 2023
2 parents 389ac67 + b9b9b3b commit a1cf985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions images/centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ actions:
cat << "EOF" > /etc/yum.repos.d/centos.repo
[baseos]
name=CentOS Stream $releasever - BaseOS
baseurl=https://mirror.xenyth.net/centos-stream/$stream/BaseOS/$basearch/os/
baseurl=https://mirror1.hs-esslingen.de/pub/Mirrors/centos-stream/$stream/BaseOS/$basearch/os/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
repo_gpgcheck=0
Expand All @@ -752,7 +752,7 @@ actions:
[appstream]
name=CentOS Stream $releasever - AppStream
baseurl=https://mirror.xenyth.net/centos-stream/$stream/AppStream/$basearch/os/
baseurl=https://mirror1.hs-esslingen.de/pub/Mirrors/centos-stream/$stream/AppStream/$basearch/os/
metalink=https://mirrors.centos.org/metalink?repo=centos-appstream-$stream&arch=$basearch&protocol=https,http
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
gpgcheck=1
Expand All @@ -765,7 +765,7 @@ actions:
cat << "EOF" > /etc/yum.repos.d/centos-addons.repo
[extras-common]
name=CentOS Stream $releasever - Extras packages
baseurl=https://mirror.xenyth.net/centos-stream/SIGs/$stream/extras/$basearch/extras-common
baseurl=https://mirror1.hs-esslingen.de/pub/Mirrors/centos-stream/SIGs/$stream/extras/$basearch/extras-common
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
gpgcheck=1
repo_gpgcheck=0
Expand Down

0 comments on commit a1cf985

Please sign in to comment.