logo
docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1
linux/amd64 docker.io 维伦 贡献
该镜像是由Fluentd提供的,用于在Kubernetes集群中部署一个daemonset,负责日志收集和处理。

fluent/fluentd-kubernetes-daemonset

这是一个基于Fluentd的容器镜像,用于在Kubernetes集群中部署一个daemonset。该镜像提供了一个简单易用的日志收集和处理方案,可以轻松集成到现有的Kubernetes应用中。

关键特性:

  • 支持多种日志输入源(包括stdin、file、taillog等)
  • 支持多种输出目标(包括stdout、file、kafka等)
  • 内置了多种滤器和转换功能,方便日志处理和分析
  • 可配置的daemonset模式,适合大规模部署

使用场景:

  • Kubernetes集群中的应用日志收集和处理
  • 日志监控和分析
  • 应用性能监控(APM)
13
浏览次数
340.24MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1
源镜像
docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1
镜像ID
sha256:fec7ea683f5441eda03947b88907c0d08dc90c7ee93b42537607befc9544d7d0
镜像 TAG
v1.17-debian-kafka2-1
镜像大小
340.24MB
平台架构
linux/amd64
镜像源
docker.io
CMD
启动入口
tini -- /fluentd/entrypoint.sh
工作目录
/home/fluent
OS/平台
linux/amd64
镜像创建
2024-10-29T05:32:46.864624952Z
同步时间
2026-07-15 20:49
浏览量
13 次
贡献者
avatar 维伦
🔌 开放端口 2
24224/tcp 5140/tcp
⚙️ 环境变量 13
KeyValue
PATH=/fluentd/vendor/bundle/ruby/3.2.0/bin:/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
LANG=C.UTF-8 1
RUBY_VERSION=3.2.5 2
RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.xz 3
RUBY_DOWNLOAD_SHA256=7780d91130139406d39b29ed8fe16bba350d8fa00e510c76bef9b8ec1340903c 4
GEM_HOME=/fluentd/vendor/bundle/ruby/3.2.0 5
BUNDLE_SILENCE_ROOT_WARNING=1 6
BUNDLE_APP_CONFIG=/usr/local/bundle 7
FLUENTD_CONF=fluent.conf 8
LD_PRELOAD= 9
GEM_PATH=/fluentd/vendor/bundle/ruby/3.2.0 10
FLUENTD_DISABLE_BUNDLER_INJECTION=1 11
FLUENTD_OPT= 12
🏷️ 镜像标签 4
KeyValue
Fluentd docker image Description
Fluent Organization Vendor
1.17.1 Version
Eduardo Silva <eduardo@treasure-data.com> maintainer
🛡️ 镜像安全扫描
debian 12.7 Trivy 2026-07-15 20:50 查看完整报告
170
低危 LOW
191
中危 MEDIUM
120
高危 HIGH
17
严重 CRITICAL
受影响目标 (2)
docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1 (debian 12.7) debian Ruby gemspec

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1  docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1  docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1

Shell快速替换命令

sed -i 's#fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1  docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1  docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1'

镜像构建历史


# 2024-10-29 13:32:46  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--" "/fluentd/entrypoint.sh"]
                        
# 2024-10-29 13:32:46  0.00B 设置环境变量 LD_PRELOAD
ENV LD_PRELOAD=
                        
# 2024-10-29 13:32:46  0.00B 设置环境变量 FLUENTD_CONF
ENV FLUENTD_CONF=fluent.conf
                        
# 2024-10-29 13:32:46  0.00B 设置环境变量 FLUENTD_OPT
ENV FLUENTD_OPT=
                        
# 2024-10-29 13:32:46  221.00B 复制新文件或目录到容器中
COPY entrypoint.sh /fluentd/entrypoint.sh # buildkit
                        
# 2024-10-29 13:32:46  4.06KB 复制新文件或目录到容器中
COPY plugins /fluentd/plugins/ # buildkit
                        
# 2024-10-29 13:32:46  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c touch /fluentd/etc/disable.conf # buildkit
                        
# 2024-10-29 13:32:46  5.58KB 复制新文件或目录到容器中
COPY ./conf/kubernetes/*.conf /fluentd/etc/kubernetes/ # buildkit
                        
# 2024-10-29 13:32:46  175.00B 复制新文件或目录到容器中
COPY ./conf/tail_container_parse.conf /fluentd/etc/ # buildkit
                        
# 2024-10-29 13:32:46  476.00B 复制新文件或目录到容器中
COPY ./conf/prometheus.conf /fluentd/etc/ # buildkit
                        
# 2024-10-29 13:32:46  1.49KB 复制新文件或目录到容器中
COPY ./conf/kubernetes.conf /fluentd/etc/ # buildkit
                        
# 2024-10-29 13:32:46  1.03KB 复制新文件或目录到容器中
COPY ./conf/systemd.conf /fluentd/etc/ # buildkit
                        
# 2024-10-29 13:32:46  1.53KB 复制新文件或目录到容器中
COPY ./conf/fluent.conf /fluentd/etc/ # buildkit
                        
# 2024-10-29 13:32:46  144.11MB 执行命令并创建新的镜像层
RUN /bin/sh -c buildDeps="sudo make gcc g++ libc-dev libffi-dev build-essential autoconf automake libtool pkg-config libsasl2-dev libssl-dev zlib1g-dev libzstd-dev"   runtimeDeps="krb5-kdc libsasl2-modules-gssapi-mit libsasl2-2"       && export DEBIAN_FRONTEND=noninteractive  && apt-get update      && apt-get upgrade -y      && apt-get install      -y --no-install-recommends      $buildDeps $runtimeDeps net-tools     && gem install bundler --version 2.4.17     && bundle config silence_root_warning true     && bundle install --gemfile=/fluentd/Gemfile --path=/fluentd/vendor/bundle     && SUDO_FORCE_REMOVE=yes     apt-get purge -y --auto-remove                   -o APT::AutoRemove::RecommendsImportant=false                   $buildDeps                   '*-dev'  && rm -rf /var/lib/apt/lists/*     && gem sources --clear-all     && rm -rf /tmp/* /var/tmp/* /usr/lib/ruby/gems/*/cache/*.gem     && ldd $(gem contents rdkafka | grep librdkafka.so) | grep libsasl2.so.2 # buildkit
                        
# 2024-10-29 13:31:11  5.38KB 复制新文件或目录到容器中
COPY Gemfile* /fluentd/ # buildkit
                        
# 2024-10-29 13:31:11  0.00B 设置环境变量 FLUENTD_DISABLE_BUNDLER_INJECTION
ENV FLUENTD_DISABLE_BUNDLER_INJECTION=1
                        
# 2024-10-29 13:31:11  0.00B 设置环境变量 GEM_HOME
ENV GEM_HOME=/fluentd/vendor/bundle/ruby/3.2.0
                        
# 2024-10-29 13:31:11  0.00B 设置环境变量 GEM_PATH
ENV GEM_PATH=/fluentd/vendor/bundle/ruby/3.2.0
                        
# 2024-10-29 13:31:11  0.00B 设置环境变量 PATH
ENV PATH=/fluentd/vendor/bundle/ruby/3.2.0/bin:/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-10-29 13:31:11  0.00B 设置工作目录为/home/fluent
WORKDIR /home/fluent
                        
# 2024-10-29 13:31:11  0.00B 指定运行容器时使用的用户
USER root
                        
# 2024-10-29 13:31:11  0.00B 添加元数据标签
LABEL maintainer=Eduardo Silva <eduardo@treasure-data.com>
                        
# 2024-10-29 10:14:27  0.00B 设置默认要执行的命令
CMD ["fluentd"]
                        
# 2024-10-29 10:14:27  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]
                        
# 2024-10-29 10:14:27  0.00B 指定运行容器时使用的用户
USER fluent
                        
# 2024-10-29 10:14:27  0.00B 声明容器运行时监听的端口
EXPOSE map[24224/tcp:{} 5140/tcp:{}]
                        
# 2024-10-29 10:14:27  0.00B 设置环境变量 LD_PRELOAD
ENV LD_PRELOAD=/usr/lib/libjemalloc.so.2
                        
# 2024-10-29 10:14:27  0.00B 设置环境变量 FLUENTD_CONF
ENV FLUENTD_CONF=fluent.conf
                        
# 2024-10-29 10:14:27  631.00B 复制新文件或目录到容器中
COPY entrypoint.sh /bin/ # buildkit
                        
# 2024-10-29 10:14:27  676.00B 复制新文件或目录到容器中
COPY fluent.conf /fluentd/etc/ # buildkit
                        
# 2024-10-29 10:14:27  4.31KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd -r fluent && useradd -r -g fluent fluent     && mkdir -p /fluentd/log     && mkdir -p /fluentd/etc /fluentd/plugins     && chown -R fluent /fluentd && chgrp -R fluent /fluentd # buildkit
                        
# 2024-10-29 10:14:26  16.49MB 执行命令并创建新的镜像层
RUN /bin/sh -c apt-get update  && apt-get install -y --no-install-recommends             ca-certificates tini  && buildDeps="       make gcc g++ libc-dev       wget bzip2 gnupg dirmngr     "  && apt-get install -y --no-install-recommends $buildDeps  && echo 'gem: --no-document' >> /etc/gemrc  && gem install oj -v 3.16.5  && gem install json -v 2.7.4  && gem install rexml -v 3.3.9  && gem install async -v 1.32.1  && gem install async-http -v 0.64.2  && gem install fluentd -v 1.17.1  && export GEM_DIR=$(ruby -e 'puts Gem.dir')  && echo GEM_DIR=$GEM_DIR  && rm -rf $GEM_DIR/cache/*.gem  && find $GEM_DIR -type d -name test -or -name ext -or -name spec -or -name benchmark | xargs -r rm -rf  && find $GEM_DIR -name "*.so" | xargs -r strip  && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"  && wget -O /tmp/jemalloc-5.3.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2  && cd /tmp && tar -xjf jemalloc-5.3.0.tar.bz2 --no-same-owner && cd jemalloc-5.3.0/  && (echo "je_cv_madv_free=no" > config.cache) && ./configure -C && make  && mv lib/libjemalloc.so.2 /usr/lib  && apt-get purge -y --auto-remove                   -o APT::AutoRemove::RecommendsImportant=false                   $buildDeps                   '*-dev'  && rm -rf /var/lib/apt/lists/*  && rm -rf /tmp/* /var/tmp/* # buildkit
                        
# 2024-10-29 10:14:26  0.00B 添加元数据标签
LABEL Description=Fluentd docker image Vendor=Fluent Organization Version=1.17.1
                        
# 2024-10-29 10:14:26  0.00B 添加元数据标签
LABEL maintainer=Fluentd developers <fluentd@googlegroups.com>
                        
# 2024-07-27 00:23:41  0.00B 设置默认要执行的命令
CMD ["irb"]
                        
# 2024-07-27 00:23:41  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	mkdir "$GEM_HOME"; 	chmod 1777 "$GEM_HOME" # buildkit
                        
# 2024-07-27 00:23:41  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2024-07-27 00:23:41  0.00B 设置环境变量 BUNDLE_SILENCE_ROOT_WARNING BUNDLE_APP_CONFIG
ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
                        
# 2024-07-27 00:23:41  0.00B 设置环境变量 GEM_HOME
ENV GEM_HOME=/usr/local/bundle
                        
# 2024-07-27 00:23:41  58.27MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		savedAptMark="$(apt-mark showmanual)"; 	apt-get update; 	apt-get install -y --no-install-recommends 		bison 		dpkg-dev 		libgdbm-dev 		ruby 		autoconf 		g++ 		gcc 		libbz2-dev 		libgdbm-compat-dev 		libglib2.0-dev 		libncurses-dev 		libreadline-dev 		libxml2-dev 		libxslt-dev 		make 		wget 		xz-utils 	; 	rm -rf /var/lib/apt/lists/*; 		rustArch=; 	dpkgArch="$(dpkg --print-architecture)"; 	case "$dpkgArch" in 		'amd64') rustArch='x86_64-unknown-linux-gnu'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.26.0/x86_64-unknown-linux-gnu/rustup-init'; rustupSha256='0b2f6c8f85a3d02fde2efc0ced4657869d73fccfce59defb4e8d29233116e6db' ;; 		'arm64') rustArch='aarch64-unknown-linux-gnu'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.26.0/aarch64-unknown-linux-gnu/rustup-init'; rustupSha256='673e336c81c65e6b16dcdede33f4cc9ed0f08bde1dbe7a935f113605292dc800' ;; 	esac; 		if [ -n "$rustArch" ]; then 		mkdir -p /tmp/rust; 				wget -O /tmp/rust/rustup-init "$rustupUrl"; 		echo "$rustupSha256 */tmp/rust/rustup-init" | sha256sum --check --strict; 		chmod +x /tmp/rust/rustup-init; 				export RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; 		export PATH="$CARGO_HOME/bin:$PATH"; 		/tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.74.1' --default-host "$rustArch"; 				rustc --version; 		cargo --version; 	fi; 		wget -O ruby.tar.xz "$RUBY_DOWNLOAD_URL"; 	echo "$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz" | sha256sum --check --strict; 		mkdir -p /usr/src/ruby; 	tar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; 	rm ruby.tar.xz; 		cd /usr/src/ruby; 		{ 		echo '#define ENABLE_PATH_CHECK 0'; 		echo; 		cat file.c; 	} > file.c.new; 	mv file.c.new file.c; 		autoconf; 	gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; 	./configure 		--build="$gnuArch" 		--disable-install-doc 		--enable-shared 		${rustArch:+--enable-yjit} 	; 	make -j "$(nproc)"; 	make install; 		rm -rf /tmp/rust; 	apt-mark auto '.*' > /dev/null; 	apt-mark manual $savedAptMark > /dev/null; 	find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' 		| awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' 		| sort -u 		| xargs -r dpkg-query --search 		| cut -d: -f1 		| sort -u 		| xargs -r apt-mark manual 	; 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 		cd /; 	rm -r /usr/src/ruby; 	if dpkg -l | grep -i ruby; then exit 1; fi; 	[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; 	ruby --version; 	gem --version; 	bundle --version # buildkit
                        
# 2024-07-27 00:23:41  0.00B 设置环境变量 RUBY_DOWNLOAD_SHA256
ENV RUBY_DOWNLOAD_SHA256=7780d91130139406d39b29ed8fe16bba350d8fa00e510c76bef9b8ec1340903c
                        
# 2024-07-27 00:23:41  0.00B 设置环境变量 RUBY_DOWNLOAD_URL
ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.xz
                        
# 2024-07-27 00:23:41  0.00B 设置环境变量 RUBY_VERSION
ENV RUBY_VERSION=3.2.5
                        
# 2024-07-27 00:23:41  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2024-07-27 00:23:41  45.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	mkdir -p /usr/local/etc; 	{ 		echo 'install: --no-document'; 		echo 'update: --no-document'; 	} >> /usr/local/etc/gemrc # buildkit
                        
# 2024-07-27 00:23:41  46.58MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		bzip2 		ca-certificates 		libffi-dev 		libgmp-dev 		libssl-dev 		libyaml-dev 		procps 		zlib1g-dev 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2024-07-27 00:23:41  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2024-07-27 00:23:41  74.78MB 
/bin/sh -c #(nop) ADD file:90b9dd8f12120e8b2cd3ece45fcbe8af67e40565e2032a40f64bd921c43e2ce7 in / 
                        
                    

镜像信息

{
    "Id": "sha256:fec7ea683f5441eda03947b88907c0d08dc90c7ee93b42537607befc9544d7d0",
    "RepoTags": [
        "fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1"
    ],
    "RepoDigests": [
        "fluent/fluentd-kubernetes-daemonset@sha256:2d1885ede0daf69628f35355c4973eb8acb6c4cb57fc0b527ef06e26073a13ed",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/fluent/fluentd-kubernetes-daemonset@sha256:3adc160493d20db2a8b576dc88397151ccdbc14f760d2ed71b02a0d6ffabe5e3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-10-29T05:32:46.864624952Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "root",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "24224/tcp": {},
            "5140/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/fluentd/vendor/bundle/ruby/3.2.0/bin:/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "LANG=C.UTF-8",
            "RUBY_VERSION=3.2.5",
            "RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.xz",
            "RUBY_DOWNLOAD_SHA256=7780d91130139406d39b29ed8fe16bba350d8fa00e510c76bef9b8ec1340903c",
            "GEM_HOME=/fluentd/vendor/bundle/ruby/3.2.0",
            "BUNDLE_SILENCE_ROOT_WARNING=1",
            "BUNDLE_APP_CONFIG=/usr/local/bundle",
            "FLUENTD_CONF=fluent.conf",
            "LD_PRELOAD=",
            "GEM_PATH=/fluentd/vendor/bundle/ruby/3.2.0",
            "FLUENTD_DISABLE_BUNDLER_INJECTION=1",
            "FLUENTD_OPT="
        ],
        "Cmd": null,
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/home/fluent",
        "Entrypoint": [
            "tini",
            "--",
            "/fluentd/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "Description": "Fluentd docker image",
            "Vendor": "Fluent Organization",
            "Version": "1.17.1",
            "maintainer": "Eduardo Silva \u003ceduardo@treasure-data.com\u003e"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 340242663,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/dc473be1cc4a85aaec2728822af43bc7b0666ac620164dc3cfea8ab2f74ef849/diff:/var/lib/docker/overlay2/8050b2d2d3b0ede7efbf0d0dec70d6fad41e76d1427b7f864960912e4c9ee82b/diff:/var/lib/docker/overlay2/fd9cceaf5c68164cce9a84421103220453b77998c7eb79e0f4af7dc86cf5bd7f/diff:/var/lib/docker/overlay2/f87558d26fea094d0347a4d4d11cc5b9e0ac315e2741438f037d47e7efab23d3/diff:/var/lib/docker/overlay2/d74a5b420a118726d93a3e807dae904557daa17cd259a9dc59c82d4837326376/diff:/var/lib/docker/overlay2/18f784a445b0090e04476d90a0df8d515451435ca44e9eb61dae6ff120da41b8/diff:/var/lib/docker/overlay2/412b7bb9724207a5ff2f05f9e027f371c9f20db33c8d663b213d91d19cca2af9/diff:/var/lib/docker/overlay2/9af5167da110a45930072ba2ea25cf68b599eb7105ee29d74737dc06eb83bf4f/diff:/var/lib/docker/overlay2/687527c261a65d981b22ba060b5e03714a5b34ca511b9be8b4cd263b790da7ed/diff:/var/lib/docker/overlay2/fdb5e9c929bb545816ef9620ce20c74bd0267ad76aa39bd7def58ad503d37089/diff:/var/lib/docker/overlay2/fcf3bc292ce3c1cbce022c73f0759558810fb0a737ec09d469691fd763c0c6a9/diff:/var/lib/docker/overlay2/321ad48f0493ba46b126a698b41a8dc691d90893136f9e75bdf9bc12320d08b4/diff:/var/lib/docker/overlay2/6e12d0228d9887c643492d03031d3cb2160a63b50fab5d9c9149030973e597c6/diff:/var/lib/docker/overlay2/ffe9dea4deecf453cccd3e54a7d6d702def6c7122ac5f623b5af6dc3e9d56482/diff:/var/lib/docker/overlay2/1cea0b361adad35cfdb98fbbc3cb2ac5342076d6eb0204fca18390e19397c014/diff:/var/lib/docker/overlay2/dde5e15558f5126b856915094b9519ac67de1edf711f7aaf694b171fbbe7c14e/diff:/var/lib/docker/overlay2/08e945d2a9c5a05657c6a03ce027911f0fca411c960410ac3ad39eddc53b6725/diff:/var/lib/docker/overlay2/12913d74402e7928a3fb97916d82c28e7d11cd37bb3c0a5515f2b7dac46daccb/diff:/var/lib/docker/overlay2/bb6173b02642fe3a577263f083a3815ae1e9a4ce5bca158a87777bdf17dce0f7/diff:/var/lib/docker/overlay2/0175d2381561066beef3a6493a13ec891829d62e6e187d1bd8c6a8f0fb28fd1f/diff",
            "MergedDir": "/var/lib/docker/overlay2/cf3b037a71c1cd4167eb44199199a59b0cf74eff4fe8dbb7ffe41b18ecabcfcf/merged",
            "UpperDir": "/var/lib/docker/overlay2/cf3b037a71c1cd4167eb44199199a59b0cf74eff4fe8dbb7ffe41b18ecabcfcf/diff",
            "WorkDir": "/var/lib/docker/overlay2/cf3b037a71c1cd4167eb44199199a59b0cf74eff4fe8dbb7ffe41b18ecabcfcf/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:98b5f35ea9d3eca6ed1881b5fe5d1e02024e1450822879e4c13bb48c9386d0ad",
            "sha256:8eb3516cb111bda2b415a158d1e41412be0958d8d8c71c383646451406e54133",
            "sha256:41d6a1ff9e6fccc73f2a9a8211c056bc3b1e2fb31bd9e1d90c4f8c93bf4b7a1d",
            "sha256:d6e64fe903864583eeded35b41e212c75255d6ed4ce1b9358626c68fbaee0c54",
            "sha256:ea1c95c42fd44434c599f811200069af47da840426857b5fd0e753886f2866dc",
            "sha256:f38a0f5b14f23645ff1125db5f9b46f793b56bedd8b3712cfb8ade7252ca2365",
            "sha256:e03b20152a17634ecdc7ba8f6e03070f7293b513e569b6a9c58929f45262708d",
            "sha256:9e27cf812f4f92c376dfcaf47bd54442e6ba3cbd502d295c0a2d8bff53c0afbf",
            "sha256:1fa8782c950844222bfd8848305d79bca99b327877bb369d9ebeae4b42edc1f0",
            "sha256:2c5bb48160d50d319ed665e14a1438e937cfff5e5033255641e97c8b5b0a3a7f",
            "sha256:c71716eae684dff1811d88ba82a32a943f76fd9584940831572fa4454fc1bccb",
            "sha256:d76a17085d00f77125c9ecf3fc0aaea2d8f1e4555127e42030db29284d60c95e",
            "sha256:82bdf0525ab72f034c6235d5a4287f4870bfa22d617ed471ce7f5981b8a05b6f",
            "sha256:e236256b611a32647e446b2ea0740377042b530397c2fc5d514c34bb6fd8421d",
            "sha256:255b16344a1e2158a7b66ecbeb6fb87eb10b620437cb3e147dbd80047b137573",
            "sha256:74f201d5d11f6feb56365361a3d5d1faed3f2f10eb55d6ec304e8de3433463b7",
            "sha256:0e2e2431f5de7a8bb200e949eaed66596ee2909ab51fc424457be4f3af1c4ddf",
            "sha256:7b2b1a0d2a7c81ad88e5ad81e8ede78b3af4ee7c5ff0beab743ca6ce2296ef96",
            "sha256:fa533d05016740782c1683f870ac8bde21e7dd2993bf1a68ab63d6727e9f156f",
            "sha256:007914c48d2c39bf8108c4dc3aa21cd36312963e4f30d77f0bfded95a608afec",
            "sha256:ce1f3ea8732c453ad4b1583aa87580cce0f1b4ee57f4627a3b3e5acd3e8865a9"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-07-15T20:49:46.278923263+08:00"
    }
}

更多版本

docker.io/fluent/fluentd-kubernetes-daemonset:v1.16-debian-s3-arm64-2

linux/arm64 docker.io376.45MB2024-09-26 18:02
629
607
767
858

docker.io/fluent/fluentd-kubernetes-daemonset:v1-debian-elasticsearch

linux/amd64 docker.io285.96MB2025-01-20 18:12
586

docker.io/fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-kafka2-1.0

linux/amd64 docker.io362.55MB2025-03-10 16:25
536

docker.io/fluent/fluentd-kubernetes-daemonset:v1.16-debian-kafka2-2

linux/amd64 docker.io371.93MB2025-03-10 16:31
427
515
435

docker.io/fluent/fluentd-kubernetes-daemonset:v1.17-debian-kafka2-1

linux/amd64 docker.io340.24MB2026-07-15 20:49
12
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×