-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fluent: admin: update supported platforms for style
Signed-off-by: Lynette Miles <[email protected]>
- Loading branch information
Showing
1 changed file
with
31 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,39 @@ | ||
# Supported Platforms | ||
# Supported platforms | ||
|
||
The following operating systems and architectures are supported in Fluent Bit. | ||
Fluent Bit supports the following operating systems and architectures: | ||
|
||
| Operating System | Distribution | Architectures | | ||
| :--- | :--- | :--- | | ||
| Linux | [Amazon Linux 2023](linux/amazon-linux.md) | x86\_64, Arm64v8 | | ||
| | [Amazon Linux 2](linux/amazon-linux.md) | x86\_64, Arm64v8 | | ||
| | [Centos 9 Stream](linux/redhat-centos.md) | x86\_64, Arm64v8 | | ||
| | [Centos 8](linux/redhat-centos.md) | x86\_64, Arm64v8 | | ||
| | [Centos 7](linux/redhat-centos.md) | x86\_64, Arm64v8 | | ||
| | [Rocky Linux 8](linux/redhat-centos.md) | x86\_64, Arm64v8 | | ||
| | [Alma Linux 8](linux/redhat-centos.md) | x86\_64, Arm64v8 | | ||
| | [Debian 12 \(Bookworm\)](linux/debian.md) | x86\_64, Arm64v8 | | ||
| | [Debian 11 \(Bullseye\)](linux/debian.md) | x86\_64, Arm64v8 | | ||
| | [Debian 10 \(Buster\)](linux/debian.md) | x86\_64, Arm64v8 | | ||
| | [Ubuntu 24.04 \(Noble Numbat\)](linux/ubuntu.md) | x86\_64, Arm64v8 | | ||
| | [Ubuntu 22.04 \(Jammy Jellyfish\)](linux/ubuntu.md) | x86\_64, Arm64v8 | | ||
| | [Ubuntu 20.04 \(Focal Fossa\)](linux/ubuntu.md) | x86\_64, Arm64v8 | | ||
| | [Ubuntu 18.04 \(Bionic Beaver\)](linux/ubuntu.md) | x86\_64, Arm64v8 | | ||
| | [Ubuntu 16.04 \(Xenial Xerus\)](linux/ubuntu.md) | x86\_64 | | ||
| | [Raspbian 11 \(Bullseye\)](linux/raspbian-raspberry-pi.md) | Arm32v7 | | ||
| | [Raspbian 10 \(Buster\)](linux/raspbian-raspberry-pi.md) | Arm32v7 | | ||
| Linux | [Amazon Linux 2023](linux/amazon-linux.md) | x86_64, Arm64v8 | | ||
| | [Amazon Linux 2](linux/amazon-linux.md) | x86_64, Arm64v8 | | ||
| | [CentOS 9 Stream](linux/redhat-centos.md) | x86_64, Arm64v8 | | ||
| | [CentOS 8](linux/redhat-centos.md) | x86_64, Arm64v8 | | ||
| | [CentOS 7](linux/redhat-centos.md) | x86_64, Arm64v8 | | ||
| | [Rocky Linux 8](linux/redhat-centos.md) | x86_64, Arm64v8 | | ||
| | [Alma Linux 8](linux/redhat-centos.md) | x86_64, Arm64v8 | | ||
| | [Debian 12 (Bookworm)](linux/debian.md) | x86_64, Arm64v8 | | ||
| | [Debian 11 (Bullseye)](linux/debian.md) | x86_64, Arm64v8 | | ||
| | [Debian 10 (Buster)](linux/debian.md) | x86_64, Arm64v8 | | ||
| | [Ubuntu 24.04 (Noble Numbat)](linux/ubuntu.md) | x86_64, Arm64v8 | | ||
| | [Ubuntu 22.04 (Jammy Jellyfish)](linux/ubuntu.md) | x86_64, Arm64v8 | | ||
| | [Ubuntu 20.04 (Focal Fossa)](linux/ubuntu.md) | x86_64, Arm64v8 | | ||
| | [Ubuntu 18.04 (Bionic Beaver)](linux/ubuntu.md) | x86_64, Arm64v8 | | ||
| | [Ubuntu 16.04 (Xenial Xerus)](linux/ubuntu.md) | x86_64 | | ||
| | [Raspbian 11 (Bullseye)](linux/raspbian-raspberry-pi.md) | Arm32v7 | | ||
| | [Raspbian 10 (Buster)](linux/raspbian-raspberry-pi.md) | Arm32v7 | | ||
| macOS | * | x86_64, Apple M1 | | ||
| Windows | [Windows Server 2019](windows.md) | x86\_64, x86 | | ||
| | [Windows 10 1903](windows.md) | x86\_64, x86 | | ||
| Windows | [Windows Server 2019](windows.md) | x86_64, x86 | | ||
| | [Windows 10 1903](windows.md) | x86_64, x86 | | ||
|
||
From an architecture support perspective, Fluent Bit is fully functional on x86\_64, Arm64v8 and Arm32v7 based processors. | ||
From an architecture support perspective, Fluent Bit is fully functional on x86_64, | ||
Arm64v8 and Arm32v7 based processors. | ||
|
||
Fluent Bit can work also on OSX and \*BSD systems, but not all plugins will be available on all platforms. | ||
Official support will be expanding based on community demand. | ||
Fluent Bit may run on older operating systems though will need to be built from source, or use custom packages from [enterprise providers](https://fluentbit.io/enterprise). | ||
Fluent Bit can work also on OSX and BSD systems, but not all plugins will be | ||
available on all platforms. | ||
|
||
Fluent Bit is supported on Linux on IBM Z (s390x) environment with some restrictions but only container images are provided for these targets officially. | ||
Official support will be expanding based on community demand. Fluent Bit might run on | ||
older operating systems, but must be built from source, or using custom packages from | ||
[enterprise providers](https://fluentbit.io/enterprise). | ||
|
||
Fluent Bit is supported for Linux on IBM Z (s390x) environments with some | ||
restrictions, but only container images are provided for these targets officially. |