logo
docker.io/perconalab/fluentbit:main-logcollector
linux/amd64 docker.io Joe🇨🇳 贡献

docker.io/perconalab/fluentbit是Percona实验室提供的Fluent Bit镜像。Fluent Bit是一款轻量级、高性能的日志收集与处理工具,支持收集来自多种来源的日志数据,进行过滤、转换后转发至指定的存储或分析系统,适用于容器化环境(如Kubernetes)及云原生架构下的日志管理场景。

24
浏览次数
555.98MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector
源镜像
docker.io/perconalab/fluentbit:main-logcollector
镜像ID
sha256:2fb49d6046dedb084c566bc5c50b29c48edd5c08ca804981f3959c3143187721
镜像 TAG
main-logcollector
镜像大小
555.98MB
平台架构
linux/amd64
镜像源
docker.io
CMD
fluent-bit
启动入口
/entrypoint.sh
工作目录
/
OS/平台
linux/amd64
镜像创建
2026-09-03T14:26:08.639710777Z
同步时间
2026-09-15 10:17
浏览量
24 次
贡献者
avatar Joe🇨🇳
📁 目录挂载 1
 /etc/fluentbit
⚙️ 环境变量 7
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
PERCONA_SERVER_VERSION=8.0.45 2
PERCONA_SERVER_PERC_VERSION=36 3
PERCONA_SERVER_BUILD_VERSION=1 4
PERCONA_VERSION=8.0.45-36.1.el9 5
FLUENTBIT_VERSION=5.1.1-1 6
🏷️ 镜像标签 24
KeyValue
x86_64 architecture
2026-08-31T08:53:29Z build-date
ubi9-minimal-container com.redhat.component
https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI com.redhat.license_terms
cpe:/a:redhat:enterprise_linux:9::appstream cpe
Fluent Bit docker image description
public distribution-scope
1.44.0 io.buildah.version
The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly. io.k8s.description
Red Hat Universal Base Image 9 Minimal io.k8s.display-name
io.openshift.expose-services
minimal rhel9 io.openshift.tags
Percona Development <info@percona.com> maintainer
Fluent Bit name
info@percona.com org.opencontainers.image.authors
2026-08-31T08:53:29Z org.opencontainers.image.created
3c32d7c63d617fc21bc66bb65a893d8db99096da org.opencontainers.image.revision
1788166357 release
Fluent Bit is a lightweight and high performance log processor summary
https://catalog.redhat.com/en/search?searchType=containers url
3c32d7c63d617fc21bc66bb65a893d8db99096da vcs-ref
git vcs-type
Percona vendor
9.8 version
🛡️ 镜像安全扫描
redhat 9.8 Trivy 2026-09-15 10:17 查看完整报告
242
低危 LOW
169
中危 MEDIUM
9
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
docker.io/perconalab/fluentbit:main-logcollector (redhat 9.8) redhat usr/local/bin/supercronic-linux-amd64 gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector  docker.io/perconalab/fluentbit:main-logcollector

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector  docker.io/perconalab/fluentbit:main-logcollector

Shell快速替换命令

sed -i 's#perconalab/fluentbit:main-logcollector#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector  docker.io/perconalab/fluentbit:main-logcollector'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector  docker.io/perconalab/fluentbit:main-logcollector'

镜像构建历史


# 2026-09-03 22:26:08  0.00B 设置默认要执行的命令
CMD ["fluent-bit"]
                        
# 2026-09-03 22:26:08  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2026-09-03 22:26:08  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/etc/fluentbit]
                        
# 2026-09-03 22:26:08  0.00B 指定运行容器时使用的用户
USER 1001
                        
# 2026-09-03 22:26:08  11.35KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.Dockerfile # buildkit
                        
# 2026-09-03 22:26:08  14.34MB 执行命令并创建新的镜像层
RUN |1 SUPERCRONIC_VERSION=v0.2.49 /bin/sh -c set -ex;     mkdir -p /etc/fluentbit;     chown -R 1001:1001 /etc/fluentbit /opt/percona /usr/local/bin;     chmod 664 /etc/passwd;     chmod -R 775 /opt/percona # buildkit
                        
# 2026-09-03 22:26:08  5.42KB 复制新文件或目录到容器中
COPY dockerdir / # buildkit
                        
# 2026-09-03 22:26:08  294.78KB 执行命令并创建新的镜像层
RUN |1 SUPERCRONIC_VERSION=v0.2.49 /bin/sh -c useradd -u 1001 -r -g 1001 -s /sbin/nologin         -c "Default Application User" mysql # buildkit
                        
# 2026-09-03 22:26:08  1.43KB 执行命令并创建新的镜像层
RUN |1 SUPERCRONIC_VERSION=v0.2.49 /bin/sh -c groupadd -g 1001 mysql # buildkit
                        
# 2026-09-03 22:26:07  14.33MB 执行命令并创建新的镜像层
RUN |1 SUPERCRONIC_VERSION=v0.2.49 /bin/sh -c set -ex;     cd /tmp;     arch=$(uname -m);     case "$arch" in         x86_64)             SUPERCRONIC=supercronic-linux-amd64;             SUPERCRONIC_SHA1SUM=e63c11a9726b775a6a11801e81af4f3fb926aa68 ;;         i386|i686)             SUPERCRONIC=supercronic-linux-386;             SUPERCRONIC_SHA1SUM=e8e25a4672a3caf3cebee10ef418cad085926595 ;;         armv7l|armv6l|armhf)             SUPERCRONIC=supercronic-linux-arm;             SUPERCRONIC_SHA1SUM=c98e10fc30de1147bfef8d7f2722f43c0db04fe5 ;;         aarch64)             SUPERCRONIC=supercronic-linux-arm64;             SUPERCRONIC_SHA1SUM=0b6c5bb743e0b0dafed1132198c81807927ac413 ;;         *)             echo "unsupported architecture: $arch" && exit 1 ;;     esac;     curl -fsSLO "https://github.com/aptible/supercronic/releases/download/${SUPERCRONIC_VERSION}/${SUPERCRONIC}";     echo "${SUPERCRONIC_SHA1SUM}  ${SUPERCRONIC}" | sha1sum -c -;     chmod +x "${SUPERCRONIC}";     mv "${SUPERCRONIC}" "/usr/local/bin/${SUPERCRONIC}";     ln -sf "/usr/local/bin/${SUPERCRONIC}" /usr/bin/supercronic # buildkit
                        
# 2026-09-03 22:26:07  0.00B 定义构建参数
ARG SUPERCRONIC_VERSION=v0.2.49
                        
# 2026-09-03 22:26:07  401.26MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex;     microdnf install -y       hostname       postgresql-libs       shadow-utils       yum-utils       fluent-bit-${FLUENTBIT_VERSION}       logrotate       make       libpq       procps-ng       compat-openssl11       percona-mongodb-mongosh       percona-server-client-${PERCONA_VERSION}       tar       vim-minimal;     curl -Lf https://github.com/michaloo/go-cron/releases/download/v0.0.2/go-cron.tar.gz -o /tmp/go-cron.tar.gz;     tar xvf /tmp/go-cron.tar.gz -C /usr/bin;     rm -rf /var/cache /tmp/go-cron.tar.gz # buildkit
                        
# 2026-09-03 22:25:53  165.00B 执行命令并创建新的镜像层
RUN /bin/sh -c printf "%s\n"     "[fluent-bit]"     "name=Fluent Bit"     "baseurl=https://packages.fluentbit.io/centos/9/"     "gpgcheck=1"     "gpgkey=https://packages.fluentbit.io/fluentbit.key"     "repo_gpgcheck=1"     "enabled=1"     > /etc/yum.repos.d/fluent-bit.repo # buildkit
                        
# 2026-09-03 22:25:53  18.74MB 执行命令并创建新的镜像层
RUN /bin/sh -c export GNUPGHOME="$(mktemp -d)"     && gpg --keyserver https://packages.fluentbit.io/fluentbit.key --recv-keys C3C0A28534B9293EAF51FABD9F9DDC083888C1CD     && gpg --export --armor C3C0A28534B9293EAF51FABD9F9DDC083888C1CD > ${GNUPGHOME}/RPM-GPG-KEY-Fluent     && gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 567E347AD0044ADE55BA8A5F199E2F91FD431D51     && gpg --batch --export --armor 567E347AD0044ADE55BA8A5F199E2F91FD431D51 > ${GNUPGHOME}/RPM-GPG-KEY-redhat-release     && rpmkeys --import ${GNUPGHOME}/RPM-GPG-KEY-Fluent ${GNUPGHOME}/RPM-GPG-KEY-redhat-release     && gpg --keyserver keyserver.ubuntu.com --recv-keys 4D1BB29D63D98E422B2113B19334A25F8507EFA5     && gpg --export --armor 4D1BB29D63D98E422B2113B19334A25F8507EFA5 > ${GNUPGHOME}/PERCONA-PACKAGING-KEY     && rpmkeys --import ${GNUPGHOME}/PERCONA-PACKAGING-KEY     && microdnf install -y findutils     && curl -Lf -o /tmp/percona-release.rpm https://repo.percona.com/yum/percona-release-latest.noarch.rpm     && rpmkeys --checksig /tmp/percona-release.rpm     && rpm -i /tmp/percona-release.rpm     && rm -rf "$GNUPGHOME" /tmp/percona-release.rpm     && rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY     && percona-release setup pdps-${PERCONA_SERVER_VERSION}     && percona-release enable psmdb-80 release # buildkit
                        
# 2026-09-03 22:25:53  0.00B 设置环境变量 FLUENTBIT_VERSION
ENV FLUENTBIT_VERSION=5.1.1-1
                        
# 2026-09-03 22:25:53  0.00B 设置环境变量 PERCONA_VERSION
ENV PERCONA_VERSION=8.0.45-36.1.el9
                        
# 2026-09-03 22:25:53  0.00B 设置环境变量 PERCONA_SERVER_BUILD_VERSION
ENV PERCONA_SERVER_BUILD_VERSION=1
                        
# 2026-09-03 22:25:53  0.00B 设置环境变量 PERCONA_SERVER_PERC_VERSION
ENV PERCONA_SERVER_PERC_VERSION=36
                        
# 2026-09-03 22:25:53  0.00B 设置环境变量 PERCONA_SERVER_VERSION
ENV PERCONA_SERVER_VERSION=8.0.45
                        
# 2026-09-03 22:25:53  0.00B 添加元数据标签
LABEL name=Fluent Bit description=Fluent Bit docker image vendor=Percona maintainer=Percona Development <info@percona.com> summary=Fluent Bit is a lightweight and high performance log processor org.opencontainers.image.authors=info@percona.com
                        
# 2026-08-31 16:53:45  106.99MB 
/bin/sh -c #(nop) LABEL "org.opencontainers.image.created"="2026-08-31T08:53:29Z" "org.opencontainers.image.revision"="3c32d7c63d617fc21bc66bb65a893d8db99096da" "build-date"="2026-08-31T08:53:29Z" "architecture"="x86_64" "vcs-ref"="3c32d7c63d617fc21bc66bb65a893d8db99096da" "vcs-type"="git" "release"="1788166357"org.opencontainers.image.created=2026-08-31T08:53:29Z,org.opencontainers.image.revision=3c32d7c63d617fc21bc66bb65a893d8db99096da
                        
# 2026-08-31 16:53:45  0.00B 
/bin/sh -c #(nop) COPY dir:06b2f05cbdc30c870d2738e959aef49498d01d38b907966b94425ac991c6f532 in /root/buildinfo/      
                        
# 2026-08-31 16:53:45  0.00B 
/bin/sh -c #(nop) COPY dir:06b2f05cbdc30c870d2738e959aef49498d01d38b907966b94425ac991c6f532 in /usr/share/buildinfo/      
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) COPY dir:19cc2d5b9eaa116f3cb84eada48063b3bc3fe9e2c9e39a73cc87b72cc8d70c32 in /      
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.8"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-08-31 16:53:44  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:2fb49d6046dedb084c566bc5c50b29c48edd5c08ca804981f3959c3143187721",
    "RepoTags": [
        "perconalab/fluentbit:main-logcollector",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit:main-logcollector"
    ],
    "RepoDigests": [
        "perconalab/fluentbit@sha256:2f908a2bf7e700a88960209e46b32248170664a387253fd033b3e796d63f55bd",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/fluentbit@sha256:e2f54277a4c0890acab41405b80564f68c863b3e61461ab6b56a7e31a2875f97"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-03T14:26:08.639710777Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1001",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "PERCONA_SERVER_VERSION=8.0.45",
            "PERCONA_SERVER_PERC_VERSION=36",
            "PERCONA_SERVER_BUILD_VERSION=1",
            "PERCONA_VERSION=8.0.45-36.1.el9",
            "FLUENTBIT_VERSION=5.1.1-1"
        ],
        "Cmd": [
            "fluent-bit"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/etc/fluentbit": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2026-08-31T08:53:29Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "Fluent Bit docker image",
            "distribution-scope": "public",
            "io.buildah.version": "1.44.0",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "Percona Development \u003cinfo@percona.com\u003e",
            "name": "Fluent Bit",
            "org.opencontainers.image.authors": "info@percona.com",
            "org.opencontainers.image.created": "2026-08-31T08:53:29Z",
            "org.opencontainers.image.revision": "3c32d7c63d617fc21bc66bb65a893d8db99096da",
            "release": "1788166357",
            "summary": "Fluent Bit is a lightweight and high performance log processor",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "3c32d7c63d617fc21bc66bb65a893d8db99096da",
            "vcs-type": "git",
            "vendor": "Percona",
            "version": "9.8"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 555980097,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9eac4feb34d8145ec5dfbb5f4e50da1a94dcf89cdb32684525b529dd28b64edf/diff:/var/lib/docker/overlay2/0165626b44aa2e0bfd0d0944ad3a5b5c353c1bc205e86c643f79d06835999430/diff:/var/lib/docker/overlay2/d20cbad128c60d49a4706a499b3be3775792d32664a77bc8fd4e2436a5f47fab/diff:/var/lib/docker/overlay2/599b31d68be82ed1909112e7dd37e4a1defd73fe33793b12d56f0ac001d77d8f/diff:/var/lib/docker/overlay2/8d972d980f4cf4ad374c6073e8eced92a43d9fa28aeb632b4ac2100adfa365ac/diff:/var/lib/docker/overlay2/14b0a6f8161298a2a1569ffe38f6f79068ad950a0c949171d9b6c055c9f54657/diff:/var/lib/docker/overlay2/0865811d40ee04330d99de2d4c8929f4934759753c0ab014eaf09b7ef59eac56/diff:/var/lib/docker/overlay2/f4f1c9fc0e0695f291585fb92013f38e0ea5ea0fad525395c1104e101673fde3/diff:/var/lib/docker/overlay2/cf583f84cfff3b109e49b461260afe6e2ba9cd2720976e95e888672247ab18b0/diff",
            "MergedDir": "/var/lib/docker/overlay2/36719292a865d1ce92ad3b4da258459e34021d1c44a863ab14681ce07730ddae/merged",
            "UpperDir": "/var/lib/docker/overlay2/36719292a865d1ce92ad3b4da258459e34021d1c44a863ab14681ce07730ddae/diff",
            "WorkDir": "/var/lib/docker/overlay2/36719292a865d1ce92ad3b4da258459e34021d1c44a863ab14681ce07730ddae/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:56550161697f795bc52c827a70fe1e427be4c6bdf4e3c9b2d560f51c2524b6f3",
            "sha256:b26f573414ae469a106dc1c6789b24ccbf6ced8c2e76240ac966a376a70f6932",
            "sha256:d8214af8e252352abda15caea83b5d0eb8193a23fbf9a7a2dd83cd7792533d7b",
            "sha256:c3be62c83526e99a0691c8b54e093144474141654f70ed4bc34b231a28072558",
            "sha256:8ff888489a1d843d8595235bdc14b3ab09b9dd9a4026f358c21cc529ab754241",
            "sha256:ef51cb355ff5b35ceaffd73c1fd84cafa3e7548905576557718e856ae40954a0",
            "sha256:c71a64dd75b1e45f78732489733dfad7227bf3195adbd59cb5e46499a2d2c466",
            "sha256:01a58a0e206e2b0d75d3f4fd363892ce6abd2dd27666f305adb3c8aa6dc75204",
            "sha256:1ea804524394a980820b096fd63ebfe8f6bd036bdd6c2a895292d01815112422",
            "sha256:21e9adf9eb73f5d1b9d7178227e622ec95bc8c260e2848b06960227e033c78ec"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-15T10:17:16.203517142+08:00"
    }
}

更多版本

docker.io/perconalab/fluentbit:main-logcollector

linux/amd64 docker.io555.98MB2026-09-15 10:17
23
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×