Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agent-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Operating systems and architectures explicitly supported by the installation scr
- **armhf, arm64**
- Debian: stretch (9), buster (10), bullseye (11), bookworm (12)
- **amd64, armhf, arm64, s390x**
- RHEL: 7.6, 7.9, 8.1 - 8.5 (via Docker), 8.6 - 8.10 and 9.0 - 9.6 (via Podman 4.x or 5.x), 10.0 (via Podman 4.x or 5.x)
- RHEL: 7.6, 7.9, 8.1 - 8.5 (via Docker), 8.6 - 8.10 and 9.0 - 9.7 (via Podman 4.x or 5.x), 10.0, 10.1 (via Podman 4.x or 5.x)
- **amd64, ppc64le**, aarch64, riscv64, **s390x**
- CentOS: 8.1 - 8.5 (via Docker)
- **amd64, ppc64le**, aarch64, riscv64
Expand Down
2 changes: 1 addition & 1 deletion agent-install/agent-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SUPPORTED_DEBIAN_VERSION=(noble bullseye jammy focal bionic buster xenial stretc
SUPPORTED_DEBIAN_ARCH=(amd64 arm64 armhf s390x $SUPPORTED_DEBIAN_ARCH_APPEND) # compared to dpkg --print-architecture
SUPPORTED_REDHAT_VARIANTS=(rhel redhatenterprise centos fedora $SUPPORTED_REDHAT_VARIANTS_APPEND) # compared to what our detect_distro() sets DISTRO to
# Note: version 8 and 9 are added because that is what /etc/os-release returns for DISTRO_VERSION_NUM on centos
SUPPORTED_REDHAT_VERSION=(7.6 7.9 8.1 8.2 8.3 8.4 8.5 8.6 8.7 8.8 8.9 8.10 9.0 9.1 9.2 9.3 9.4 9.5 9.6 8 9 10.0 32 35 36 37 38 39 40 41 42 43 $SUPPORTED_REDHAT_VERSION_APPEND) # compared to what our detect_distro() sets DISTRO_VERSION_NUM to. For fedora versions see https://fedoraproject.org/wiki/Releases,
SUPPORTED_REDHAT_VERSION=(7.6 7.9 8.1 8.2 8.3 8.4 8.5 8.6 8.7 8.8 8.9 8.10 9.0 9.1 9.2 9.3 9.4 9.5 9.6 9.7 8 9 10.0 10.1 32 35 36 37 38 39 40 41 42 43 $SUPPORTED_REDHAT_VERSION_APPEND) # compared to what our detect_distro() sets DISTRO_VERSION_NUM to. For fedora versions see https://fedoraproject.org/wiki/Releases,
SUPPORTED_REDHAT_ARCH=(x86_64 aarch64 ppc64le s390x riscv64 $SUPPORTED_REDHAT_ARCH_APPEND) # compared to uname -m

SUPPORTED_EDGE_CLUSTER_ARCH=(amd64 arm64 s390x)
Expand Down
Loading