Skip to content

Commit a1d83bc

Browse files
committed
Moving linux files to downloads directory
Signed-off-by: Lynette Miles <[email protected]>
1 parent c08f1eb commit a1d83bc

13 files changed

+57
-56
lines changed

SUMMARY.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,30 @@
1919
## Installation
2020

2121
* [Get started with Fluent Bit](installation/getting-started-with-fluent-bit.md)
22-
* [Upgrade notes](installation/upgrade-notes.md)
23-
* [Supported platforms](installation/supported-platforms.md)
22+
* [Download and install Fluent Bit](installation/downloads.md)
2423
* [Requirements](installation/requirements.md)
25-
* [Sources](installation/source.md)
26-
* [Build and install](installation/source/build-and-install.md)
27-
* [Build with static configuration](installation/source/build-with-static-configuration.md)
28-
* [Linux packages](installation/linux.md)
29-
* [Amazon Linux](installation/linux/amazon-linux.md)
30-
* [Rocky Linux and Alma Linux ](installation/linux/alma-rocky.md)
31-
* [Red Hat and CentOS](installation/linux/redhat-centos.md)
32-
* [Debian](installation/linux/debian.md)
33-
* [Ubuntu](installation/linux/ubuntu.md)
34-
* [Raspbian and Raspberry Pi](installation/linux/raspbian-raspberry-pi.md)
35-
* [Yocto embedded Linux](installation/linux/yocto-embedded-linux.md)
36-
* [Buildroot embedded Linux](installation/linux/buildroot-embedded-linux.md)
37-
* [Yocto embedded Linux](installation/linux/yocto-embedded-linux.md)
38-
* [Buildroot embedded Linux](installation/linux/buildroot-embedded-linux.md)
24+
* Downloads
25+
* [Build from source code](installation/source.md)
26+
* [Build and install](installation/source/build-and-install.md)
27+
* [Build with static configuration](installation/source/build-with-static-configuration.md)
28+
* [Linux packages](installation/downloads/linux.md)
29+
* [Amazon Linux](installation/downloads/linux/amazon-linux.md)
30+
* [Rocky Linux and Alma Linux ](installation/downloads/linux/alma-rocky.md)
31+
* [Red Hat and CentOS](installation/downloads/linux/redhat-centos.md)
32+
* [Debian](installation/downloads/linux/debian.md)
33+
* [Ubuntu](installation/downloads/linux/ubuntu.md)
34+
* [Raspbian and Raspberry Pi](installation/downloads/linux/raspbian-raspberry-pi.md)
35+
* [Yocto embedded Linux](installation/downloads/linux/yocto-embedded-linux.md)
36+
* [Buildroot embedded Linux](installation/downloads/linux/buildroot-embedded-linux.md)
37+
* [Yocto embedded Linux](installation/downloads/linux/yocto-embedded-linux.md)
38+
* [Buildroot embedded Linux](installation/downloads/linux/buildroot-embedded-linux.md)
3939
* [Docker](installation/docker.md)
4040
* [Containers on AWS](installation/aws-container.md)
4141
* [Amazon EC2](installation/amazon-ec2.md)
4242
* [Kubernetes](installation/kubernetes.md)
4343
* [macOS](installation/macos.md)
4444
* [Windows](installation/windows.md)
45+
* [Upgrade notes](installation/upgrade-notes.md)
4546

4647
## Administration
4748

installation/downloads.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Download Fluent Bit for supported platforms
2+
3+
Fluent Bit supports the following operating systems and architectures:
4+
5+
| Operating System | Distribution | Architectures |
6+
| :--- | :--- | :--- |
7+
| Linux | [Amazon Linux 2023](/downloads/linux/amazon-linux.md) | x86_64, Arm64v8 |
8+
| | [Amazon Linux 2](/downloads/linux/amazon-linux.md) | x86_64, Arm64v8 |
9+
| | [CentOS 9 Stream](/downloads/linux/redhat-centos.md) | x86_64, Arm64v8 |
10+
| | [CentOS 8](/downloads/linux/redhat-centos.md) | x86_64, Arm64v8 |
11+
| | [CentOS 7](/downloads/linux/redhat-centos.md) | x86_64, Arm64v8 |
12+
| | [Rocky Linux 8](/downloads/linux/alma-rocky.md) | x86_64, Arm64v8 |
13+
| | [Rocky Linux 9](/downloads/linux/alma-rocky.md) | x86_64, Arm64v8 |
14+
| | [Alma Linux 8](/downloads/linux/alma-rocky.md) | x86_64, Arm64v8 |
15+
| | [Alma Linux 9](/downloads/linux/alma-rocky.md) | x86_64, Arm64v8 |
16+
| | [Debian 12 (Bookworm)](/downloads/linux/debian.md) | x86_64, Arm64v8 |
17+
| | [Debian 11 (Bullseye)](/downloads/linux/debian.md) | x86_64, Arm64v8 |
18+
| | [Debian 10 (Buster)](/downloads/linux/debian.md) | x86_64, Arm64v8 |
19+
| | [Ubuntu 24.04 (Noble Numbat)](/downloads/linux/ubuntu.md) | x86_64, Arm64v8 |
20+
| | [Ubuntu 22.04 (Jammy Jellyfish)](/downloads/linux/ubuntu.md) | x86_64, Arm64v8 |
21+
| | [Raspbian 12 (Bookworm)](/downloads/linux/raspbian-raspberry-pi.md) | Arm32v7 |
22+
| macOS | * | x86_64, Apple M1 |
23+
| Windows | [Windows Server 2019](windows.md) | x86_64, x86 |
24+
| | [Windows 10 1903](windows.md) | x86_64, x86 |
25+
26+
From an architecture support perspective, Fluent Bit is fully functional on x86_64, Arm64v8, and Arm32v7 based processors.
27+
28+
Fluent Bit can work also on macOS and Berkeley Software Distribution (BSD) systems, but not all plugins will be available on all platforms.
29+
30+
Official support is 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).
31+
32+
Fluent Bit is supported for Linux on IBM Z (s390x) environments with some restrictions, but only container images are provided for these targets officially.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)