Namespace
fluent
Image / Tag
fluent-bit:5.0-dev-20260106
Content Digest
sha256:7dbff4cae1afab87fa5fd2071d056d79a8f2cde34e2976e3588a9a0e002031ae
Details
Created

2026-01-06 17:37:19 -0600

Size

521 MB

Content Digest
Labels
  • author
    Eduardo Silva <eduardo.silva@chronosphere.io>
  • description
    Fluent Bit multi-architecture debug container image
  • org.opencontainers.image.authors
    Eduardo Silva <eduardo.silva@chronosphere.io>
  • org.opencontainers.image.description
    Fluent Bit debug container image
  • org.opencontainers.image.documentation
    https://docs.fluentbit.io/
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.source
    https://github.com/fluent/fluent-bit
  • org.opencontainers.image.title
    Fluent Bit Debug
  • org.opencontainers.image.vendor
    Fluent Organization
  • org.opencontainers.image.version
    4.2.3-debug
  • vendor
    Fluent Organization
  • version
    4.2.3-debug

Environment
DEBIAN_FRONTEND

noninteractive

FLUENT_BIT_VERSION

4.2.3

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:02d7611c4eae219af91448a4720bdba036575d3bc0356cfe12774af85daa6aff - 5.45% (28.4 MB)

[#001] sha256:2bef689c7d6e11792f4330ffc8d0c23f96909e49529d809420c064ecb78f7f17 - 0.44% (2.28 MB)

[#002] sha256:4c0460225f37bd828bbd40ce8e6a193e5b1296966b1c939be38e50caa33d076f - 0.5% (2.59 MB)

[#003] sha256:8674f161bd0c1c1e2d5f563e735efb3f2b7791abc9812e105d77325e10d34f68 - 88.23% (460 MB)

[#004] sha256:a13ca4bba5957651cbc93e30c76beec30ea085e63ef5f6bcdea34589c2bf7a9c - 0.0% (195 Bytes)

[#005] sha256:70d6bd0d2e71a0710e2a9e7ff2226ec3ec0b9425bdb362d25fa2428bb323dbb4 - 5.39% (28.1 MB)


History
2025-12-29 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'amd64' out/ 'trixie' '@1766966400'

2026-01-06 17:34:14 -0600 (buildkit.dockerfile.v0)

ARG RELEASE_VERSION=4.2.3

2026-01-06 17:34:14 -0600 (buildkit.dockerfile.v0)

ENV FLUENT_BIT_VERSION=4.2.3

2026-01-06 17:34:14 -0600 (buildkit.dockerfile.v0)

LABEL description=Fluent Bit multi-architecture debug container image vendor=Fluent Organization version=4.2.3-debug author=Eduardo Silva <eduardo.silva@chronosphere.io> org.opencontainers.image.description=Fluent Bit debug container image org.opencontainers.image.title=Fluent Bit Debug org.opencontainers.image.licenses=Apache-2.0 org.opencontainers.image.vendor=Fluent Organization org.opencontainers.image.version=4.2.3-debug org.opencontainers.image.source=https://github.com/fluent/fluent-bit org.opencontainers.image.documentation=https://docs.fluentbit.io/ org.opencontainers.image.authors=Eduardo Silva <eduardo.silva@chronosphere.io>

2026-01-06 17:34:14 -0600 (buildkit.dockerfile.v0)

COPY /usr/bin/qemu-arm-static /usr/bin/ # buildkit

2026-01-06 17:34:14 -0600 (buildkit.dockerfile.v0)

COPY /usr/bin/qemu-aarch64-static /usr/bin/ # buildkit

2026-01-06 17:34:14 -0600 (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-01-06 17:35:33 -0600 (buildkit.dockerfile.v0)

RUN |1 RELEASE_VERSION=4.2.3 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libssl3t64 libcurl4t64 libnghttp2-14 libnghttp3-9 librtmp1 libssh2-1t64 libpsl5t64 libbrotli1 libsasl2-2 pkg-config libpq5 libsystemd0 zlib1g ca-certificates libatomic1 libgcrypt20 libyaml-0-2 libldap2 bash gdb valgrind build-essential git bash-completion vim tmux jq dnsutils iputils-ping iputils-arping iputils-tracepath iputils-clockdiff tcpdump curl nmap tcpflow iftop net-tools mtr netcat-openbsd bridge-utils iperf ngrep openssl htop atop strace iotop sysstat ncdu logrotate hdparm pciutils psmisc tree pv make tar flex bison libssl-dev libsasl2-dev libsystemd-dev zlib1g-dev libpq-dev libyaml-dev postgresql-server-dev-all && apt-get satisfy -y cmake "cmake (<< 4.0)" && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-01-06 17:35:33 -0600 (buildkit.dockerfile.v0)

RUN |1 RELEASE_VERSION=4.2.3 /bin/sh -c rm -f /usr/bin/qemu-*-static # buildkit

2026-01-06 17:37:19 -0600 (buildkit.dockerfile.v0)

COPY /fluent-bit /fluent-bit # buildkit

2026-01-06 17:37:19 -0600 (buildkit.dockerfile.v0)

EXPOSE [2020/tcp]

2026-01-06 17:37:19 -0600 (buildkit.dockerfile.v0)

CMD ["/fluent-bit/bin/fluent-bit" "-c" "/fluent-bit/etc/fluent-bit.conf"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete