Examples

Example 1: Presenting all card names without restriction

{% include download/cards.html id="DownloadsCard-1"
with_title=true
with_description=true
with_releases=true
with_screenshots=true
with_mirrors=true
with_documentation=true
with_eol=true
with_commands=true
%}
CentOS Stream

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.

Screenshots
Architecture ISOs RPMs Cloud Containers Vagrant
x86_64 Mirrors Mirrors Images Images
ARM64 (aarch64) Mirrors Mirrors Images Images
IBM Power (ppc64le) Mirrors Mirrors Images Images
IBM Z (s390x) Mirrors Mirrors Images Images
End-of-life
Know more
Screenshots
Architecture ISOs RPMs Cloud Containers Vagrant
x86_64 Mirrors Mirrors Images Images
ARM64 (aarch64) Mirrors Mirrors Images Images
IBM Power (ppc64le) Mirrors Mirrors Images Images
End-of-life
Know more
Converting from CentOS Linux 8 to CentOS Stream 8
dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
dnf distro-sync
Fictitious Stream Distribution 1

Screenshots
Architecture ISOs RPMs Cloud Containers Vagrant
x86_64 Mirrors Mirrors Images Images
ARM64 (aarch64) Mirrors Mirrors Images Images
IBM Power (ppc64le) Mirrors Mirrors Images Images
IBM Z (s390x) Mirrors Mirrors Images Images
End-of-life
Know more
Converting from CentOS Linux 8 to CentOS Stream 8
dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
dnf distro-sync
Screenshots
Architecture ISOs RPMs Cloud Containers Vagrant
x86_64 Mirrors Mirrors Images Images
ARM64 (aarch64) Mirrors Mirrors Images Images
IBM Power (ppc64le) Mirrors Mirrors Images Images
IBM Z (s390x) Mirrors Mirrors Images Images
End-of-life
Know more
Converting from CentOS Linux 8 to CentOS Stream 8
dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
dnf distro-sync
Fictitious Stream Distribution 2

Screenshots
Architecture ISOs RPMs Cloud Containers Vagrant
x86_64 Mirrors Mirrors Images Images
ARM64 (aarch64) Mirrors Mirrors Images Images
IBM Power (ppc64le) Mirrors Mirrors Images Images
IBM Z (s390x) Mirrors Mirrors Images Images
End-of-life
Know more
Converting from CentOS Linux 8 to CentOS Stream 8
dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
dnf distro-sync
Screenshots
Architecture ISOs RPMs Cloud Containers Vagrant
x86_64 Mirrors Mirrors Images Images
ARM64 (aarch64) Mirrors Mirrors Images Images
IBM Power (ppc64le) Mirrors Mirrors Images Images
IBM Z (s390x) Mirrors Mirrors Images Images
End-of-life
Know more
Converting from CentOS Linux 8 to CentOS Stream 8
dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
dnf distro-sync

Example 2: Presenting all card names with restrictions

{% include download/cards.html id="DownloadsCard-2"
with_title=true
with_description=false
with_releases=true
with_screenshots=true
with_mirrors=false
with_documentation=false
with_eol=true
with_commands=false
%}
CentOS Stream
Screenshots
End-of-life
Know more
Screenshots
End-of-life
Know more
Fictitious Stream Distribution 1
Screenshots
End-of-life
Know more
Screenshots
End-of-life
Know more
Fictitious Stream Distribution 2
Screenshots
End-of-life
Know more
Screenshots
End-of-life
Know more

Example 3: Presenting only one card name with restrictions

{% assign cards = site.data.download.cards | where: "title", "Fictitious Stream Distribution 1"%}
{% include download/cards.html id="DownloadsCard-3" data=cards
with_title=true
with_description=false
with_releases=true
with_screenshots=false
with_mirrors=false
with_documentation=false
with_eol=true
with_commands=true
%}
Fictitious Stream Distribution 1
End-of-life
Know more
Converting from CentOS Linux 8 to CentOS Stream 8
dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
dnf distro-sync
End-of-life
Know more
Converting from CentOS Linux 8 to CentOS Stream 8
dnf --disablerepo '*' --enablerepo extras swap centos-linux-repos centos-stream-repos
dnf distro-sync