Skip to content

Commit

Permalink
images/centos: Fix mirror for 9-Stream
Browse files Browse the repository at this point in the history
The old mirror has out-of-date packages therefore we need to switch to a
mirror with the latest packages.

Signed-off-by: Thomas Hipp <[email protected]>
(cherry picked from commit b9b9b3b94148bce19baef5bb447a65557d386bc6)
Signed-off-by: Din Music <[email protected]>
License: Apache-2.0
  • Loading branch information
monstermunchkin authored and MusicDin committed Feb 13, 2024
1 parent 2acd297 commit fbac3da
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 fbac3da

Please sign in to comment.