Closed as not planned
Description
Bug Report
Describe the bug
docker tag 3.2.5-debug doesn't include debug tools. this also includes 3.2-debug etc.
To Reproduce
$ docker run --rm -ti fluent/fluent-bit:3.2.5-debug /bin/sh
Fluent Bit v3.2.5
* Copyright (C) 2015-2024 The Fluent Bit Authors
* Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
* https://fluentbit.io
______ _ _ ______ _ _ _____ _____
| ___| | | | | ___ (_) | |____ |/ __ \
| |_ | |_ _ ___ _ __ | |_ | |_/ /_| |_ __ __ / /`' / /'
| _| | | | | |/ _ \ '_ \| __| | ___ \ | __| \ \ / / \ \ / /
| | | | |_| | __/ | | | |_ | |_/ / | |_ \ V /.___/ /./ /___
\_| |_|\__,_|\___|_| |_|\__| \____/|_|\__| \_/ \____(_)_____/
[2025/01/27 21:42:28] [ info] [fluent bit] version=3.2.5, commit=69ab1c11a1, pid=1
[2025/01/27 21:42:28] [ info] [storage] ver=1.5.2, type=memory, sync=normal, checksum=off, max_chunks_up=128
[2025/01/27 21:42:28] [ info] [simd ] disabled
[2025/01/27 21:42:28] [ info] [cmetrics] version=0.9.9
[2025/01/27 21:42:28] [ info] [ctraces ] version=0.5.7
[2025/01/27 21:42:28] [ info] [sp] stream processor started
Expected behavior
$ docker run --rm -ti fluent/fluent-bit:3.2.4-debug /bin/sh
#