We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2136f97 commit f65a25cCopy full SHA for f65a25c
installation/linux/raspbian-raspberry-pi.md
@@ -4,6 +4,7 @@ Fluent Bit is distributed as the `fluent-bit` package and is available for the
4
Raspberry, specifically for [Raspbian](http://raspbian.org) distribution. The
5
following versions are supported:
6
7
+* Raspbian Bookworm (12)
8
* Raspbian Bullseye (11)
9
* Raspbian Buster (10)
10
@@ -48,6 +49,12 @@ APT server entry to your sources lists.
48
49
50
Add the following content at bottom of your `/etc/apt/sources.list` file.
51
52
+### Raspbian 12 (Bookworm)
53
+
54
+```text
55
+deb https://packages.fluentbit.io/raspbian/bookworm bookworm main
56
+```
57
58
### Raspbian 11 (Bullseye)
59
60
```text
0 commit comments