Skip to content
Merged
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
11 changes: 11 additions & 0 deletions installation/linux/redhat-centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Fluent Bit is distributed as **fluent-bit** package and is available for the lat
* x86\_64
* aarch64 / arm64v8

## CentOS 8
CentOS 8 is now EOL so the default Yum repositories are unavailable.

Make sure to configure to use an appropriate mirror, for example:
```
$ sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*
```

An alternative is to use Rocky or Alma Linux which *should* be equivalent.

## Configure Yum

We provide **fluent-bit** through a Yum repository. In order to add the repository reference to your system, please add a new file called _fluent-bit.repo_ in _/etc/yum.repos.d/_ with the following content:
Expand Down
3 changes: 2 additions & 1 deletion installation/supported-platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ The following operating systems and architectures are supported in Fluent Bit.
| Linux | [Amazon Linux 2](linux/amazon-linux.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 11 \(Bullseye\)](linux/debian.md) | x86\_64, Arm64v8 |
| | [Debian 10 \(Buster\)](linux/debian.md) | x86\_64, Arm64v8 |
| | [Debian 9 \(Stretch\)](linux/debian.md) | x86\_64, Arm64v8 |
| | [Nixos](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/fluent-bit/default.nix) | 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 |
Expand Down