Fluent Bit container images are available on Docker Hub ready for production usage. Current available images can be deployed in multiple architectures.
The following table describe the tags are available on Docker Hub fluent/fluent-bit repository:
It's strongly suggested that you always use the latest image of Fluent Bit.
Our x86_64 stable image is based in Distroless focusing on security containing just the Fluent Bit binary and minimal system libraries and basic configuration. Optionally, we provide debug images for x86_64 which contains Busybox that can be used to troubleshoot or testing purposes.
In addition, the main manifest provides images for arm64v8 and arm32v7 architectures. From a deployment perspective there is no need to specify an architecture, the container client tool that pulls the image gets the proper layer for the running architecture.
For every architecture we build the layers using the following base images:
Download the last stable image from 1.6 series:
Once the image is in place, now run the following (useless) test which makes Fluent Bit measure CPU usage by the container:
That command will let Fluent Bit measure CPU usage every second and flush the results to the standard output, e.g:
Alpine Linux uses Musl C library instead of Glibc. Musl is not fully compatible with Glibc which generated many issues in the following areas when used with Fluent Bit:
Memory Allocator: to run Fluent Bit properly in high-load environments, we use Jemalloc as a default memory allocator which reduce fragmentation and provides better performance for our needs. Jemalloc cannot run smoothly with Musl and requires extra work.
Alpine Linux Musl functions bootstrap have a compatibility issue when loading Golang shared libraries, this generate problems when trying to load Golang output plugins in Fluent Bit.
Alpine Linux Musl Time format parser does not support Glibc extensions
Maintainers preference in terms of base image due to security and maintenance reasons are Distroless and Debian.
Our Docker containers images are deployed thousands of times per day, we take security and stability very seriously.
The latest tag most of the time points to the latest stable image. When we release a major update to Fluent Bit like for example from v1.3.x to v1.4.0, we don't move latest tag until 2 weeks after the release. That give us extra time to verify with our community that everything works as expected.
Tag(s)
Manifest Architectures
Description
1.6
x86_64, arm64v8, arm32v7
Latest release of 1.6.x series.
1.6.10
x86_64, arm64v8, arm32v7
Release v1.6.10
1.6-debug, 1.6.10-debug
x86_64
v1.6.x releases + Busybox
1.6.9
x86_64, arm64v8, arm32v7
Release v1.6.9
1.6-debug, 1.6.9-debug
x86_64
v1.6.x releases + Busybox
1.6.8
x86_64, arm64v8, arm32v7
Release v1.6.8
1.6-debug, 1.6.8-debug
x86_64
v1.6.x releases + Busybox
1.6.6
x86_64, arm64v8, arm32v7
Release v1.6.6
1.6-debug, 1.6.6-debug
x86_64
v1.6.x releases + Busybox
1.6.5
x86_64, arm64v8, arm32v7
Release v1.6.5
1.6-debug, 1.6.5-debug
x86_64
v1.6.x releases + Busybox
1.6.4
x86_64, arm64v8, arm32v7
Release v1.6.4
1.6-debug, 1.6.4-debug
x86_64
v1.6.x releases + Busybox
1.6.3
x86_64, arm64v8, arm32v7
Release v1.6.3
1.6-debug, 1.6.3-debug
x86_64
v1.6.x releases + Busybox
1.6.2
x86_64, arm64v8, arm32v7
Release v1.6.2
1.6-debug, 1.6.2-debug
x86_64
v1.6.x releases + Busybox
1.6.1
x86_64, arm64v8, arm32v7
Release v1.6.1
1.6-debug, 1.6.1-debug
x86_64
v1.6.x releases + Busybox
1.6.0
x86_64, arm64v8, arm32v7
Release v1.6.0
1.6-debug, 1.6.0-debug
x86_64
v1.6.x releases + Busybox
Architecture
Base Image
x86_64
arm64v8
arm64v8/debian:buster-slim
arm32v7
arm32v7/debian:buster-slim