diff --git a/_data/centos/distributions.yml b/_data/centos/distributions.yml index 4df9d3d..426b812 100644 --- a/_data/centos/distributions.yml +++ b/_data/centos/distributions.yml @@ -3,9 +3,9 @@ # site.data.centos.distributions - This file controls the information related # to CentOS Project distributions. # -- name: "CentOS Stream" +- title: "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." + description: "Continuously delivered distro that tracks just ahead of Red Hat Enterprise Linux (RHEL)." releases: 10: downloads: @@ -48,83 +48,4 @@ - title: "CentOS Hyperscale" page: "hyperscale" - description: "When you absolutey, positively have to run multiple social media platforms with zero downtime." - releases: - 9: - downloads: - - arch: "x86_64" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "ARM64 (aarch64)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "IBM Power (ppc64le)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "IBM Z (s390x)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/s390x/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - docs: - - release_notes: "https://blog.centos.org/2021/12/introducing-centos-stream-9/" - release_email: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html" - website: "https://docs.centos.org/en-US/docs/" - eol: - - overview: > - 2027-05-31 - (end of RHEL 9 Full Support Phase) - date: "" - url: "" - -- title: "AutoSD" - page: "autosd" - description: "CentOS can run your cars. (Warning: not intended to actually run your cars.)" - releases: - 9: - downloads: - - arch: "x86_64" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64/iso/CentOS-Stream-9-latest-x86_64-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/x86_64/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "ARM64 (aarch64)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/aarch64/iso/CentOS-Stream-9-latest-aarch64-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/aarch64/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "IBM Power (ppc64le)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/ppc64le/iso/CentOS-Stream-9-latest-ppc64le-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/ppc64le/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - - arch: "IBM Z (s390x)" - iso: "https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/s390x/iso/CentOS-Stream-9-latest-s390x-dvd1.iso&redirect=1&protocol=https" - rpm: "http://mirror.stream.centos.org/9-stream/" - cloud: "https://cloud.centos.org/centos/9-stream/s390x/images" - containers: "https://quay.io/centos/centos:stream9" - vagrant: "" - docs: - - release_notes: "https://blog.centos.org/2021/12/introducing-centos-stream-9/" - release_email: "https://lists.centos.org/pipermail/centos-announce/2021-December/060971.html" - website: "https://docs.centos.org/en-US/docs/" - eol: - - overview: > - 2027-05-31 - (end of RHEL 9 Full Support Phase) - date: "" - url: "" - + description: "CentOS stability built for massively large-scale deployments." diff --git a/hyperscale.md b/hyperscale.md index 5444436..5effbd4 100644 --- a/hyperscale.md +++ b/hyperscale.md @@ -15,31 +15,31 @@ status: DRAFT
## Enable Hyperscale -

To enable the [Hyperscale main repositories](https://sigs.centos.org/hyperscale/content/repositories/main/) on an existing CentOS Stream system run

+To enable the [Hyperscale main repositories](https://sigs.centos.org/hyperscale/content/repositories/main/) on an existing CentOS Stream system run ```bash sudo dnf install centos-release-hyperscale sudo dnf config-manager --set-enabled crb ``` -

We also provide a set of [experimental packages](https://sigs.centos.org/hyperscale/content/repositories/experimental/) that can be enabled with

+We also provide a set of [experimental packages](https://sigs.centos.org/hyperscale/content/repositories/experimental/) that can be enabled with ```bash sudo dnf install centos-release-hyperscale-experimental @@ -47,9 +47,9 @@ sudo dnf install centos-release-hyperscale-experimental ## Download Hyperscale -

The CentOS Hyperscale SIG produces a number of images that integrate and showcase the technologies the SIG focuses on. Please report any issues with these images on our [tracker](https://pagure.io/centos-sig-hyperscale/spin-bugs). +The CentOS Hyperscale SIG produces a number of images that integrate and showcase the technologies the SIG focuses on. Please report any issues with these images on our [tracker](https://pagure.io/centos-sig-hyperscale/spin-bugs). -[Live ISOs](https://sigs.centos.org/hyperscale/content/spins/workstation/) are available in both GNOME and KDE flavors. These can both be used to evaluate the system and to perform an installation. [Cloud images](https://sigs.centos.org/hyperscale/content/spins/cloud/) can be used to deploy CentOS Hyperscale on various public clouds.

+[Live ISOs](https://sigs.centos.org/hyperscale/content/spins/workstation/) are available in both GNOME and KDE flavors. These can both be used to evaluate the system and to perform an installation. [Cloud images](https://sigs.centos.org/hyperscale/content/spins/cloud/) can be used to deploy CentOS Hyperscale on various public clouds.
@@ -99,7 +99,7 @@ sudo dnf install centos-release-hyperscale-experimental
-

[Container images](https://sigs.centos.org/hyperscale/content/spins/container/) are also available on [Quay.io](https://quay.io/centoshyperscale/centos)

+[Container images](https://sigs.centos.org/hyperscale/content/spins/container/) are also available on [Quay.io](https://quay.io/centoshyperscale/centos) ```bash podman run -a stdin,stdout,stderr -t quay.io/centoshyperscale/centos:stream9