docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full linux/amd64

docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full - 国内下载镜像源 浏览次数:8 安全受验证的发布者-Rancher

这是一个由Rancher提供的镜像,用于与Rancher Kubernetes集群集成的Fluentd日志收集器。 它镜像了官方的Kube-logging Fluentd镜像,方便在Rancher环境中使用,简化了日志管理的配置和部署。

源镜像 docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full
镜像ID sha256:9b61af8b2e9819ec0e5916cc9bf9aa08081f0928f3b0512daeec956b91d516ef
镜像TAG v1.16-4.10-full
大小 369.91MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD fluentd
启动入口 tini -- /bin/entrypoint.sh
工作目录
OS/平台 linux/amd64
浏览量 8 次
贡献者
镜像创建 2025-03-26T11:47:54.111973558Z
同步时间 2025-09-16 10:33
更新时间 2025-09-16 15:27
开放端口
24224/tcp 5140/tcp
环境变量
PATH=/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=/usr/local/bundle BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle FLUENTD_CONF=fluent.conf LD_PRELOAD= BUNDLE_WITHOUT=output,test,development
镜像标签
2025-03-26T11:40:52.766Z: org.opencontainers.image.created Custom-built Fluentd images for the Logging operator: org.opencontainers.image.description Apache-2.0: org.opencontainers.image.licenses d5fb9291c055eb5122d2249556576ee26edb8973: org.opencontainers.image.revision https://github.com/kube-logging/fluentd-images: org.opencontainers.image.source fluentd-images: org.opencontainers.image.title https://github.com/kube-logging/fluentd-images: org.opencontainers.image.url v1.16-4.10-full: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full  docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full  docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full

Shell快速替换命令

sed -i 's#rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full  docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full  docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full'

镜像构建历史


# 2025-03-26 19:47:54  0.00B 指定运行容器时使用的用户
USER fluent
                        
# 2025-03-26 19:47:54  91.12MB 执行命令并创建新的镜像层
RUN |1 BUILD_DEPS=       make gcc g++ libc-dev       wget bzip2 zlib-dev git linux-headers       automake autoconf libtool build-base       ruby-dev libc6-compat geoip-dev       snappy-dev gnupg bash openssl-dev       ruby-bigdecimal        /bin/sh -c apk add --no-cache $BUILD_DEPS  && touch /etc/gemrc  && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-gcs.git --ref ad6a7cb0f166e2c1648954a928e1e9b8cdcbf93d  && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-syslog_rfc5424.git --ref 4ab9f7df3757b0e31e4bc209acab05a518efdce3  && fluent-gem install --file /Gemfile.outputs  && find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \;  && apk del $BUILD_DEPS  && rm -rf /usr/local/bundle/cache/* && find /usr/local/bundle -name '*.o' -delete # buildkit
                        
# 2025-03-26 19:42:24  0.00B 指定运行容器时使用的用户
USER root
                        
# 2025-03-26 19:42:24  9.07KB 复制文件或目录到容器中
ADD ./outputs/Gemfile.lock /Gemfile.outputs.lock # buildkit
                        
# 2025-03-26 19:42:24  962.00B 复制文件或目录到容器中
ADD ./outputs/Gemfile /Gemfile.outputs # buildkit
                        
# 2025-03-26 19:42:24  0.00B 指定运行容器时使用的用户
USER fluent
                        
# 2025-03-26 19:42:24  101.12MB 执行命令并创建新的镜像层
RUN |1 BUILD_DEPS=       make gcc g++ libc-dev       wget bzip2 zlib-dev git linux-headers       automake autoconf libtool build-base       ruby-dev libc6-compat geoip-dev       snappy-dev gnupg bash openssl-dev       ruby-bigdecimal        /bin/sh -c apk add --no-cache $BUILD_DEPS  && touch /etc/gemrc  && fluent-gem install --file Gemfile.filters  && find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \;  && apk del $BUILD_DEPS  && rm -rf /usr/local/bundle/cache/* && find /usr/local/bundle -name '*.o' -delete # buildkit
                        
# 2025-03-26 19:41:46  0.00B 设置环境变量 BUNDLE_WITHOUT
ENV BUNDLE_WITHOUT=output,test,development
                        
# 2025-03-26 19:41:46  0.00B 指定运行容器时使用的用户
USER root
                        
# 2025-03-26 19:41:46  3.17KB 复制文件或目录到容器中
ADD ./filters/Gemfile.lock /Gemfile.filters.lock # buildkit
                        
# 2025-03-26 19:41:46  674.00B 复制文件或目录到容器中
ADD ./filters/Gemfile /Gemfile.filters # buildkit
                        
# 2025-03-26 19:41:46  0.00B 设置默认要执行的命令
CMD ["fluentd"]
                        
# 2025-03-26 19:41:46  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]
                        
# 2025-03-26 19:41:46  0.00B 指定运行容器时使用的用户
USER fluent
                        
# 2025-03-26 19:41:46  0.00B 声明容器运行时监听的端口
EXPOSE map[24224/tcp:{} 5140/tcp:{}]
                        
# 2025-03-26 19:41:46  0.00B 设置环境变量 LD_PRELOAD
ENV LD_PRELOAD=
                        
# 2025-03-26 19:41:46  0.00B 设置环境变量 FLUENTD_CONF
ENV FLUENTD_CONF=fluent.conf
                        
# 2025-03-26 19:41:46  869.00B 复制新文件或目录到容器中
COPY healthy.sh /bin/ # buildkit
                        
# 2025-03-26 19:41:46  579.00B 复制新文件或目录到容器中
COPY entrypoint.sh /bin/ # buildkit
                        
# 2025-03-26 19:41:46  230.00B 复制新文件或目录到容器中
COPY fluent.conf /fluentd/etc/ # buildkit
                        
# 2025-03-26 19:41:46  42.11MB 执行命令并创建新的镜像层
RUN |1 BUILD_DEPS=       make gcc g++ libc-dev       wget bzip2 zlib-dev git linux-headers       automake autoconf libtool build-base       ruby-dev libc6-compat geoip-dev       snappy-dev gnupg bash openssl-dev       ruby-bigdecimal        /bin/sh -c apk add --no-cache         ca-certificates         ruby ruby-irb ruby-etc         tini libmaxminddb geoip         snappy  && apk add --no-cache $BUILD_DEPS  && apk add --no-cache "libssl3>=3.1.4-r1"  && apk add --no-cache "libcrypto3>=3.1.4-r1"  && echo 'gem: --no-document' >> /etc/gemrc  && fluent-gem install          bigdecimal:1.4.4          oj:3.16.1          google-protobuf:3.25.5          nio4r:2.7.3          snappy:0.3.0          webrick:1.8.2  && fluent-gem install specific_install -v 0.3.8  && fluent-gem specific_install -l https://github.com/ManageIQ/kubeclient.git --ref 054bff2c5e31a555004be2b3c4d32fb9dc5e6a0f  && fluent-gem specific_install -l https://github.com/kube-logging/fluent-plugin-label-router.git --ref namespace-label  && find /usr/local/bundle/gems/ -newer /etc/gemrc -exec chown fluent:fluent {} \;  && apk del $BUILD_DEPS  && rm -rf /usr/local/bundle/cache/* && find /usr/local/bundle -name '*.o' -delete # buildkit
                        
# 2025-03-26 19:41:07  57.16MB 复制新文件或目录到容器中
COPY --chown=fluent:fluent /usr/local/bundle /usr/local/bundle # buildkit
                        
# 2025-03-26 19:41:04  3.06KB 执行命令并创建新的镜像层
RUN |1 BUILD_DEPS=       make gcc g++ libc-dev       wget bzip2 zlib-dev git linux-headers       automake autoconf libtool build-base       ruby-dev libc6-compat geoip-dev       snappy-dev gnupg bash openssl-dev       ruby-bigdecimal        /bin/sh -c addgroup -S -g 101 fluent && adduser -S -G fluent -u 100 fluent     && mkdir -p /fluentd/log     && mkdir -p /fluentd/etc /fluentd/plugins     && chown -R fluent /fluentd && chgrp -R fluent /fluentd     && mkdir -p /buffers && chown -R fluent /buffers # buildkit
                        
# 2025-03-26 19:41:04  0.00B 定义构建参数
ARG BUILD_DEPS=       make gcc g++ libc-dev       wget bzip2 zlib-dev git linux-headers       automake autoconf libtool build-base       ruby-dev libc6-compat geoip-dev       snappy-dev gnupg bash openssl-dev       ruby-bigdecimal       
                        
# 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  54.59MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		apk add --no-cache --virtual .ruby-builddeps 		autoconf 		bison 		bzip2 		bzip2-dev 		ca-certificates 		coreutils 		dpkg-dev dpkg 		g++ 		gcc 		gdbm-dev 		glib-dev 		libc-dev 		libffi-dev 		libxml2-dev 		libxslt-dev 		linux-headers 		make 		ncurses-dev 		openssl 		openssl-dev 		patch 		procps 		readline-dev 		ruby 		tar 		xz 		yaml-dev 		zlib-dev 	; 		rustArch=; 	apkArch="$(apk --print-arch)"; 	case "$apkArch" in 		'x86_64') rustArch='x86_64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.26.0/x86_64-unknown-linux-musl/rustup-init'; rustupSha256='7aa9e2a380a9958fc1fc426a3323209b2c86181c6816640979580f62ff7d48d4' ;; 		'aarch64') rustArch='aarch64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.26.0/aarch64-unknown-linux-musl/rustup-init'; rustupSha256='b1962dfc18e1fd47d01341e6897cace67cddfabf547ef394e8883939bd6e002e' ;; 	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; 		wget -O 'thread-stack-fix.patch' 'https://bugs.ruby-lang.org/attachments/download/7081/0001-thread_pthread.c-make-get_main_stack-portable-on-lin.patch'; 	echo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; 	patch -p1 -i thread-stack-fix.patch; 	rm thread-stack-fix.patch; 		export ac_cv_func_isnan=yes ac_cv_func_isinf=yes; 		{ 		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; 	runDeps="$( 		scanelf --needed --nobanner --format '%n#p' --recursive /usr/local 			| tr ',' '\n' 			| sort -u 			| awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' 	)"; 	apk add --no-network --virtual .ruby-rundeps $runDeps; 	apk del --no-network .ruby-builddeps; 		cd /; 	rm -r /usr/src/ruby; 	if 		apk --no-network list --installed 			| grep -v '^[.]ruby-rundeps' 			| 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  16.00MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apk add --no-cache 		bzip2 		ca-certificates 		gmp-dev 		libffi-dev 		procps 		yaml-dev 		zlib-dev 	; # buildkit
                        
# 2024-07-27 00:23:41  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/sh"]
                        
# 2024-07-27 00:23:41  7.80MB 
/bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in / 
                        
                    

镜像信息

{
    "Id": "sha256:9b61af8b2e9819ec0e5916cc9bf9aa08081f0928f3b0512daeec956b91d516ef",
    "RepoTags": [
        "rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full"
    ],
    "RepoDigests": [
        "rancher/mirrored-kube-logging-fluentd@sha256:07befc3e6bcfb6b0264c7f7e236eddae7b93e32844365d55ae92961b16d5e6fd",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-kube-logging-fluentd@sha256:f644a9ee62bee717a5e5b9b17013058dbb8953d236f3a3b9107b7c11df302340"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-03-26T11:47:54.111973558Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "fluent",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "24224/tcp": {},
            "5140/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/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=/usr/local/bundle",
            "BUNDLE_SILENCE_ROOT_WARNING=1",
            "BUNDLE_APP_CONFIG=/usr/local/bundle",
            "FLUENTD_CONF=fluent.conf",
            "LD_PRELOAD=",
            "BUNDLE_WITHOUT=output,test,development"
        ],
        "Cmd": [
            "fluentd"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "tini",
            "--",
            "/bin/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.created": "2025-03-26T11:40:52.766Z",
            "org.opencontainers.image.description": "Custom-built Fluentd images for the Logging operator",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "d5fb9291c055eb5122d2249556576ee26edb8973",
            "org.opencontainers.image.source": "https://github.com/kube-logging/fluentd-images",
            "org.opencontainers.image.title": "fluentd-images",
            "org.opencontainers.image.url": "https://github.com/kube-logging/fluentd-images",
            "org.opencontainers.image.version": "v1.16-4.10-full"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 369907290,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b5c471e22bb93aba325de40c443d49e3e07208dca8b434b1bff55cbe71ca781a/diff:/var/lib/docker/overlay2/e0d44aab33845a13ef35b6b24e477a5c9f0fd83b627586f96ef3d1c8eca0ee61/diff:/var/lib/docker/overlay2/d9ec9a733aa7190ba1147bf6ba655f80cf121d0775f7fb4c471b0ea40668bc3b/diff:/var/lib/docker/overlay2/99d7490e3b235529b7f57e079edc81c73c46d5a2a3db415ffd13e927960ff0a7/diff:/var/lib/docker/overlay2/afc9b73ab29ea69ac326e84bef7759e6bd20e16a12e8c1c868ad3271db37bbae/diff:/var/lib/docker/overlay2/cefbf970a7e2193dc7533cbb6a198de047387a3a6d022cbfe4b42a34f4f6fc82/diff:/var/lib/docker/overlay2/8b12caea0d38ece5c2db673b88c369330ae64fc996318e250514c16ecd61c692/diff:/var/lib/docker/overlay2/36c4f59d736919028d67da12cc7df9a431993c50a99ea6e322811d3a16db99cd/diff:/var/lib/docker/overlay2/528f319854825f065084da113c2976f03f93a1b6d8bba9ebae7879738f6e120f/diff:/var/lib/docker/overlay2/6087f1917ebc3522ad1b6f69cc288164f20ce6504a43923ec80f584bb1772293/diff:/var/lib/docker/overlay2/1872730a6b1c2960b7cf55069cc765cf13946a00bdc5039d5df9d8bb511ee606/diff:/var/lib/docker/overlay2/b6cc4022891d2b430cb5fa294288f2bc8315a9cab6e1308ed4a3031193473a32/diff:/var/lib/docker/overlay2/8311731b29894ad5dcc6f5c0dd0285a6c40b25dd6681cee3c76935fc53761300/diff:/var/lib/docker/overlay2/7cf5b338322d6bda44f61cfb3c0f0d97993788ec9dc4f60c6891bacad1df9012/diff:/var/lib/docker/overlay2/9fe888be4eefa3322197e3e35c9a4c199fc698cd404b6881d4d1d5ba5eb36d87/diff:/var/lib/docker/overlay2/56dbc2212cbc9b991b1a93a72a8c08a3a8460c06576fe4f3267009446334aa65/diff",
            "MergedDir": "/var/lib/docker/overlay2/3207eb45375fc3ded06ab77176400ecc778f0c11054176ea4d667803bd6efb66/merged",
            "UpperDir": "/var/lib/docker/overlay2/3207eb45375fc3ded06ab77176400ecc778f0c11054176ea4d667803bd6efb66/diff",
            "WorkDir": "/var/lib/docker/overlay2/3207eb45375fc3ded06ab77176400ecc778f0c11054176ea4d667803bd6efb66/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
            "sha256:95a2cea15a36db4c2af18789cf98c30baba767470fbb399efcfbf0b843abf632",
            "sha256:de879ca844ad57578dc7f4b24d6a5d64eb501c85c2f258d2f37d9520cde7bc4c",
            "sha256:d39966130aee7031313a138d67d988e395403c4f53672538ff46433752911372",
            "sha256:9b263833facd32b82d3ed3bd80e83ab5b5d13cac0f01e0976d5355dc2a045c13",
            "sha256:41ebf20564616131358fec0deef7e30c1e42eb0b77691c3233e91773632644b6",
            "sha256:4f7d48c14e5ea5c230d695e5400fd71727a2bb33270696c0182d3c981469c9f2",
            "sha256:6c6b29be4a28cb27e718fbbe5dbb04493d2c1f0b92454ab0baf03f22dff59f2b",
            "sha256:cccfbdcbd395adab1cb545c09512ca6374c28a2f1d038dc9765bddf8fbb4e303",
            "sha256:df8df682e3a8a9dfdcd026bf7185914e7562412a5bb8f93165e5936bd5b566f7",
            "sha256:66fa119dd318b2a606e5e4791cf346f44b8f866f7a395f4d8a9882241276504c",
            "sha256:9a1de5bd044aa7f82b2592aadd28bef9c0611a858ef68c737e65c5d626a5c16d",
            "sha256:b26887e57098ec39027a900dc725e08c7dfe4ebf23c1b545f1ff2da1a1ec3e4f",
            "sha256:888cede4a5572e3cb50d78e6a8e5e6d579390b90c77a172e6b325ab9c3b750eb",
            "sha256:556e36a8de01b4144a35c4d1746e16d8259c1da3b97d9a20c1bb614d8d5ec4b5",
            "sha256:c44f320e69664cdbe224b6671c6c9dba79abf27863cae17a4fb255fe87f973bf",
            "sha256:29cf915c05267609f2bfdc3aa2ea4273cae6dff882b93b8ebd7065def8893fec"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-16T10:33:20.372051725+08:00"
    }
}

更多版本

docker.io/rancher/mirrored-kube-logging-fluentd:v1.16-4.10-full

linux/amd64 docker.io369.91MB2025-09-16 10:33
7