You can download (pull) the image using standard container management tools. Using Docker To download the latest stable release: docker pull cr.fluentbit.io/fluent/fluent-bit:latest Use code with caution. Using Podman For environments where Podman is the preferred engine: podman pull cr.fluentbit.io/fluent/fluent-bit:3.2.4 Use code with caution. Key Considerations for Production Docker | Fluent Bit: Official Manual
The official Fluent Bit images are maintained by the Fluent community and are available across several major registries: fluentbit image download
For AWS-optimised deployments, you can find images at AWS for Fluent Bit. You can download (pull) the image using standard
The primary repository for production-ready images is fluent/fluent-bit. Key Considerations for Production Docker | Fluent Bit:
Bitnami provides security-hardened, "distroless" images via bitnami/fluent-bit . Understanding Image Tags and Versions
When downloading an image, choosing the right tag is critical for stability and security. 3.2.4 Best for production stability. Minor Version 3.2 Automatically tracks the latest patch in the 3.2 series. Debug Images 3.2.4-debug Includes a shell (Busybox) and troubleshooting tools. Architecture Specific x86_64 , arm64v8
You can pull directly from the project's own registry using cr.fluentbit.io/fluent/fluent-bit .