ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full linux/amd64

ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full - 国内下载镜像源 浏览次数:9
```html

该镜像 ghcr.io/kube-logging/logging-operator/fluentd 是 Kubernetes Logging Operator 的一部分,提供了基于 Fluentd 的日志收集功能。它是一个预构建的 Fluentd 容器镜像,用于在 Kubernetes 集群中收集、处理和转发日志。

```
源镜像 ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full
镜像ID sha256:2a04375eb41390d0f27514779c11760c2b6d4577c5e9432451e1dfc660471a2d
镜像TAG 5.1.1-full
大小 312.34MB
镜像源 ghcr.io
CMD fluentd
启动入口 tini -- /bin/entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 9 次
贡献者
镜像创建 2025-02-05T08:45:32.83679001Z
同步时间 2025-02-21 20:14
更新时间 2025-02-22 15:05
开放端口
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.4.1 RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.1.tar.xz RUBY_DOWNLOAD_SHA256=018d59ffb52be3c0a6d847e22d3fd7a2c52d0ddfee249d3517a0c8c6dbfa70af 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
镜像标签
Kube logging authors: org.opencontainers.image.authors 2025-02-05T08:39:50.011Z: org.opencontainers.image.created Custom Fluentd image for the Logging operator.: org.opencontainers.image.description https://kube-logging.dev/docs/: org.opencontainers.image.documentation Apache-2.0: org.opencontainers.image.licenses a6b77f3d647bbe7e05493228fdb585739177b177: org.opencontainers.image.revision https://github.com/kube-logging/logging-operator: org.opencontainers.image.source Logging operator Fluentd image: org.opencontainers.image.title https://github.com/kube-logging/logging-operator: org.opencontainers.image.url 5.1.1: org.opencontainers.image.version
镜像安全扫描 查看Trivy扫描报告

系统OS: alpine 3.20.5 扫描引擎: Trivy 扫描时间: 2025-02-21 20:16

低危漏洞:0 中危漏洞:0 高危漏洞:0 严重漏洞:0

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full  ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full  ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full

Shell快速替换命令

sed -i 's#ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full  ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full  ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full'

镜像构建历史


# 2025-02-05 16:45:32  0.00B 指定运行容器时使用的用户
USER fluent
                        
# 2025-02-05 16:45:32  89.76MB 执行命令并创建新的镜像层
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-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-02-05 16:40:44  0.00B 指定运行容器时使用的用户
USER root
                        
# 2025-02-05 16:40:44  10.72KB 复制文件或目录到容器中
ADD ./outputs/Gemfile.lock /Gemfile.outputs.lock # buildkit
                        
# 2025-02-05 16:40:44  986.00B 复制文件或目录到容器中
ADD ./outputs/Gemfile /Gemfile.outputs # buildkit
                        
# 2025-02-05 16:40:44  0.00B 指定运行容器时使用的用户
USER fluent
                        
# 2025-02-05 16:40:44  95.78MB 执行命令并创建新的镜像层
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-02-05 16:40:18  0.00B 设置环境变量 BUNDLE_WITHOUT
ENV BUNDLE_WITHOUT=output,test,development
                        
# 2025-02-05 16:40:18  0.00B 指定运行容器时使用的用户
USER root
                        
# 2025-02-05 16:40:18  3.04KB 复制文件或目录到容器中
ADD ./filters/Gemfile.lock /Gemfile.filters.lock # buildkit
                        
# 2025-02-05 16:40:18  680.00B 复制文件或目录到容器中
ADD ./filters/Gemfile /Gemfile.filters # buildkit
                        
# 2025-02-05 16:40:18  0.00B 设置默认要执行的命令
CMD ["fluentd"]
                        
# 2025-02-05 16:40:18  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["tini" "--" "/bin/entrypoint.sh"]
                        
# 2025-02-05 16:40:18  0.00B 指定运行容器时使用的用户
USER fluent
                        
# 2025-02-05 16:40:18  0.00B 声明容器运行时监听的端口
EXPOSE map[24224/tcp:{} 5140/tcp:{}]
                        
# 2025-02-05 16:40:18  0.00B 设置环境变量 LD_PRELOAD
ENV LD_PRELOAD=
                        
# 2025-02-05 16:40:18  0.00B 设置环境变量 FLUENTD_CONF
ENV FLUENTD_CONF=fluent.conf
                        
# 2025-02-05 16:40:18  869.00B 复制新文件或目录到容器中
COPY healthy.sh /bin/ # buildkit
                        
# 2025-02-05 16:40:18  579.00B 复制新文件或目录到容器中
COPY entrypoint.sh /bin/ # buildkit
                        
# 2025-02-05 16:40:18  230.00B 复制新文件或目录到容器中
COPY fluent.conf /fluentd/etc/ # buildkit
                        
# 2025-02-05 16:40:18  36.10MB 执行命令并创建新的镜像层
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  && apk add --no-cache         ca-certificates         ruby ruby-irb ruby-etc         tini libmaxminddb geoip         snappy libssl3 libcrypto3  && apk add --no-cache $BUILD_DEPS  && echo 'gem: --no-document' >> /etc/gemrc  && gem install fluentd -v 1.17.1  && fluent-gem install specific_install -v 0.3.8  && fluent-gem install fluent-plugin-label-router -v 0.4.0  && 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-02-05 16:40:18  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       
                        
# 2025-01-15 03:28:22  0.00B 设置默认要执行的命令
CMD ["irb"]
                        
# 2025-01-15 03:28:22  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	mkdir "$GEM_HOME"; 	chmod 1777 "$GEM_HOME" # buildkit
                        
# 2025-01-15 03:28:22  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/bundle/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-01-15 03:28:22  0.00B 设置环境变量 BUNDLE_SILENCE_ROOT_WARNING BUNDLE_APP_CONFIG
ENV BUNDLE_SILENCE_ROOT_WARNING=1 BUNDLE_APP_CONFIG=/usr/local/bundle
                        
# 2025-01-15 03:28:22  0.00B 设置环境变量 GEM_HOME
ENV GEM_HOME=/usr/local/bundle
                        
# 2025-01-15 03:28:22  82.88MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 		apk add --no-cache --virtual .ruby-builddeps 		autoconf 		bzip2 		bzip2-dev 		ca-certificates 		coreutils 		dpkg-dev dpkg 		g++ 		gcc 		gdbm-dev 		glib-dev 		gmp-dev 		libc-dev 		libffi-dev 		libxml2-dev 		libxslt-dev 		linux-headers 		make 		ncurses-dev 		openssl 		openssl-dev 		patch 		procps 		yaml-dev 		zlib-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.27.1/x86_64-unknown-linux-musl/rustup-init'; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47' ;; 		'aarch64') rustArch='aarch64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/aarch64-unknown-linux-musl/rustup-init'; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64' ;; 	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.84.0' --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; 		{ 		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; 		apk add --no-cache --virtual .ruby-493-backcompat 		bzip2 		ca-certificates 		gmp-dev 		libffi-dev 		procps 		yaml-dev 		zlib-dev 	; 		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-' 			| grep -i ruby 	; then 		exit 1; 	fi; 	[ "$(command -v ruby)" = '/usr/local/bin/ruby' ]; 	ruby --version; 	gem --version; 	bundle --version # buildkit
                        
# 2025-01-15 03:28:22  0.00B 设置环境变量 RUBY_DOWNLOAD_SHA256
ENV RUBY_DOWNLOAD_SHA256=018d59ffb52be3c0a6d847e22d3fd7a2c52d0ddfee249d3517a0c8c6dbfa70af
                        
# 2025-01-15 03:28:22  0.00B 设置环境变量 RUBY_DOWNLOAD_URL
ENV RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.1.tar.xz
                        
# 2025-01-15 03:28:22  0.00B 设置环境变量 RUBY_VERSION
ENV RUBY_VERSION=3.4.1
                        
# 2025-01-15 03:28:22  0.00B 设置环境变量 LANG
ENV LANG=C.UTF-8
                        
# 2025-01-15 03:28:22  19.00B 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	mkdir -p /usr/local/etc; 	echo 'gem: --no-document' >> /usr/local/etc/gemrc # buildkit
                        
# 2025-01-08 20:08:14  0.00B 设置默认要执行的命令
CMD ["/bin/sh"]
                        
# 2025-01-08 20:08:14  7.80MB 复制文件或目录到容器中
ADD alpine-minirootfs-3.20.5-x86_64.tar.gz / # buildkit
                        
                    

镜像信息

{
    "Id": "sha256:2a04375eb41390d0f27514779c11760c2b6d4577c5e9432451e1dfc660471a2d",
    "RepoTags": [
        "ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full"
    ],
    "RepoDigests": [
        "ghcr.io/kube-logging/logging-operator/fluentd@sha256:251e41d0c8aedb6e605bffa7004b09492866a5a0e32117fc979dc132a3413ea6",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/kube-logging/logging-operator/fluentd@sha256:2225a99bffa18fb267545068613b2e997620c91de3acb6cfb05bc7287cd4e19a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-05T08:45:32.83679001Z",
    "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.4.1",
            "RUBY_DOWNLOAD_URL=https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.1.tar.xz",
            "RUBY_DOWNLOAD_SHA256=018d59ffb52be3c0a6d847e22d3fd7a2c52d0ddfee249d3517a0c8c6dbfa70af",
            "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.authors": "Kube logging authors",
            "org.opencontainers.image.created": "2025-02-05T08:39:50.011Z",
            "org.opencontainers.image.description": "Custom Fluentd image for the Logging operator.",
            "org.opencontainers.image.documentation": "https://kube-logging.dev/docs/",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.revision": "a6b77f3d647bbe7e05493228fdb585739177b177",
            "org.opencontainers.image.source": "https://github.com/kube-logging/logging-operator",
            "org.opencontainers.image.title": "Logging operator Fluentd image",
            "org.opencontainers.image.url": "https://github.com/kube-logging/logging-operator",
            "org.opencontainers.image.version": "5.1.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 312341260,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/edaaea87f0f9fcff4350888d8c41a705d8da402caa10e640adf48694a583e23a/diff:/var/lib/docker/overlay2/6683d51d26ace59fb8438f36b36359ef7fe166d5a47fab8506d2768c9e880c52/diff:/var/lib/docker/overlay2/f306386cf2f9a0013b646c49b05c5ca85720f9266ed784b9dbd708e7f0f96fca/diff:/var/lib/docker/overlay2/274cf12df9145f7f01de4904b72192c6cd74a6bf756e280c337f07ceaa97862a/diff:/var/lib/docker/overlay2/f77b1c5c354d6cdd0580d8a360cd3d729b146f053c19fb7d61ca432581c5dac6/diff:/var/lib/docker/overlay2/920e390846a9851071328f1bdc4445ea93a7742b6d722f07b8a0ad4ac65cc873/diff:/var/lib/docker/overlay2/aedfebd7c00280cd70266e059c01a719506cfb635dc1eafadc7e5831264adbf3/diff:/var/lib/docker/overlay2/18194817e1ec47e401bdf838f666bceba2f0586c6f481dd07f33c7a43bc91fe7/diff:/var/lib/docker/overlay2/607868b3d1350d5da788fee9ba839244bba25eb1d41db98cba826e5bdec1ee92/diff:/var/lib/docker/overlay2/a3769baa57ba3ce607fca4cb88d45026f2f07751b77abbfa890b119e3c42bf1f/diff:/var/lib/docker/overlay2/0b0e8d95bfcdd66060567716cacbe469f8f3dbcae6f3cf9e8eba22ca3f3bb55f/diff:/var/lib/docker/overlay2/af8140f1ddd167a01662656308ade3bd7ebd2ac3adf8a47446e88e9bea736d35/diff:/var/lib/docker/overlay2/d553ea0bda32dae2563a8cbcd5018a3b437bb98a2d00226412d3a3f84b6ff70b/diff",
            "MergedDir": "/var/lib/docker/overlay2/9b9ab4b071bca5151836723dfacd5295a61400a47c5f007d4c6d4edb449178cb/merged",
            "UpperDir": "/var/lib/docker/overlay2/9b9ab4b071bca5151836723dfacd5295a61400a47c5f007d4c6d4edb449178cb/diff",
            "WorkDir": "/var/lib/docker/overlay2/9b9ab4b071bca5151836723dfacd5295a61400a47c5f007d4c6d4edb449178cb/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ce5a8cde9eeef09160653b9c3d14f0c1c0e2900033476a5f2a9fc950161c0eb2",
            "sha256:44309aa61f66ba7e7c36ed5bb63096a9f37f142922761e1c28a5d1a526342ab5",
            "sha256:6e871d4b0f7f55bbf5349c3035c1da5b34cd429e2923be9e7c82c84cd663ebaa",
            "sha256:f266a66e4adb8d7c70fef6aeb9ae6ec69de9b4f38e48790b908bde4c53ba05f3",
            "sha256:ebf79dd281ca1bcab7ffad3ba81c4ddee25d4e88e94207209ac7aee2e6f6c36a",
            "sha256:7ef97a6fe06a40a65adeab5c702d1d08235104e3b974d1a32f818aee66f85427",
            "sha256:f5b15714e93331467da1a0a89ee5c795aa509722611f0e8fa3df657ef3c147e5",
            "sha256:9a9cac1620f4e93d5b457224b60310349de73e22a926bd08db8c6dd82bb9c209",
            "sha256:7b5f665409f014388541217999b4eaa90c64bf71170a9bf4caff03d32f643977",
            "sha256:f751d22ff3e9c1f1aec73838022b457551d56dbec195a7306c9339143d494a7d",
            "sha256:86dfba7a265e002fe2b99a6aa84fb26934d3acda5148a4c96118e42a3e70e3c1",
            "sha256:3ffe0b8dee7a96e1fcf159059faba915bc93ed47197df134d0e7cf96e4d5a0ec",
            "sha256:c29a61722b3e50b94e1525b8b2ea988bfb753065c124f79da6150caacebf83a7",
            "sha256:4bed72cf43a1fbb75f8aa29995dd3102208ec2458484b0d325737035ffad97e2"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-02-21T20:14:05.083803951+08:00"
    }
}

更多版本

ghcr.io/kube-logging/logging-operator/fluentd:5.1.1-full

linux/amd64 ghcr.io312.34MB2025-02-21 20:14
8