docker.io/elastic/filebeat:9.0.4 linux/amd64

docker.io/elastic/filebeat:9.0.4 - 国内下载镜像源 浏览次数:16
  1. 镜像名称: docker.io/elastic/filebeat
  2. 描述:

    Elastic File Beat是一个用于收集、处理和发送 Log数据的Open-source工具。它可以从各种数据源收集日志,包括API requests、文件系统事件和Windows事件。

    Elastic File Beat支持多种协议,如TCP、HTTP、FTP、SSH、SMB等,用户可以根据自己的需求配置网络设置。

    在发送数据之前,它还提供了一些选项来帮助用户处理数据,包括分段发送、压缩和加密等。

  3. 创建时间: 未知
  4. 大小: 4.9 GB
  5. 版本号: 7.10.2
使用docker pull elasticsearch/filebeat 可以获取最新的镜像
源镜像 docker.io/elastic/filebeat:9.0.4
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4
镜像ID sha256:4b41a0c291e30df623167aa01cb46df9d3ce49a4ef6b7fcc1de093c689bb3e22
镜像TAG 9.0.4
大小 423.92MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD --environment container
启动入口 /usr/bin/tini -- /usr/local/bin/docker-entrypoint
工作目录 /usr/share/filebeat
OS/平台 linux/amd64
浏览量 16 次
贡献者
镜像创建 2025-07-16T19:08:22.605517266Z
同步时间 2025-07-25 11:26
更新时间 2025-07-27 04:46
环境变量
PATH=/usr/share/filebeat:/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-07-15T13:55:15: 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 Filebeat sends log files to Logstash or directly to Elasticsearch.: description public: distribution-scope 1.41.0-dev: io.buildah.version Filebeat sends log files to Logstash or directly to Elasticsearch.: io.k8s.description Filebeat image: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Elastic License: license infra@elastic.co: maintainer filebeat: name 2025-07-16T19:01:39Z: org.label-schema.build-date Elastic License: org.label-schema.license filebeat: org.label-schema.name 1.0: org.label-schema.schema-version https://www.elastic.co/beats/filebeat: org.label-schema.url 7f7d7133471388154c895cf8fc6b40ae6d6245e2: org.label-schema.vcs-ref github.com/elastic/beats/v7: org.label-schema.vcs-url Elastic: org.label-schema.vendor 9.0.4: org.label-schema.version infra@elastic.co: org.opencontainers.image.authors 2025-07-16T19:01:39Z: org.opencontainers.image.created Elastic License: org.opencontainers.image.licenses Filebeat: org.opencontainers.image.title Elastic: org.opencontainers.image.vendor 1: release filebeat: summary https://www.elastic.co/beats/filebeat: url 49def32f29d405d4663060d62ea5437538e3fbfc: vcs-ref git: vcs-type Elastic: vendor 9.0.4: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4  docker.io/elastic/filebeat:9.0.4

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4  docker.io/elastic/filebeat:9.0.4

Shell快速替换命令

sed -i 's#elastic/filebeat:9.0.4#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4  docker.io/elastic/filebeat:9.0.4'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4  docker.io/elastic/filebeat:9.0.4'

镜像构建历史


# 2025-07-17 03:08:22  0.00B 设置默认要执行的命令
CMD ["--environment" "container"]
                        
# 2025-07-17 03:08:22  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/docker-entrypoint"]
                        
# 2025-07-17 03:08:22  0.00B 设置工作目录为/usr/share/filebeat
WORKDIR /usr/share/filebeat
                        
# 2025-07-17 03:08:22  0.00B 设置环境变量 LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE
ENV LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE=/
                        
# 2025-07-17 03:08:22  0.00B 指定运行容器时使用的用户
USER 1000
                        
# 2025-07-17 03:08:22  50.53MB 执行命令并创建新的镜像层
RUN /bin/sh -c for iter in {1..10}; do             microdnf -y update &&             microdnf -y install systemd &&             microdnf clean all &&             exit_code=0 && break || exit_code=$? && echo "microdnf error: retry $iter in 10s" && sleep 10;         done;         (exit $exit_code) # buildkit
                        
# 2025-07-17 03:08:17  2.88KB 执行命令并创建新的镜像层
RUN /bin/sh -c useradd -M --uid 1000 --gid 1000 --groups 0 --home /usr/share/filebeat filebeat # buildkit
                        
# 2025-07-17 03:08:17  954.00B 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd --gid 1000 filebeat # buildkit
                        
# 2025-07-17 03:08:17  4.18MB 复制新文件或目录到容器中
COPY /usr/share/filebeat/NOTICE.txt /licenses # buildkit
                        
# 2025-07-17 03:08:17  13.68KB 复制新文件或目录到容器中
COPY /usr/share/filebeat/LICENSE.txt /licenses # buildkit
                        
# 2025-07-17 03:08:16  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses # buildkit
                        
# 2025-07-17 03:08:16  264.79MB 复制新文件或目录到容器中
COPY /usr/share/filebeat /usr/share/filebeat # buildkit
                        
# 2025-07-17 03:08:05  716.00B 执行命令并创建新的镜像层
RUN /bin/sh -c chmod 755 /usr/local/bin/docker-entrypoint # buildkit
                        
# 2025-07-17 03:08:03  716.00B 复制新文件或目录到容器中
COPY docker-entrypoint /usr/local/bin/docker-entrypoint # buildkit
                        
# 2025-07-17 03:08:03  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-07-17 03:08:03  0.00B 设置环境变量 GODEBUG
ENV GODEBUG=madvdontneed=1
                        
# 2025-07-17 03:08:03  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/filebeat:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-07-17 03:08:03  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2025-07-17 03:08:03  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2025-07-16T19:01:39Z org.label-schema.schema-version=1.0 org.label-schema.vendor=Elastic org.label-schema.license=Elastic License org.label-schema.name=filebeat org.label-schema.version=9.0.4 org.label-schema.url=https://www.elastic.co/beats/filebeat org.label-schema.vcs-url=github.com/elastic/beats/v7 org.label-schema.vcs-ref=7f7d7133471388154c895cf8fc6b40ae6d6245e2 io.k8s.description=Filebeat sends log files to Logstash or directly to Elasticsearch. io.k8s.display-name=Filebeat image org.opencontainers.image.created=2025-07-16T19:01:39Z org.opencontainers.image.licenses=Elastic License org.opencontainers.image.title=Filebeat org.opencontainers.image.vendor=Elastic org.opencontainers.image.authors=infra@elastic.co maintainer=infra@elastic.co name=filebeat vendor=Elastic version=9.0.4 release=1 url=https://www.elastic.co/beats/filebeat summary=filebeat license=Elastic License description=Filebeat sends log files to Logstash or directly to Elasticsearch.
                        
# 2025-07-15 21:55:31  104.38MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-07-15T13:55:15" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="49def32f29d405d4663060d62ea5437538e3fbfc" "release"="1752587672"
                        
# 2025-07-15 21:55:31  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json    
                        
# 2025-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/.    
                        
# 2025-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) COPY dir:d7be74d0418e000f9c8e9c530ac1f30fb34314bf4358ea4867bfdbbb9c1266b5 in /    
                        
# 2025-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-07-15 21:55:30  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-07-15 21:55:30  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-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-07-15 21:55:30  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-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.6"       distribution-scope="public"
                        
# 2025-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-07-15 21:55:30  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:4b41a0c291e30df623167aa01cb46df9d3ce49a4ef6b7fcc1de093c689bb3e22",
    "RepoTags": [
        "elastic/filebeat:9.0.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat:9.0.4"
    ],
    "RepoDigests": [
        "elastic/filebeat@sha256:c3e5a20290a1a9ccd70cf19cea365553d396a8f4883ecbebee42a61f621820a0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/elastic/filebeat@sha256:88845b1998bc7391731677a13130e0aa48f02b8ddd3e3ffb2f268b07d4f98c0a"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-07-16T19:08:22.605517266Z",
    "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/filebeat:/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/filebeat",
        "Entrypoint": [
            "/usr/bin/tini",
            "--",
            "/usr/local/bin/docker-entrypoint"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-07-15T13:55:15",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Filebeat sends log files to Logstash or directly to Elasticsearch.",
            "distribution-scope": "public",
            "io.buildah.version": "1.41.0-dev",
            "io.k8s.description": "Filebeat sends log files to Logstash or directly to Elasticsearch.",
            "io.k8s.display-name": "Filebeat image",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "license": "Elastic License",
            "maintainer": "infra@elastic.co",
            "name": "filebeat",
            "org.label-schema.build-date": "2025-07-16T19:01:39Z",
            "org.label-schema.license": "Elastic License",
            "org.label-schema.name": "filebeat",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.url": "https://www.elastic.co/beats/filebeat",
            "org.label-schema.vcs-ref": "7f7d7133471388154c895cf8fc6b40ae6d6245e2",
            "org.label-schema.vcs-url": "github.com/elastic/beats/v7",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.0.4",
            "org.opencontainers.image.authors": "infra@elastic.co",
            "org.opencontainers.image.created": "2025-07-16T19:01:39Z",
            "org.opencontainers.image.licenses": "Elastic License",
            "org.opencontainers.image.title": "Filebeat",
            "org.opencontainers.image.vendor": "Elastic",
            "release": "1",
            "summary": "filebeat",
            "url": "https://www.elastic.co/beats/filebeat",
            "vcs-ref": "49def32f29d405d4663060d62ea5437538e3fbfc",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.0.4"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 423923339,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/9fbc716607aa41f2c5b1975f4facad139aba0021e1dbca1a2a27103becd42306/diff:/var/lib/docker/overlay2/37643cd36f7577c506b6e3df778e55c12390fbff1744991336c4c74225f9fccd/diff:/var/lib/docker/overlay2/1c55421b4db3a734a60a56032995e89b24b2ae46a2fd633c6ffaeeed10aad4ca/diff:/var/lib/docker/overlay2/60ab2e4fadcaa772ed95022bdc0a7749e0acd8cd209c000abf537a688020324d/diff:/var/lib/docker/overlay2/95eb7552d3a1b5adc2264212cab0334c1176f1dfdb7d5185e777825d1b10c709/diff:/var/lib/docker/overlay2/950051d3d2c04416a2a7fd142044beab81f06953710f38c33a05279c59c22409/diff:/var/lib/docker/overlay2/4f8dbec10790313cc71475003e5f4b9e773fb7d8b9e8dd2fe6bcfbedf3fd129b/diff:/var/lib/docker/overlay2/a449a9f730a7cf34c066fc486a7713bca857c832f12daca1fc9708392335ecbe/diff:/var/lib/docker/overlay2/88dbc2ebe00503abe8df41524c50521ea9c0b9c7ebe47553175db678e1db4296/diff:/var/lib/docker/overlay2/428c737a8593147c89d46dad5b7bd9743b3d1793b011732b0007e9122bd37ecf/diff:/var/lib/docker/overlay2/5c52e19540a1f99d6d8299037a7449223cf909fb54cd07a51b20436f25bf51ab/diff",
            "MergedDir": "/var/lib/docker/overlay2/57416ead8655773b143355988d912f13f722669d161679686cfdcefa4259bb70/merged",
            "UpperDir": "/var/lib/docker/overlay2/57416ead8655773b143355988d912f13f722669d161679686cfdcefa4259bb70/diff",
            "WorkDir": "/var/lib/docker/overlay2/57416ead8655773b143355988d912f13f722669d161679686cfdcefa4259bb70/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:5b895cf158b8acc70f6ea6eb81d9aecb24ed1f31804fc81612e511708292b1cf",
            "sha256:01968ff5bd8b35c6c45adb56eb5e229096aea75ce7088795273074bf93a079e6",
            "sha256:a88860f3dd02d5f288ad513a31de06c6f8d50963bf089ba2488fd01b7b670f7a",
            "sha256:5fda71267c29de795e332fdb8a62c49b94bce1f4f745316b4e22cddd698ee165",
            "sha256:c6b85b09affb49b7ab7cae89cb5313f3851a4979b978df4b97226ca42e5f35a8",
            "sha256:250959057db3cbfc348f285f58210951e7ff635f230b29f9f7a56158ad580343",
            "sha256:37c816e7f2ad36db139a43e9c7455c4c83aa97a3e13c5b0ddac2888c9862c314",
            "sha256:3c1bc3bda6326cd56958fa5eaf7919bf4cb3be1562a0b21db6fbad774bc55f88",
            "sha256:6677feb8df1fc958c092a7fea37afbcae4a2a34c2e5568056e32d000ab59beba",
            "sha256:30386b1f9630f699648c621a3ac44b8727e10002c601455872498cf81610783a",
            "sha256:4c95c1df3c04effaaab9c40cf1dfc69e93b4dc3ad42df10a0566e7d10622f892",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-25T11:26:20.756015787+08:00"
    }
}

更多版本

docker.io/elastic/filebeat:8.15.3

linux/amd64 docker.io348.32MB2024-11-03 20:40
345

docker.io/elastic/filebeat:8.15.3

linux/arm64 docker.io313.10MB2024-11-04 15:10
319

docker.io/elastic/filebeat:7.17.6

linux/amd64 docker.io259.97MB2024-11-14 16:47
299

docker.io/elastic/filebeat:7.16.3

linux/amd64 docker.io508.34MB2025-01-06 16:04
123

docker.io/elastic/filebeat:6.7.0

linux/amd64 docker.io279.32MB2025-03-14 18:08
75

docker.io/elastic/filebeat:7.17.12

linux/amd64 docker.io268.85MB2025-04-03 10:02
93

docker.io/elastic/filebeat:8.17.5

linux/amd64 docker.io356.21MB2025-04-29 14:53
127

docker.io/elastic/filebeat:7.17.28

linux/amd64 docker.io286.01MB2025-05-15 11:29
87

docker.io/elastic/filebeat:9.0.4

linux/amd64 docker.io423.92MB2025-07-25 11:26
15