Skip to content

Commit b38e0d6

Browse files
author
Pat
authored
docker: update 1.8.12 base image details (#694)
Signed-off-by: Patrick Stephens <[email protected]>
1 parent d59b6c5 commit b38e0d6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

installation/docker.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The following table describes the tags that are available on Docker Hub [fluent/
88

99
| Tag\(s\) | Manifest Architectures | Description |
1010
| :--- | :--- | :--- |
11+
| 1.8.12 | x86\_64, arm64v8, arm32v7 | Release [v1.8.12](https://fluentbit.io/announcements/v1.8.12/) |
12+
| 1.8-debug, 1.8.12-debug | x86\_64 | v1.8.x releases (production + debug) |
1113
| 1.8.11 | x86\_64, arm64v8, arm32v7 | Release [v1.8.11](https://fluentbit.io/announcements/v1.8.11/) |
1214
| 1.8-debug, 1.8.11-debug | x86\_64 | v1.8.x releases + Busybox |
1315
| 1.8.10 | x86\_64, arm64v8, arm32v7 | Release [v1.8.10](https://fluentbit.io/announcements/v1.8.10/) |
@@ -35,17 +37,19 @@ It's strongly suggested that you always use the latest image of Fluent Bit.
3537

3638
## Multi Architecture Images
3739

38-
Our x86\_64 stable image is based in [Distroless](https://github.com/GoogleContainerTools/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.
40+
Our x86\_64 stable image is based on [Distroless](https://github.com/GoogleContainerTools/distroless) focusing on security containing just the Fluent Bit binary and minimal system libraries and basic configuration.
41+
Optionally, we provide **debug** images for x86\_64 which contain a full shell and package manager that can be used to troubleshoot or for testing purposes.
3942

40-
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.
43+
In addition, the main manifest provides images for arm64v8 and arm32v7 architectures.
44+
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.
4145

4246
For every architecture we build the layers using the following base images:
4347

4448
| Architecture | Base Image |
4549
| :--- | :--- |
4650
| x86\_64 | [Distroless](https://github.com/GoogleContainerTools/distroless) |
47-
| arm64v8 | arm64v8/debian:buster-slim |
48-
| arm32v7 | arm32v7/debian:buster-slim |
51+
| arm64v8 | arm64v8/debian:bullseye-slim |
52+
| arm32v7 | arm32v7/debian:bullseye-slim |
4953

5054
## Getting Started
5155

0 commit comments

Comments
 (0)