广告图片

docker.elastic.co/beats/elastic-agent:8.19.14 linux/amd64

docker.elastic.co/beats/elastic-agent:8.19.14 - 国内下载镜像源 浏览次数:5 虎眼 贡献同步 安全受验证的发布者-Elastic

这是一个 Elastic Stack 的 Elastic Agent 镜像,由 Elastic 公司提供。Elastic Agent 是一个轻量级的统一代理,可以收集各种日志和指标数据,并将其发送到 Elasticsearch。

源镜像 docker.elastic.co/beats/elastic-agent:8.19.14
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/elastic-agent:8.19.14
镜像ID sha256:437f1cf36cf143837b9043935e1bee0cd3dac9f4f9f4041be59ed992cfb31677
镜像TAG 8.19.14
大小 2.04GB
镜像源 docker.elastic.co
CMD
启动入口 /usr/bin/tini -- /usr/local/bin/docker-entrypoint
工作目录 /usr/share/elastic-agent
OS/平台 linux/amd64
浏览量 5 次
贡献者
avatar
虎眼
镜像创建 2026-04-02T18:25:41.749996849Z
同步时间 2026-04-26 11:53
环境变量
PATH=/usr/share/elastic-agent:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin BEAT_SETUID_AS=elastic-agent ELASTIC_CONTAINER=true GODEBUG=madvdontneed=1 LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE=/
镜像标签
Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host.: description 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 Elastic License: license infra@elastic.co: maintainer elastic-agent: name 2026-04-02T18:21:32Z: 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 5333b33e971fe105acc2532e9bfa41d767aaff4c: org.label-schema.vcs-ref github.com/elastic/elastic-agent: org.label-schema.vcs-url Elastic: org.label-schema.vendor 8.19.14: org.label-schema.version infra@elastic.co: org.opencontainers.image.authors 2026-04-02T18:21:32Z: org.opencontainers.image.created Elastic License: org.opencontainers.image.licenses ubuntu: org.opencontainers.image.ref.name Elastic-Agent: org.opencontainers.image.title Elastic: org.opencontainers.image.vendor 24.04: org.opencontainers.image.version 1: release elastic-agent: summary https://www.elastic.co/elastic-agent: url Elastic: vendor 8.19.14: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-04-03 02:25:41  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/docker-entrypoint"]
                        
# 2026-04-03 02:25:41  0.00B 设置工作目录为/usr/share/elastic-agent
WORKDIR /usr/share/elastic-agent
                        
# 2026-04-03 02:25:41  0.00B 设置环境变量 LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE
ENV LIBBEAT_MONITORING_CGROUPS_HIERARCHY_OVERRIDE=/
                        
# 2026-04-03 02:25:41  0.00B 指定运行容器时使用的用户
USER elastic-agent
                        
# 2026-04-03 02:25:41  5.74MB 复制新文件或目录到容器中
COPY /usr/share/elastic-agent/NOTICE.txt /licenses # buildkit
                        
# 2026-04-03 02:25:41  3.86KB 复制新文件或目录到容器中
COPY /usr/share/elastic-agent/LICENSE.txt /licenses # buildkit
                        
# 2026-04-03 02:25:41  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /licenses # buildkit
                        
# 2026-04-03 02:25:41  160.82KB 执行命令并创建新的镜像层
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-5333b3/components -name "*.yml*" -type f -exec chown elastic-agent:elastic-agent {} \; &&     true # buildkit
                        
# 2026-04-03 02:25:39  1.86GB 复制新文件或目录到容器中
COPY --chown=elastic-agent:elastic-agent /usr/share/elastic-agent /usr/share/elastic-agent # buildkit
                        
# 2026-04-03 02:25:14  5.37KB 执行命令并创建新的镜像层
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-04-03 02:25:13  509.00B 复制新文件或目录到容器中
COPY docker-entrypoint /usr/local/bin/docker-entrypoint # buildkit
                        
# 2026-04-03 02:25:13  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-04-03 02:25:08  0.00B 设置环境变量 GODEBUG
ENV GODEBUG=madvdontneed=1
                        
# 2026-04-03 02:25:08  0.00B 设置环境变量 PATH
ENV PATH=/usr/share/elastic-agent:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-04-03 02:25:08  0.00B 设置环境变量 ELASTIC_CONTAINER
ENV ELASTIC_CONTAINER=true
                        
# 2026-04-03 02:25:08  0.00B 添加元数据标签
LABEL org.label-schema.build-date=2026-04-02T18:21:32Z 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=8.19.14 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=5333b33e971fe105acc2532e9bfa41d767aaff4c 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-04-02T18:21:32Z 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=8.19.14 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-04-03 02:25:08  95.01MB 执行命令并创建新的镜像层
RUN /bin/sh -c for iter in {1..10}; do         apt-get update -y &&         DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes ca-certificates curl gawk xz-utils systemd &&         apt-get clean all &&         exit_code=0 && break || exit_code=$? && echo "apt-get error: retry $iter in 10s" && sleep 10;     done;     (exit $exit_code) # buildkit
                        
# 2026-04-03 02:24:02  4.47KB 执行命令并创建新的镜像层
RUN /bin/sh -c touch /var/mail/ubuntu && chown ubuntu /var/mail/ubuntu && userdel -r ubuntu # buildkit
                        
# 2026-04-03 02:24:02  0.00B 设置环境变量 BEAT_SETUID_AS
ENV BEAT_SETUID_AS=elastic-agent
                        
# 2026-02-24 01:17:56  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2026-02-24 01:17:55  78.14MB 
/bin/sh -c #(nop) ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in / 
                        
# 2026-02-24 01:17:53  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2026-02-24 01:17:53  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2026-02-24 01:17:53  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2026-02-24 01:17:53  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:437f1cf36cf143837b9043935e1bee0cd3dac9f4f9f4041be59ed992cfb31677",
    "RepoTags": [
        "docker.elastic.co/beats/elastic-agent:8.19.14",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/elastic-agent:8.19.14"
    ],
    "RepoDigests": [
        "docker.elastic.co/beats/elastic-agent@sha256:6b1a5d4947807108e3d12ab299ca4edb9b5ba1622b530fda273d1322b4a12f2a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.elastic.co/beats/elastic-agent@sha256:531e2473add958df818132032c6eca4125bb9513b92deb10d9435a9c0ac7ab7b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-04-02T18:25:41.749996849Z",
    "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",
            "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": {
            "description": "Elastic Agent - single, unified way to add monitoring for logs, metrics, and other types of data to a host.",
            "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",
            "license": "Elastic License",
            "maintainer": "infra@elastic.co",
            "name": "elastic-agent",
            "org.label-schema.build-date": "2026-04-02T18:21:32Z",
            "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": "5333b33e971fe105acc2532e9bfa41d767aaff4c",
            "org.label-schema.vcs-url": "github.com/elastic/elastic-agent",
            "org.label-schema.vendor": "Elastic",
            "org.label-schema.version": "8.19.14",
            "org.opencontainers.image.authors": "infra@elastic.co",
            "org.opencontainers.image.created": "2026-04-02T18:21:32Z",
            "org.opencontainers.image.licenses": "Elastic License",
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.title": "Elastic-Agent",
            "org.opencontainers.image.vendor": "Elastic",
            "org.opencontainers.image.version": "24.04",
            "release": "1",
            "summary": "elastic-agent",
            "url": "https://www.elastic.co/elastic-agent",
            "vendor": "Elastic",
            "version": "8.19.14"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 2036854813,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/7edad54fab6a43bba5a6d231205880c80f832ef3105ed7a7ff346088d529dc24/diff:/var/lib/docker/overlay2/38ecfe0327c2f3d5cdf45ee6c40286a32d91241072c4248fb70a1063c68a19b0/diff:/var/lib/docker/overlay2/946f5966b9eda959013a3edb7098db4dbcc61417e95e5962805444a44885af36/diff:/var/lib/docker/overlay2/336297375e0b199193abd93232efcdd44f5e2aef9fc2c771e6112139f92f78a5/diff:/var/lib/docker/overlay2/c262b371f733d6d4606d2f8915889ffcf1c97a89ba09a90ca1fcf6ab4082063f/diff:/var/lib/docker/overlay2/072987c1d2e7a0dd94c257386355cfcb5e4dc6f656269d66d0736890a2e85aa1/diff:/var/lib/docker/overlay2/291201c85523fab0bcd40e2df3846a7e7db5493b06fce225d232a138117899ff/diff:/var/lib/docker/overlay2/ddc1991744dd87e8140750a20f1535cd8dcc5bfb20ee73b63413ca390ed05dd9/diff:/var/lib/docker/overlay2/ca5dd7f840d24569740a66afbe92ce937c988393382c703bea421838f055ac9d/diff:/var/lib/docker/overlay2/5ce169d91d13c8f69837a0c98678244db630dcc8a58053a8505121b3dc0d3344/diff:/var/lib/docker/overlay2/30f4b975c43c9949a625d61080129367889f63a1f0e1a1cd316ae165bf42bbb0/diff",
            "MergedDir": "/var/lib/docker/overlay2/0b6d4d4da0c961793d2ce27ae3cd5229c4dca7244b2b8f9ff1ec1457f78ab07e/merged",
            "UpperDir": "/var/lib/docker/overlay2/0b6d4d4da0c961793d2ce27ae3cd5229c4dca7244b2b8f9ff1ec1457f78ab07e/diff",
            "WorkDir": "/var/lib/docker/overlay2/0b6d4d4da0c961793d2ce27ae3cd5229c4dca7244b2b8f9ff1ec1457f78ab07e/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f2a7f072635332d307212e318e07284948b89f4167fce5c4d7c9cfb7590b74b6",
            "sha256:2ef86bab5556a4afe72698b82a9cf57597fe900943bfb8a167c8e66c501ab515",
            "sha256:950d350e6a08652b5e796b99988d362fcc61cef0c4c2473c7027cc2004f72c33",
            "sha256:c71c412a1082be37f19800a02d3939675fd99ea7a28b8906e462d7fdaf4c5f08",
            "sha256:47b51fcdb87b45852e53f324567942fe7622bb3b8bc2db6cd54b1620152b4870",
            "sha256:20896c3f8689600ef6d391853d8979f4484c72fb210c2433a6dd4419b58a796b",
            "sha256:202472c4f65a70161d025217e708fb3fd9cfa74e84bb5c3d4f7097ef1081f46d",
            "sha256:e6d9acd13bd97fba29873a088069c4ecee6b6c50e3ffe472c9fd295db431497f",
            "sha256:34a58a7e2cb71025846d717c47e7b2dd0d828b3f41a6edbf818dc74de0177144",
            "sha256:7baee04b1da84c047b839083ea0b19f454975c3c100995febd88d5b4c5edb1f7",
            "sha256:a3485bda64248f9f8e959a9acbbada4f1007db81e5d93ca67fe7245b2b35578a",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-04-26T11:51:25.41543389+08:00"
    }
}

更多版本

docker.elastic.co/beats/elastic-agent:8.13.3

linux/amd64 docker.elastic.co2.17GB2024-12-10 15:24
327

docker.elastic.co/beats/elastic-agent:8.19.7

linux/amd64 docker.elastic.co2.00GB2026-04-26 11:33
4

docker.elastic.co/beats/elastic-agent:8.19.14

linux/amd64 docker.elastic.co2.04GB2026-04-26 11:53
4