docker.elastic.co/beats/metricbeat:9.2.3 linux/amd64

docker.elastic.co/beats/metricbeat:9.2.3 - 国内下载镜像源 浏览次数:8 安全受验证的发布者-Elastic

这是一个Elasticsearch公司提供的Metricbeat镜像。Metricbeat是Elastic Stack的一部分,是一个轻量级的代理程序,用于收集各种系统和应用程序指标,并将这些指标发送到Elasticsearch或Logstash进行集中化监控和分析。

源镜像 docker.elastic.co/beats/metricbeat:9.2.3
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3
镜像ID sha256:8af9a9f0fc39497a0189d48dacd91d310914621e0c89bf0365ad60eb753c9be9
镜像TAG 9.2.3
大小 404.76MB
镜像源 docker.elastic.co
CMD --environment container
启动入口 /usr/bin/tini -- /usr/local/bin/docker-entrypoint
工作目录 /usr/share/metricbeat
OS/平台 linux/amd64
浏览量 8 次
贡献者
镜像创建 2025-12-16T08:59:08.264237489Z
同步时间 2026-01-13 23:10
更新时间 2026-01-14 00:04
环境变量
PATH=/usr/share/metricbeat:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci ELASTIC_CONTAINER=true GODEBUG=madvdontneed=1 LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE=/
镜像标签
x86_64: architecture 2025-12-03T20:36:05Z: 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 Metricbeat is a lightweight shipper for metrics.: description public: distribution-scope 1.41.4: io.buildah.version Metricbeat is a lightweight shipper for metrics.: io.k8s.description Metricbeat image: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Elastic License: license infra@elastic.co: maintainer metricbeat: name 2025-12-16T08:52:01Z: org.label-schema.build-date Elastic License: org.label-schema.license metricbeat: org.label-schema.name 1.0: org.label-schema.schema-version https://www.elastic.co/beats/metricbeat: org.label-schema.url b95cc76490c9bb4184f98e0094be4af14b5d7bd2: org.label-schema.vcs-ref github.com/elastic/beats/v7: org.label-schema.vcs-url Elastic: org.label-schema.vendor 9.2.3: org.label-schema.version infra@elastic.co: org.opencontainers.image.authors 2025-12-16T08:52:01Z: org.opencontainers.image.created Elastic License: org.opencontainers.image.licenses 1595c1bf15cd4327d529f330e61327764327397e: org.opencontainers.image.revision Metricbeat: org.opencontainers.image.title Elastic: org.opencontainers.image.vendor 1: release metricbeat: summary https://www.elastic.co/beats/metricbeat: url 1595c1bf15cd4327d529f330e61327764327397e: vcs-ref git: vcs-type Elastic: vendor 9.2.3: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3  docker.elastic.co/beats/metricbeat:9.2.3

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3  docker.elastic.co/beats/metricbeat:9.2.3

Shell快速替换命令

sed -i 's#docker.elastic.co/beats/metricbeat:9.2.3#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3  docker.elastic.co/beats/metricbeat:9.2.3'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3  docker.elastic.co/beats/metricbeat:9.2.3'

镜像构建历史


# 2025-12-16 16:59:08  0.00B 设置默认要执行的命令
CMD ["--environment" "container"]
                        
# 2025-12-16 16:59:08  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/docker-entrypoint"]
                        
# 2025-12-16 16:59:08  0.00B 设置工作目录为/usr/share/metricbeat
WORKDIR /usr/share/metricbeat
                        
# 2025-12-16 16:59:08  0.00B 设置环境变量 LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE
ENV LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE=/
                        
# 2025-12-16 16:59:08  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2025-12-16 16:59:08  2.91KB 执行命令并创建新的镜像层
RUN /bin/sh -c useradd -M --uid 1000 --gid 1000 --groups 0 --home /usr/share/metricbeat metricbeat # buildkit
                        
# 2025-12-16 16:59:07  958.00B 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd --gid 1000 metricbeat # buildkit
                        
# 2025-12-16 16:59:07  4.53MB 复制新文件或目录到容器中
COPY /usr/share/metricbeat/NOTICE.txt /licenses # buildkit
                        
# 2025-12-16 16:59:07  13.68KB 复制新文件或目录到容器中
COPY /usr/share/metricbeat/LICENSE.txt /licenses # buildkit
                        
# 2025-12-16 16:59:07  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses # buildkit
                        
# 2025-12-16 16:59:07  294.76MB 复制新文件或目录到容器中
COPY /usr/share/metricbeat /usr/share/metricbeat # buildkit
                        
# 2025-12-16 16:58:56  730.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint # buildkit
                        
# 2025-12-16 16:58:54  730.00B 复制新文件或目录到容器中
COPY docker-entrypoint /usr/local/bin/docker-entrypoint # buildkit
                        
# 2025-12-16 16:58:54  24.06KB 执行命令并创建新的镜像层
RUN /bin/sh -c set -e ;   TINI_BIN="";   TINI_SHA256="";   TINI_VERSION="v0.19.0";   echo "The arch value is $(arch)";   case "$(arch)" in     x86_64)         TINI_BIN="tini-amd64";         TINI_SHA256="93dcc18adc78c65a028a84799ecf8ad40c936fdfc5f2a57b1acda5a8117fa82c";         ;;     aarch64)         TINI_BIN="tini-arm64";         TINI_SHA256="07952557df20bfd2a95f9bef198b445e006171969499a1d361bd9e6f8e5e0e81";         ;;     *)         echo >&2 ; echo >&2 "Unsupported architecture \$(arch)" ; echo >&2 ; exit 1 ;         ;;   esac ;   curl --retry 8 -S -L -O "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/${TINI_BIN}" ;   echo "${TINI_SHA256} ${TINI_BIN}" | sha256sum -c - ;   mv "${TINI_BIN}" /usr/bin/tini ;   chmod +x /usr/bin/tini # buildkit
                        
# 2025-12-16 16:58:54  0.00B 设置环境变量 GODEBUG
ENV GODEBUG=madvdontneed=1
                        
# 2025-12-16 16:58:54  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/metricbeat:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-12-16 16:58:54  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2025-12-16 16:58:54  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2025-12-16T08:52:01Z org.label-schema.schema-version=1.0 org.label-schema.vendor=Elastic org.label-schema.license=Elastic License org.label-schema.name=metricbeat org.label-schema.version=9.2.3 org.label-schema.url=https://www.elastic.co/beats/metricbeat org.label-schema.vcs-url=github.com/elastic/beats/v7 org.label-schema.vcs-ref=b95cc76490c9bb4184f98e0094be4af14b5d7bd2 io.k8s.description=Metricbeat is a lightweight shipper for metrics. io.k8s.display-name=Metricbeat image org.opencontainers.image.created=2025-12-16T08:52:01Z org.opencontainers.image.licenses=Elastic License org.opencontainers.image.title=Metricbeat org.opencontainers.image.vendor=Elastic org.opencontainers.image.authors=infra@elastic.co maintainer=infra@elastic.co name=metricbeat vendor=Elastic version=9.2.3 release=1 url=https://www.elastic.co/beats/metricbeat summary=metricbeat license=Elastic License description=Metricbeat is a lightweight shipper for metrics.
                        
# 2025-12-04 04:36:21  105.42MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="1595c1bf15cd4327d529f330e61327764327397e" "org.opencontainers.image.revision"="1595c1bf15cd4327d529f330e61327764327397e" "build-date"="2025-12-03T20:36:05Z" "org.opencontainers.image.created"="2025-12-03T20:36:05Z" "release"="1764794109"org.opencontainers.image.revision=1595c1bf15cd4327d529f330e61327764327397e,org.opencontainers.image.created=2025-12-03T20:36:05Z
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:94153b6833d6f050d8e2572e9c332f16148f47aceac72aaf42af4d08feb01e61 in /root/buildinfo/labels.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:94153b6833d6f050d8e2572e9c332f16148f47aceac72aaf42af4d08feb01e61 in /usr/share/buildinfo/labels.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY dir:be2a521f68bf56126048c385ab01382fd10aa537a578d817938c3b4ce9ee2ae8 in /      
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-12-04 04:36:20  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."
                        
# 2025-12-04 04:36:20  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."
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.7"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:8af9a9f0fc39497a0189d48dacd91d310914621e0c89bf0365ad60eb753c9be9",
    "RepoTags": [
        "docker.elastic.co/beats/metricbeat:9.2.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat:9.2.3"
    ],
    "RepoDigests": [
        "docker.elastic.co/beats/metricbeat@sha256:4b707119d624aa52f0dc5426c63c407693141d68c7a3a7b07e085416fdf42e3d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/metricbeat@sha256:bf433c8e1eeba327bd60efaa63f5d1b6b97ef8aed85c66045dc9aab7ff633496"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-16T08:59:08.264237489Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "1000",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/share/metricbeat:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "ELASTIC_CONTAINER=true",
            "GODEBUG=madvdontneed=1",
            "LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE=/"
        ],
        "Cmd": [
            "--environment",
            "container"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/share/metricbeat",
        "Entrypoint": [
            "/usr/bin/tini",
            "--",
            "/usr/local/bin/docker-entrypoint"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-12-03T20:36:05Z",
            "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": "Metricbeat is a lightweight shipper for metrics.",
            "distribution-scope": "public",
            "io.buildah.version": "1.41.4",
            "io.k8s.description": "Metricbeat is a lightweight shipper for metrics.",
            "io.k8s.display-name": "Metricbeat image",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "license": "Elastic License",
            "maintainer": "infra@elastic.co",
            "name": "metricbeat",
            "org.label-schema.build-date": "2025-12-16T08:52:01Z",
            "org.label-schema.license": "Elastic License",
            "org.label-schema.name": "metricbeat",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.url": "https://www.elastic.co/beats/metricbeat",
            "org.label-schema.vcs-ref": "b95cc76490c9bb4184f98e0094be4af14b5d7bd2",
            "org.label-schema.vcs-url": "github.com/elastic/beats/v7",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.2.3",
            "org.opencontainers.image.authors": "infra@elastic.co",
            "org.opencontainers.image.created": "2025-12-16T08:52:01Z",
            "org.opencontainers.image.licenses": "Elastic License",
            "org.opencontainers.image.revision": "1595c1bf15cd4327d529f330e61327764327397e",
            "org.opencontainers.image.title": "Metricbeat",
            "org.opencontainers.image.vendor": "Elastic",
            "release": "1",
            "summary": "metricbeat",
            "url": "https://www.elastic.co/beats/metricbeat",
            "vcs-ref": "1595c1bf15cd4327d529f330e61327764327397e",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.2.3"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 404757623,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/46fedb2098ffdce96be9f17717d46d9fb9247a68997ae443f61a855d7e8e18d6/diff:/var/lib/docker/overlay2/22212ece35073b988501b895c26256e975bc3170333a3bd9f2deecf4cfa3e461/diff:/var/lib/docker/overlay2/4610425d51b6dae1bef91d421a5ba96cd4587146d3e333b17e142f81edaaf9ce/diff:/var/lib/docker/overlay2/00a9653daac41a6d42dc4da537043071a6936d7470818d5bd0e92472b4d043f3/diff:/var/lib/docker/overlay2/c86d13cab6baac4d88df162e8872c873290715c9682eb36e1f73848bb31b7aab/diff:/var/lib/docker/overlay2/3f0b06e18f150400783d46febc80c7e496b02ab630774d765520f3b7f26d7c77/diff:/var/lib/docker/overlay2/f5e131b76ed4f22721d547d3a1f4b1f9c2b0755bde521fe708f8dac1ae335578/diff:/var/lib/docker/overlay2/269a6fe0830d23f153fcbef40de5d5b7c9d245a7f3609f0377222d4b0ed8bb57/diff:/var/lib/docker/overlay2/51c38d70cd0f5d6224ca979c32a124c23f99cb9b619840b03fb199f671295c85/diff:/var/lib/docker/overlay2/8e734d1aba4dd0f49ea44acaad85f6a7e336618f070d573085864cae6dbe0b17/diff",
            "MergedDir": "/var/lib/docker/overlay2/7f3e9b55b8ef27c39f652651d9622c6aa69dabc5999d1faec12bf1109cfb15ab/merged",
            "UpperDir": "/var/lib/docker/overlay2/7f3e9b55b8ef27c39f652651d9622c6aa69dabc5999d1faec12bf1109cfb15ab/diff",
            "WorkDir": "/var/lib/docker/overlay2/7f3e9b55b8ef27c39f652651d9622c6aa69dabc5999d1faec12bf1109cfb15ab/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4e140ff8bd9a23afd7615f9a56d0521b539df31404142c6e9fb61e24e5e6cdd4",
            "sha256:5ce58806ab4230ceafcad75a6d108676830de76b809517e5ed6e2afeb50c3228",
            "sha256:77873d2c2cd9774aa9fc3839b79296ce3f60d4a2197a33dcb96a75d4af92f0eb",
            "sha256:ff3d91204cdc7089e3c367208d338d3e8fc3e790da3eebee5dd84f02e075517d",
            "sha256:6f3c9e5a3bff3a9620b3cddff75f43dd8114944d90c9694f9a66d9f3772ad548",
            "sha256:8e1bb9f2ba7d95286d98f8b29a835d36d7ab7df22d11d434649585469b74dba0",
            "sha256:b6a89b85ac1b7579db9fe1ac03310b8b089aa992682a4e31915827314317bb34",
            "sha256:e64d38fc8ff85f1676d7faaa5c5e3019ebccfbb0e4c32468c40d90753a4a0756",
            "sha256:f6f53b3fb7517fe3af0de3adb78f3ad844b9b00d8293032e8ebecc033e6563ba",
            "sha256:e1700301e1b9e508553f65e91e995f5d6693eb6cd25de3cdc52572da65d43e32",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-13T23:10:24.85457955+08:00"
    }
}

更多版本

docker.elastic.co/beats/metricbeat:9.1.0

linux/amd64 docker.elastic.co395.45MB2025-07-31 10:29
172

docker.elastic.co/beats/metricbeat:9.1.4

linux/amd64 docker.elastic.co396.65MB2025-09-29 14:45
153

docker.elastic.co/beats/metricbeat:9.2.0

linux/amd64 docker.elastic.co397.60MB2025-10-31 17:54
121

docker.elastic.co/beats/metricbeat:9.2.3

linux/amd64 docker.elastic.co404.76MB2026-01-13 23:10
7