From 29575a518675036889f24ba54e792751595159b6 Mon Sep 17 00:00:00 2001 From: Patrick Stephens Date: Sun, 16 Nov 2025 12:11:51 +0000 Subject: [PATCH] fix: add missing 4.1 images Signed-off-by: Patrick Stephens --- installation/downloads/docker.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installation/downloads/docker.md b/installation/downloads/docker.md index 41f17f0cf..9c549a976 100644 --- a/installation/downloads/docker.md +++ b/installation/downloads/docker.md @@ -44,6 +44,10 @@ The following table describes the Linux container tags that are available on Doc | ------------ | ------------------------- | -------------------------------------------------------------- | | 4.2.0-debug | x86_64, arm64v8, arm32v7, s390x | Debug images | | 4.2.0 | x86_64, arm64v8, arm32v7, s390x | Release [v4.2.0](https://fluentbit.io/announcements/v4.2.0/) | +| 4.1.1-debug | x86_64, arm64v8, arm32v7, s390x | Debug images | +| 4.1.1 | x86_64, arm64v8, arm32v7, s390x | Release [v4.1.1](https://fluentbit.io/announcements/v4.1.1/) | +| 4.1.0-debug | x86_64, arm64v8, arm32v7, s390x | Debug images | +| 4.1.0 | x86_64, arm64v8, arm32v7, s390x | Release [v4.1.0](https://fluentbit.io/announcements/v4.1.0/) | | 4.0.13-debug | x86_64, arm64v8, arm32v7, s390x | Debug images | | 4.0.13 | x86_64, arm64v8, arm32v7, s390x | Release [v4.0.13](https://fluentbit.io/announcements/v4.0.13/) | | 4.0.12-debug | x86_64, arm64v8, arm32v7, s390x | Debug images |