Skip to content

Commit

Permalink
distro-db.bash: add source of CentOS-10-stream
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhong Yin <[email protected]>
  • Loading branch information
tcler committed Aug 29, 2024
1 parent 6cce8c5 commit 913e50d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distro-db.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ distroInfo[Alma-8]="https://repo.almalinux.org/almalinux/8/cloud/$_GuestARCH/ima
distroInfo[Rocky-9]="https://mirrors.sdu.edu.cn/rocky/9/images/$_GuestARCH/%%GenericCloud.*.qcow2 https://mirrors.sdu.edu.cn/rocky/9/BaseOS/$_GuestARCH/os"
distroInfo[Rocky-8]="https://mirrors.sdu.edu.cn/rocky/8/images/$_GuestARCH/%%GenericCloud.*.qcow2 https://mirrors.sdu.edu.cn/rocky/8/BaseOS/$_GuestARCH/os"

distroInfo[CentOS-10-stream]="https://composes.stream.centos.org/stream-10/production/latest-CentOS-Stream/compose/BaseOS/$_GuestARCH/images/"
distroInfo[CentOS-9-stream]="https://cloud.centos.org/centos/9-stream/$_GuestARCH/images/ http://mirror.stream.centos.org/9-stream/BaseOS/$_GuestARCH/os/"
distroInfo[CentOS-8-stream]="https://cloud.centos.org/centos/8-stream/$_GuestARCH/images/ http://mirror.centos.org/centos/8-stream/BaseOS/$_GuestARCH/os/"
distroInfo[CentOS-8]="https://cloud.centos.org/centos/8/$_GuestARCH/images/ http://mirror.centos.org/centos/8/BaseOS/$_GuestARCH/os/"
Expand Down

0 comments on commit 913e50d

Please sign in to comment.