docker.elastic.co/elastic-agent/elastic-agent:9.4.1 linux/amd64

docker.elastic.co/elastic-agent/elastic-agent:9.4.1 - 国内下载镜像源 浏览次数:14 安全受验证的发布者-Elastic
这是docker容器镜像描述信息: 名称:
Elastic Agent
描述:
Elastic Agent 是一个轻量级代理,用于收集数据并将其传递给 Elastic Stack。它可以在多种环境中部署,包括 Linux、Windows 和 macOS。Elastic Agent 支持多种数据源和目的地,并提供了一个易用的接口来定义和管理数据流。
源镜像 docker.elastic.co/elastic-agent/elastic-agent:9.4.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elastic-agent/elastic-agent:9.4.1
镜像ID sha256:84d01af26bfcb64cc771aac401873cc4698c962c279cc4eddaa5e73998340836
镜像TAG 9.4.1
大小 1.90GB
镜像源 docker.elastic.co
CMD
启动入口 /usr/bin/tini -- /usr/local/bin/docker-entrypoint
工作目录 /usr/share/elastic-agent
OS/平台 linux/amd64
浏览量 14 次
贡献者
镜像创建 2026-05-08T18:59:51.8273909Z
同步时间 2026-05-21 11:03
环境变量
PATH=/usr/share/elastic-agent:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci BEAT_SETUID_AS=elastic-agent ELASTIC_CONTAINER=true GODEBUG=madvdontneed=1 LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE=/
镜像标签
x86_64: architecture 2026-05-06T12:56:03Z: 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 Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host.: description public: distribution-scope 1.42.2: io.buildah.version Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host.: io.k8s.description Elastic-Agent image: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Elastic License: license infra@elastic.co: maintainer elastic-agent: name 2026-05-08T18:56:21Z: org.label-schema.build-date Elastic License: org.label-schema.license elastic-agent: org.label-schema.name 1.0: org.label-schema.schema-version https://www.elastic.co/elastic-agent: org.label-schema.url eea63db7ca61dceee9a4b843d1a1d27beb17c6a9: org.label-schema.vcs-ref github.com/elastic/elastic-agent: org.label-schema.vcs-url Elastic: org.label-schema.vendor 9.4.1: org.label-schema.version infra@elastic.co: org.opencontainers.image.authors 2026-05-08T18:56:21Z: org.opencontainers.image.created Elastic License: org.opencontainers.image.licenses 8def05a6f0dfabdc25ea20a79b0d11f8f9b12c5c: org.opencontainers.image.revision Elastic-Agent: org.opencontainers.image.title Elastic: org.opencontainers.image.vendor 1: release elastic-agent: summary https://www.elastic.co/elastic-agent: url 8def05a6f0dfabdc25ea20a79b0d11f8f9b12c5c: vcs-ref git: vcs-type Elastic: vendor 9.4.1: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elastic-agent/elastic-agent:9.4.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elastic-agent/elastic-agent:9.4.1  docker.elastic.co/elastic-agent/elastic-agent:9.4.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elastic-agent/elastic-agent:9.4.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elastic-agent/elastic-agent:9.4.1  docker.elastic.co/elastic-agent/elastic-agent:9.4.1

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-05-09 02:59:51  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/docker-entrypoint"]
                        
# 2026-05-09 02:59:51  0.00B 设置工作目录为/usr/share/elastic-agent
WORKDIR /usr/share/elastic-agent
                        
# 2026-05-09 02:59:51  0.00B 设置环境变量 LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE
ENV LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE=/
                        
# 2026-05-09 02:59:51  0.00B 指定运行容器时使用的用户
USER elastic-agent
                        
# 2026-05-09 02:59:51  6.37MB 复制新文件或目录到容器中
COPY /usr/share/elastic-agent/NOTICE.txt /licenses # buildkit
                        
# 2026-05-09 02:59:51  3.86KB 复制新文件或目录到容器中
COPY /usr/share/elastic-agent/LICENSE.txt /licenses # buildkit
                        
# 2026-05-09 02:59:51  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses # buildkit
                        
# 2026-05-09 02:59:51  160.08KB 执行命令并创建新的镜像层
RUN /bin/sh -c chmod 0777 /usr/share/elastic-agent &&     usermod -d /usr/share/elastic-agent elastic-agent &&     find /usr/share/elastic-agent/data/elastic-agent-eea63d/components -name "*.yml*" -type f -exec chown elastic-agent:elastic-agent {} \; &&     true # buildkit
                        
# 2026-05-09 02:59:50  1.73GB 复制新文件或目录到容器中
COPY --chown=elastic-agent:elastic-agent /usr/share/elastic-agent /usr/share/elastic-agent # buildkit
                        
# 2026-05-09 02:58:52  296.54KB 执行命令并创建新的镜像层
RUN /bin/sh -c groupadd --gid 1000 elastic-agent &&     useradd -M --uid 1000 --gid 1000 --groups 0 elastic-agent &&     chmod 755 /usr/local/bin/docker-entrypoint &&     true # buildkit
                        
# 2026-05-09 02:58:50  509.00B 复制新文件或目录到容器中
COPY docker-entrypoint /usr/local/bin/docker-entrypoint # buildkit
                        
# 2026-05-09 02:58:46  24.06KB 执行命令并创建新的镜像层
RUN /bin/sh -c set -e ;   TINI_BIN="";   TINI_SHA256="";   TINI_VERSION="v0.19.0";   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
                        
# 2026-05-09 02:58:40  0.00B 设置环境变量 GODEBUG
ENV GODEBUG=madvdontneed=1
                        
# 2026-05-09 02:58:40  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/elastic-agent:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-05-09 02:58:40  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2026-05-09 02:58:40  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2026-05-08T18:56:21Z org.label-schema.schema-version=1.0 org.label-schema.vendor=Elastic org.label-schema.license=Elastic License org.label-schema.name=elastic-agent org.label-schema.version=9.4.1 org.label-schema.url=https://www.elastic.co/elastic-agent org.label-schema.vcs-url=github.com/elastic/elastic-agent org.label-schema.vcs-ref=eea63db7ca61dceee9a4b843d1a1d27beb17c6a9 io.k8s.description=Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host. io.k8s.display-name=Elastic-Agent image org.opencontainers.image.created=2026-05-08T18:56:21Z org.opencontainers.image.licenses=Elastic License org.opencontainers.image.title=Elastic-Agent org.opencontainers.image.vendor=Elastic org.opencontainers.image.authors=infra@elastic.co maintainer=infra@elastic.co name=elastic-agent vendor=Elastic version=9.4.1 release=1 url=https://www.elastic.co/elastic-agent summary=elastic-agent license=Elastic License description=Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host.
                        
# 2026-05-09 02:58:40  57.45MB 执行命令并创建新的镜像层
RUN /bin/sh -c for iter in {1..10}; do           microdnf update -y &&           microdnf install -y tar gzip findutils shadow-utils ca-certificates gawk libcap xz systemd &&           microdnf clean all &&           exit_code=0 && break || exit_code=$? && echo "microdnf error: retry $iter in 10s" && sleep 10; done; (exit $exit_code) # buildkit
                        
# 2026-05-09 02:58:40  0.00B 设置环境变量 BEAT_SETUID_AS
ENV BEAT_SETUID_AS=elastic-agent
                        
# 2026-05-06 20:56:15  105.38MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="8def05a6f0dfabdc25ea20a79b0d11f8f9b12c5c" "org.opencontainers.image.revision"="8def05a6f0dfabdc25ea20a79b0d11f8f9b12c5c" "build-date"="2026-05-06T12:56:03Z" "org.opencontainers.image.created"="2026-05-06T12:56:03Z" "release"="1778072020"org.opencontainers.image.revision=8def05a6f0dfabdc25ea20a79b0d11f8f9b12c5c,org.opencontainers.image.created=2026-05-06T12:56:03Z
                        
# 2026-05-06 20:56:15  0.00B 
/bin/sh -c #(nop) COPY file:9d5fe0edb9a65123afda28f8a8cf6e139537dee71d7b2bc90f9c46d89a207386 in /root/buildinfo/labels.json      
                        
# 2026-05-06 20:56:15  0.00B 
/bin/sh -c #(nop) COPY file:9d5fe0edb9a65123afda28f8a8cf6e139537dee71d7b2bc90f9c46d89a207386 in /usr/share/buildinfo/labels.json      
                        
# 2026-05-06 20:56:15  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-05-06 20:56:15  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-05-06 20:56:15  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-05-06 20:56:15  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-05-06 20:56:14  0.00B 
/bin/sh -c #(nop) COPY dir:4c4996e917f33023b976824d7cb68c72b897d6d36b90e718143d5c6b6644b5f2 in /      
                        
# 2026-05-06 20:56:14  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-05-06 20:56:14  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2026-05-06 20:56:14  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-05-06 20:56:14  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2026-05-06 20:56:14  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."
                        
# 2026-05-06 20:56:14  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."
                        
# 2026-05-06 20:56:14  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2026-05-06 20:56:14  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-05-06 20:56:14  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"
                        
# 2026-05-06 20:56:14  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-05-06 20:56:14  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-05-06 20:56:14  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:84d01af26bfcb64cc771aac401873cc4698c962c279cc4eddaa5e73998340836",
    "RepoTags": [
        "docker.elastic.co/elastic-agent/elastic-agent:9.4.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elastic-agent/elastic-agent:9.4.1"
    ],
    "RepoDigests": [
        "docker.elastic.co/elastic-agent/elastic-agent@sha256:8477da97111d6847a79cba6599cc82b765ae0cb1bdc0fc6aad691f36453c2e14",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/elastic-agent/elastic-agent@sha256:203f5919fd5ffa1e68b757768d915d098d040a66b85e7f84231c8887733aad6b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-05-08T18:59:51.8273909Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "elastic-agent",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/share/elastic-agent:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "BEAT_SETUID_AS=elastic-agent",
            "ELASTIC_CONTAINER=true",
            "GODEBUG=madvdontneed=1",
            "LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE=/"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/usr/share/elastic-agent",
        "Entrypoint": [
            "/usr/bin/tini",
            "--",
            "/usr/local/bin/docker-entrypoint"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2026-05-06T12:56:03Z",
            "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": "Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host.",
            "distribution-scope": "public",
            "io.buildah.version": "1.42.2",
            "io.k8s.description": "Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host.",
            "io.k8s.display-name": "Elastic-Agent image",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "license": "Elastic License",
            "maintainer": "infra@elastic.co",
            "name": "elastic-agent",
            "org.label-schema.build-date": "2026-05-08T18:56:21Z",
            "org.label-schema.license": "Elastic License",
            "org.label-schema.name": "elastic-agent",
            "org.label-schema.schema-version": "1.0",
            "org.label-schema.url": "https://www.elastic.co/elastic-agent",
            "org.label-schema.vcs-ref": "eea63db7ca61dceee9a4b843d1a1d27beb17c6a9",
            "org.label-schema.vcs-url": "github.com/elastic/elastic-agent",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "9.4.1",
            "org.opencontainers.image.authors": "infra@elastic.co",
            "org.opencontainers.image.created": "2026-05-08T18:56:21Z",
            "org.opencontainers.image.licenses": "Elastic License",
            "org.opencontainers.image.revision": "8def05a6f0dfabdc25ea20a79b0d11f8f9b12c5c",
            "org.opencontainers.image.title": "Elastic-Agent",
            "org.opencontainers.image.vendor": "Elastic",
            "release": "1",
            "summary": "elastic-agent",
            "url": "https://www.elastic.co/elastic-agent",
            "vcs-ref": "8def05a6f0dfabdc25ea20a79b0d11f8f9b12c5c",
            "vcs-type": "git",
            "vendor": "Elastic",
            "version": "9.4.1"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1900799045,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/ee84892e33eac43ddba8faf33887dc98833da89d337f10babba4ccd848b38c9a/diff:/var/lib/docker/overlay2/47e50ce52eac425f28779d494e26134b42b86f345b4e51211577b8bc4a2d2f8a/diff:/var/lib/docker/overlay2/16288ab7805f0ce4fe6c3ea3e50240855ac94cef60aca7de29c9904df0126be3/diff:/var/lib/docker/overlay2/2ba88f5896216b7f860c1341eb2ae99e1e1f44bb5a231dbdcf47a60c1ae7da8a/diff:/var/lib/docker/overlay2/32285a8d788a381fe8dcc0ba5cfe84aa9a43525d169fbb339402c246e2e5dc2b/diff:/var/lib/docker/overlay2/ab126d7eac8244ee02630164b1dee1079f02a461ab79a7045dfa1771c7314b22/diff:/var/lib/docker/overlay2/6701a55db73c4415784afed524a8ab9a7795b5f00ecfc31654f8f72bc8869163/diff:/var/lib/docker/overlay2/ab9a692586baf3af92a7c35d493bcfe115ee3a87c987035d5ab0f4cec33f5103/diff:/var/lib/docker/overlay2/873debf38e4b3033b745dce6d300afcc2d0c06be21c9b8712d7e81f80d1ee8fc/diff:/var/lib/docker/overlay2/7550936061de0c6316e4a687e2a83f2d0729907d78c129e510c6cac10508ff7e/diff",
            "MergedDir": "/var/lib/docker/overlay2/5373c65dc0332e2b1bc66a2010ade8f211252b1c4113bf1446f6226de8ab9de4/merged",
            "UpperDir": "/var/lib/docker/overlay2/5373c65dc0332e2b1bc66a2010ade8f211252b1c4113bf1446f6226de8ab9de4/diff",
            "WorkDir": "/var/lib/docker/overlay2/5373c65dc0332e2b1bc66a2010ade8f211252b1c4113bf1446f6226de8ab9de4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ea4a52d7a4b80227c69b4071e67f250e561b6798a501520cd078425fcc119716",
            "sha256:55113216d154f0809a859de1767407e067ae95c1faa2adf8ef8f05740eeca4a2",
            "sha256:3a1716755cefd12c2d1821ef814985d171f353fe11f33f1741be2fb7267bfd3c",
            "sha256:f3f69731ca9e898947bf731e87e03cd9cf30967ba57a5f4c22a6d3ff14bd7260",
            "sha256:98d403b8101f1a6367acfadc144f3649ca4387f1e98f0c194276792eb356afe7",
            "sha256:400bc3ec25c931912353f503677a3c8f2a697f1ac1b9cd03ddf11ed92c1b4a36",
            "sha256:737c57e240d7fc4f4d52b9a20e59794423d49f9a59820c8561844ff40089e514",
            "sha256:9b9adb1076d717de4a23cd29cd9520393e982e95dd60f13dcdfc0f50542c0e81",
            "sha256:34f624990e1427c0f9a77747b0f2c6e648ef1195d3d1d06b7b8c710f9134ae2e",
            "sha256:4502b5d5740020fdf59235b9abd04fde84c4a2a221dda15f61c2a020b61c23da",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-21T11:01:42.428508227+08:00"
    }
}

更多版本

docker.elastic.co/elastic-agent/elastic-agent:8.15.2

linux/amd64 docker.elastic.co1.31GB2024-10-06 17:44
571

docker.elastic.co/elastic-agent/elastic-agent:9.0.1

linux/amd64 docker.elastic.co1.72GB2025-06-27 15:35
277

docker.elastic.co/elastic-agent/elastic-agent:9.1.4

linux/amd64 docker.elastic.co1.88GB2025-09-29 14:54
224

docker.elastic.co/elastic-agent/elastic-agent:9.2.1

linux/amd64 docker.elastic.co1.88GB2025-12-03 10:02
163

docker.elastic.co/elastic-agent/elastic-agent:9.2.3

linux/amd64 docker.elastic.co1.88GB2026-01-13 22:56
171

docker.elastic.co/elastic-agent/elastic-agent:9.2.4

linux/amd64 docker.elastic.co1.87GB2026-01-29 15:55
165

docker.elastic.co/elastic-agent/elastic-agent:8.19.15

linux/amd64 docker.elastic.co2.08GB2026-05-14 15:18
36

docker.elastic.co/elastic-agent/elastic-agent:9.4.1

linux/amd64 docker.elastic.co1.90GB2026-05-21 11:03
13