| |
@@ -3,57 +3,6 @@
|
| |
# site.data.centos.distributions - This file controls the information related
|
| |
# to CentOS Project distributions.
|
| |
#
|
| |
- - name: "CentOS Linux"
|
| |
- page: "centos-linux"
|
| |
- description: "Consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon."
|
| |
- releases:
|
| |
- 7-2009:
|
| |
- downloads:
|
| |
- - arch: "x86_64"
|
| |
- iso: "http://isoredirect.centos.org/centos/7/isos/x86_64/"
|
| |
- rpm: "http://mirror.centos.org/centos/7/"
|
| |
- cloud: ""
|
| |
- containers: "https://hub.docker.com/_/centos/"
|
| |
- vagrant: "https://app.vagrantup.com/centos/boxes/7"
|
| |
- - arch: "ARM64 (aarch64)"
|
| |
- iso: "http://isoredirect.centos.org/altarch/7/isos/aarch64/"
|
| |
- rpm: "http://mirror.centos.org/altarch/7/"
|
| |
- cloud: ""
|
| |
- containers: "https://hub.docker.com/_/centos/"
|
| |
- vagrant: ""
|
| |
- - arch: "IBM Power BE (ppc64)"
|
| |
- iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64/"
|
| |
- rpm: "http://mirror.centos.org/altarch/7/"
|
| |
- cloud: ""
|
| |
- containers: ""
|
| |
- vagrant: ""
|
| |
- - arch: "IBM Power (ppc64le)"
|
| |
- iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64le/"
|
| |
- rpm: "http://mirror.centos.org/altarch/7/"
|
| |
- cloud: ""
|
| |
- containers: "https://hub.docker.com/_/centos/"
|
| |
- vagrant: ""
|
| |
- - arch: "ARM32 (armhfp)"
|
| |
- iso: "http://isoredirect.centos.org/altarch/7/isos/armhfp/"
|
| |
- rpm: "http://mirror.centos.org/altarch/7/"
|
| |
- cloud: ""
|
| |
- containers: "https://hub.docker.com/_/centos/"
|
| |
- vagrant: ""
|
| |
- - arch: "i386"
|
| |
- iso: "http://isoredirect.centos.org/altarch/7/isos/i386/"
|
| |
- rpm: "http://mirror.centos.org/altarch/7/"
|
| |
- cloud: ""
|
| |
- containers: ""
|
| |
- vagrant: ""
|
| |
- docs:
|
| |
- - release_notes: https://wiki.centos.org/action/show/Manuals/ReleaseNotes/CentOS7
|
| |
- release_email: https://lists.centos.org/pipermail/centos-announce/2020-November/035820.html
|
| |
- website: https://docs.centos.org/
|
| |
- eol:
|
| |
- - overview: ""
|
| |
- date: "30 June 2024"
|
| |
- url: ""
|
| |
-
|
| |
- name: "CentOS Stream"
|
| |
page: "centos-stream"
|
| |
description: "Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux (RHEL) development, positioned as a midstream between Fedora Linux and RHEL. For anyone interested in participating and collaborating in the RHEL ecosystem, CentOS Stream is your reliable platform for innovation."
|
| |
@@ -128,3 +77,53 @@
|
| |
commands: |-
|
| |
dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
|
| |
dnf distro-sync
|
| |
+ - name: "CentOS Linux"
|
| |
+ page: "centos-linux"
|
| |
+ description: "Consistent, manageable platform that suits a wide variety of deployments. For some open source communities, it is a solid, predictable base to build upon."
|
| |
+ releases:
|
| |
+ 7-2009:
|
| |
+ downloads:
|
| |
+ - arch: "x86_64"
|
| |
+ iso: "http://isoredirect.centos.org/centos/7/isos/x86_64/"
|
| |
+ rpm: "http://mirror.centos.org/centos/7/"
|
| |
+ cloud: ""
|
| |
+ containers: "https://hub.docker.com/_/centos/"
|
| |
+ vagrant: "https://app.vagrantup.com/centos/boxes/7"
|
| |
+ - arch: "ARM64 (aarch64)"
|
| |
+ iso: "http://isoredirect.centos.org/altarch/7/isos/aarch64/"
|
| |
+ rpm: "http://mirror.centos.org/altarch/7/"
|
| |
+ cloud: ""
|
| |
+ containers: "https://hub.docker.com/_/centos/"
|
| |
+ vagrant: ""
|
| |
+ - arch: "IBM Power BE (ppc64)"
|
| |
+ iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64/"
|
| |
+ rpm: "http://mirror.centos.org/altarch/7/"
|
| |
+ cloud: ""
|
| |
+ containers: ""
|
| |
+ vagrant: ""
|
| |
+ - arch: "IBM Power (ppc64le)"
|
| |
+ iso: "http://isoredirect.centos.org/altarch/7/isos/ppc64le/"
|
| |
+ rpm: "http://mirror.centos.org/altarch/7/"
|
| |
+ cloud: ""
|
| |
+ containers: "https://hub.docker.com/_/centos/"
|
| |
+ vagrant: ""
|
| |
+ - arch: "ARM32 (armhfp)"
|
| |
+ iso: "http://isoredirect.centos.org/altarch/7/isos/armhfp/"
|
| |
+ rpm: "http://mirror.centos.org/altarch/7/"
|
| |
+ cloud: ""
|
| |
+ containers: "https://hub.docker.com/_/centos/"
|
| |
+ vagrant: ""
|
| |
+ - arch: "i386"
|
| |
+ iso: "http://isoredirect.centos.org/altarch/7/isos/i386/"
|
| |
+ rpm: "http://mirror.centos.org/altarch/7/"
|
| |
+ cloud: ""
|
| |
+ containers: ""
|
| |
+ vagrant: ""
|
| |
+ docs:
|
| |
+ - release_notes: https://wiki.centos.org/action/show/Manuals/ReleaseNotes/CentOS7
|
| |
+ release_email: https://lists.centos.org/pipermail/centos-announce/2020-November/035820.html
|
| |
+ website: https://docs.centos.org/
|
| |
+ eol:
|
| |
+ - overview: ""
|
| |
+ date: "30 June 2024"
|
| |
+ url: ""
|
| |