centos8_base.repo 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # CentOS-Base.repo
  2. #
  3. # The mirror system uses the connecting IP address of the client and the
  4. # update status of each mirror to pick mirrors that are updated to and
  5. # geographically close to the client. You should use this for CentOS updates
  6. # unless you are manually picking other mirrors.
  7. #
  8. # If the mirrorlist= does not work for you, as a fall back you can try the
  9. # remarked out baseurl= line instead.
  10. #
  11. #
  12. [BaseOS]
  13. name=Qcloud centos OS - $basearch
  14. baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/BaseOS/$basearch/os/
  15. enabled=1
  16. gpgcheck=1
  17. gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
  18. [centosplus]
  19. name=Qcloud centosplus - $basearch
  20. baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/centosplus/$basearch/os/
  21. enabled=0
  22. gpgcheck=1
  23. gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
  24. [extras]
  25. name=Qcloud centos extras - $basearch
  26. baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/extras/$basearch/os/
  27. enabled=1
  28. gpgcheck=1
  29. gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
  30. [fasttrack]
  31. name=Qcloud centos fasttrack - $basearch
  32. baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/fasttrack/$basearch/os/
  33. enabled=0
  34. gpgcheck=1
  35. gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
  36. [AppStream]
  37. name=Qcloud centos AppStream - $basearch
  38. baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/AppStream/$basearch/os/
  39. enabled=0
  40. gpgcheck=1
  41. gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official
  42. [PowerTools]
  43. name=Qcloud centos PowerTools - $basearch
  44. baseurl=http://mirrors.cloud.tencent.com/centos/$releasever/PowerTools/$basearch/os/
  45. enabled=0
  46. gpgcheck=1
  47. gpgkey=http://mirrors.cloud.tencent.com/centos/RPM-GPG-KEY-CentOS-Official