Skip to content

Commit 0f3c170

Browse files
committed
Remove buster
Signed-off-by: Amin Vakil <[email protected]>
1 parent a9b0ef4 commit 0f3c170

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

installation/downloads.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Fluent Bit supports the following operating systems and architectures:
1515
| | [Alma Linux 9](downloads/linux/alma-rocky.md) | x86_64, Arm64v8 |
1616
| | [Debian 12 (Bookworm)](downloads/linux/debian.md) | x86_64, Arm64v8 |
1717
| | [Debian 11 (Bullseye)](downloads/linux/debian.md) | x86_64, Arm64v8 |
18-
| | [Debian 10 (Buster)](downloads/linux/debian.md) | x86_64, Arm64v8 |
1918
| | [Ubuntu 24.04 (Noble Numbat)](downloads/linux/ubuntu.md) | x86_64, Arm64v8 |
2019
| | [Ubuntu 22.04 (Jammy Jellyfish)](downloads/linux/ubuntu.md) | x86_64, Arm64v8 |
2120
| | [Raspbian 12 (Bookworm)](downloads/linux/raspbian-raspberry-pi.md) | Arm32v7 |

installation/downloads/linux/raspbian-raspberry-pi.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Fluent Bit is distributed as the `fluent-bit` package and is available for [Rasp
44

55
- Raspbian Bookworm (12)
66
- Raspbian Bullseye (11)
7-
- Raspbian Buster (10)
87

98
## Server GPG key
109

@@ -53,12 +52,6 @@ echo "deb https://packages.fluentbit.io/raspbian/bookworm bookworm main" | sudo
5352
echo "deb https://packages.fluentbit.io/raspbian/bullseye bullseye main" | sudo tee /etc/apt/sources.list.d/fluent-bit.list
5453
```
5554

56-
### Raspbian 10 (Buster)
57-
58-
```shell
59-
echo "deb https://packages.fluentbit.io/raspbian/buster buster main" | sudo tee /etc/apt/sources.list.d/fluent-bit.list
60-
```
61-
6255
### Update your repositories database
6356

6457
Now let your system update the `apt` database:
@@ -104,4 +97,4 @@ $ sudo service fluent-bit status
10497
...
10598
```
10699

107-
The default configuration of Fluent Bit collects metrics for CPU usage and sends the records to the standard output. You can see the outgoing data in your `/var/log/syslog` file.
100+
The default configuration of Fluent Bit collects metrics for CPU usage and sends the records to the standard output. You can see the outgoing data in your `/var/log/syslog` file.

installation/getting-started-with-fluent-bit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To select a package for a container or operating system, use the instructions fo
3737
| Ubuntu | [Ubuntu 16.04 LTS](downloads/linux/ubuntu.md), [Ubuntu 18.04 LTS](downloads/linux/ubuntu.md), [Ubuntu 20.04 LTS](downloads/linux/ubuntu.md), [Ubuntu 22.04 LTS](downloads/linux/ubuntu.md), [Ubuntu 24.04 LTS](downloads/linux/ubuntu.md) |
3838
| Debian | [Debian 10](downloads/linux/debian.md), [Debian 11](downloads/linux/debian.md), [Debian 12](downloads/linux/debian.md) |
3939
| Amazon Linux | [Amazon Linux 2](downloads/linux/amazon-linux.md#install-on-amazon-linux-2), [Amazon Linux 2022](downloads/linux/amazon-linux.md#amazon-linux-2022) |
40-
| Raspbian / Raspberry Pi | [Raspbian 10](downloads/linux/raspbian-raspberry-pi.md#raspbian-10-buster), [Raspbian 11](downloads/linux/raspbian-raspberry-pi.md#raspbian-11-bullseye) |
40+
| Raspbian / Raspberry Pi | [Raspbian 11](downloads/linux/raspbian-raspberry-pi.md#raspbian-11-bullseye) |
4141
| Yocto / Embedded Linux | [Yocto / Embedded Linux](downloads/linux/yocto-embedded-linux.md#fluent-bit-and-other-architectures) |
4242
| Buildroot / Embedded Linux | [Buildroot / Embedded Linux](downloads/linux/buildroot-embedded-linux.md) |
4343

0 commit comments

Comments
 (0)