docker.io/dynatrace/oneagent:1.100.1000 linux/arm64

docker.io/dynatrace/oneagent:1.100.1000 - 国内下载镜像源 浏览次数:16 温馨提示: 这是一个 linux/arm64 系统架构镜像

Dynatrace OneAgent 镜像

该镜像包含 Dynatrace OneAgent,用于监控和管理您的应用程序和基础设施。它提供全面的应用程序性能管理 (APM) 和基础设施监控功能,帮助您识别并解决性能问题,提高应用程序的稳定性和效率。

OneAgent 是一个轻量级的代理程序,可以部署在各种环境中,包括物理服务器、虚拟机、容器和云环境。它收集有关应用程序性能、资源利用率、错误和其他关键指标的详细数据,并将其发送到 Dynatrace 平台进行分析和可视化。

使用该镜像可以轻松地将 OneAgent 部署到 Docker 容器中,并开始监控您的应用程序和基础设施。

源镜像 docker.io/dynatrace/oneagent:1.100.1000
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64
镜像ID sha256:eb7147a2115dbd33279f055fc36cc5722dc75c6b7149fa3af94e1905877a55a6
镜像TAG 1.100.1000-linuxarm64
大小 181.30MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD
启动入口 /bin/bash /tmp/entrypoint.sh
工作目录 /
OS/平台 linux/arm64
浏览量 16 次
贡献者
镜像创建 2025-05-22T02:12:53.119559493Z
同步时间 2025-07-01 16:32
更新时间 2025-07-06 15:09
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
aarch64: architecture 2025-05-14T10:40:32: build-date : com.dynatrace.build-version mutable: com.dynatrace.type ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms Dynatrace OneAgent automatically discovers all technologies, services and applications that run on your host.: description public: distribution-scope 1.39.0-dev: io.buildah.version Dynatrace OneAgent automatically discovers all technologies, services and applications that run on your host.: io.k8s.description Dynatrace OneAgent: io.k8s.display-name : io.openshift.expose-services Dynatrace,oneagent: io.openshift.tags Dynatrace: maintainer dynatrace/oneagent: name 1: release docker run -d --privileged --name "${NAME}" -e ONEAGENT_INSTALLER_SCRIPT_URL="${ONEAGENT_INSTALLER_SCRIPT_URL}" -e ONEAGENT_INSTALLER_DOWNLOAD_TOKEN="${API-TOKEN}" --net=host --pid=host -v /:/mnt/root ${IMAGE}: run Dynatrace is an all-in-one, zero-config monitoring platform designed by and for cloud natives. It is powered by artificial intelligence that identifies performance problems and pinpoints their root causes in seconds.: summary https://www.dynatrace.com/support/help/shortlink/oneagent-docker: url f2f252e0ac953b9e80eaebfc08ec086edac81945: vcs-ref git: vcs-type Dynatrace: vendor 1.x: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64  docker.io/dynatrace/oneagent:1.100.1000

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64  docker.io/dynatrace/oneagent:1.100.1000

Shell快速替换命令

sed -i 's#dynatrace/oneagent:1.100.1000#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64  docker.io/dynatrace/oneagent:1.100.1000'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64  docker.io/dynatrace/oneagent:1.100.1000'

镜像构建历史


# 2025-05-22 10:12:53  0.00B 指定检查容器健康状态的命令
HEALTHCHECK &{["CMD" "/usr/bin/watchdog-healthcheck64"] "10s" "30s" "20m0s" "0s" '\x03'}
                        
# 2025-05-22 10:12:53  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/bash" "/tmp/entrypoint.sh"]
                        
# 2025-05-22 10:12:53  44.36MB 执行命令并创建新的镜像层
RUN |2 VERSION= TARGETARCH=arm64 /bin/sh -c set -x     && printf "[main]\ntimeout=120" > /etc/yum.conf     && microdnf install -y --nodocs openssl     && microdnf clean all     && rm -f /etc/yum.conf     && mkdir /tmp/container_init     && mkdir /mnt/volume_storage_mount     && mkdir /etc/oneagentcapabilitieshelper     && chmod 555 /etc/oneagentcapabilitieshelper     && mv /tmp/allowlist /etc/oneagentcapabilitieshelper     && chmod 444 /etc/oneagentcapabilitieshelper/allowlist     && mv /tmp/oneagentcapabilitieshelper /usr     && mkdir /licenses     && mv /tmp/LICENSE /licenses     && chmod +x /usr/oneagentcapabilitieshelper     && chmod +x /tmp/bootstrap.sh     && setcap "cap_chown,cap_dac_override,cap_fowner,cap_fsetid,cap_kill,cap_sys_chroot,cap_sys_ptrace,cap_setfcap,cap_sys_admin=ep" /usr/oneagentcapabilitieshelper     && mv /tmp/watchdog-healthcheck64 /usr/bin/watchdog-healthcheck64     && chmod +x /usr/bin/watchdog-healthcheck64 # buildkit
                        
# 2025-05-22 10:12:38  2.96KB 复制新文件或目录到容器中
COPY help.1 / # buildkit
                        
# 2025-05-22 10:12:37  29.09MB 复制新文件或目录到容器中
COPY arm64/oneagentcapabilitieshelper arm64/watchdog-healthcheck64 allowlist dt-root.cert.pem *.sh LICENSE /tmp/ # buildkit
                        
# 2025-05-22 10:12:37  0.00B 定义构建参数
ARG TARGETARCH=arm64
                        
# 2025-05-22 10:12:37  0.00B 添加元数据标签
LABEL io.k8s.description=Dynatrace OneAgent automatically discovers all technologies, services and applications that run on your host. io.k8s.display-name=Dynatrace OneAgent io.openshift.tags=Dynatrace,oneagent
                        
# 2025-05-22 10:12:37  0.00B 添加元数据标签
LABEL name=dynatrace/oneagent vendor=Dynatrace version=1.x release=1 summary=Dynatrace is an all-in-one, zero-config monitoring platform designed by and for cloud natives. It is powered by artificial intelligence that identifies performance problems and pinpoints their root causes in seconds. description=Dynatrace OneAgent automatically discovers all technologies, services and applications that run on your host. url=https://www.dynatrace.com/support/help/shortlink/oneagent-docker run=docker run -d --privileged --name "${NAME}"         -e ONEAGENT_INSTALLER_SCRIPT_URL="${ONEAGENT_INSTALLER_SCRIPT_URL}"         -e ONEAGENT_INSTALLER_DOWNLOAD_TOKEN="${API-TOKEN}"         --net=host         --pid=host         -v /:/mnt/root         ${IMAGE}
                        
# 2025-05-22 10:12:37  0.00B 添加元数据标签
LABEL com.dynatrace.type=mutable
                        
# 2025-05-22 10:12:37  0.00B 添加元数据标签
LABEL com.dynatrace.build-version=
                        
# 2025-05-22 10:12:37  0.00B 添加元数据标签
LABEL maintainer=Dynatrace
                        
# 2025-05-22 10:12:37  0.00B 定义构建参数
ARG VERSION
                        
# 2025-05-14 18:40:50  107.85MB 
/bin/sh -c #(nop) LABEL "build-date"="2025-05-14T10:40:32" "architecture"="aarch64" "vcs-type"="git" "vcs-ref"="f2f252e0ac953b9e80eaebfc08ec086edac81945" "release"="1747218906"
                        
# 2025-05-14 18:40:50  0.00B 
/bin/sh -c #(nop) COPY file:0667e9d31385a24c3aef13f2dd9ab6a7b71b3dfcfef5127d3c1e2ea2c838e5cb in /usr/share/buildinfo/content-sets.json 
                        
# 2025-05-14 18:40:49  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-05-14 18:40:49  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-05-14 18:40:49  0.00B 
/bin/sh -c #(nop) COPY dir:3fa6b42aa9cb1575a22397e201df9f16228db85fb99450db2e9f8bef40a52c0f in / 
                        
# 2025-05-14 18:40:48  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-05-14 18:40:48  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-05-14 18:40:48  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-05-14 18:40:48  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-05-14 18:40:48  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-05-14 18:40:48  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-05-14 18:40:48  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-05-14 18:40:48  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-05-14 18:40:48  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.6"       distribution-scope="public"
                        
# 2025-05-14 18:40:48  0.00B 
/bin/sh -c #(nop) LABEL url="https://www.redhat.com"
                        
# 2025-05-14 18:40:48  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-05-14 18:40:48  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:eb7147a2115dbd33279f055fc36cc5722dc75c6b7149fa3af94e1905877a55a6",
    "RepoTags": [
        "dynatrace/oneagent:1.100.1000",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent:1.100.1000-linuxarm64"
    ],
    "RepoDigests": [
        "dynatrace/oneagent@sha256:48bb045e6a4e18ec3baa869201a7285f82d0d187b84cc648da5e2249c2ed1e3a",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/dynatrace/oneagent@sha256:a723c1bca1337ab8a808694c5f225207646c2c9a5df3dbedc063858a073b371b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-22T02:12:53.119559493Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci"
        ],
        "Cmd": null,
        "Healthcheck": {
            "Test": [
                "CMD",
                "/usr/bin/watchdog-healthcheck64"
            ],
            "Interval": 10000000000,
            "Timeout": 30000000000,
            "StartPeriod": 1200000000000,
            "Retries": 3
        },
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/",
        "Entrypoint": [
            "/bin/bash",
            "/tmp/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "aarch64",
            "build-date": "2025-05-14T10:40:32",
            "com.dynatrace.build-version": "",
            "com.dynatrace.type": "mutable",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Dynatrace OneAgent automatically discovers all technologies, services and applications that run on your host.",
            "distribution-scope": "public",
            "io.buildah.version": "1.39.0-dev",
            "io.k8s.description": "Dynatrace OneAgent automatically discovers all technologies, services and applications that run on your host.",
            "io.k8s.display-name": "Dynatrace OneAgent",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "Dynatrace,oneagent",
            "maintainer": "Dynatrace",
            "name": "dynatrace/oneagent",
            "release": "1",
            "run": "docker run -d --privileged --name \"${NAME}\"         -e ONEAGENT_INSTALLER_SCRIPT_URL=\"${ONEAGENT_INSTALLER_SCRIPT_URL}\"         -e ONEAGENT_INSTALLER_DOWNLOAD_TOKEN=\"${API-TOKEN}\"         --net=host         --pid=host         -v /:/mnt/root         ${IMAGE}",
            "summary": "Dynatrace is an all-in-one, zero-config monitoring platform designed by and for cloud natives. It is powered by artificial intelligence that identifies performance problems and pinpoints their root causes in seconds.",
            "url": "https://www.dynatrace.com/support/help/shortlink/oneagent-docker",
            "vcs-ref": "f2f252e0ac953b9e80eaebfc08ec086edac81945",
            "vcs-type": "git",
            "vendor": "Dynatrace",
            "version": "1.x"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 181304621,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/c5fee4be63f7785648dac9500c552d4ac2dab41866f188f7546c8847b50da958/diff:/var/lib/docker/overlay2/e45f4f151b65cc01367584add372bb80abeddaa7ee1029c035a9e6a938548ea2/diff:/var/lib/docker/overlay2/2e8088e68a4fc7fc6e70694b4bf874096742d17ce36c1e8d63413e5f493da8cd/diff",
            "MergedDir": "/var/lib/docker/overlay2/760cc0b7541f9e3c53c18648f8459fde193129c267f7a68c99a9a0198b9119ef/merged",
            "UpperDir": "/var/lib/docker/overlay2/760cc0b7541f9e3c53c18648f8459fde193129c267f7a68c99a9a0198b9119ef/diff",
            "WorkDir": "/var/lib/docker/overlay2/760cc0b7541f9e3c53c18648f8459fde193129c267f7a68c99a9a0198b9119ef/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:9d247bad93b10b1483c03a99d0d4a7b0d308f304aed4d10dd9ceff8e0f39ddf6",
            "sha256:322f4cdd188a2fb9c013d00f03c058a605819f23e8d1655a5efa621f1f8ca07a",
            "sha256:811e3f17b23bb645f8d70315916bb04e74905a9a696700b336dd84e7ea715ba2",
            "sha256:b3dc408a66b69e4dbb380e7a38792b504ebe56bcd47ab6e2e83e806ed04f0ed2"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-07-01T16:32:24.198360088+08:00"
    }
}

更多版本

docker.io/dynatrace/oneagent:1.93.1000

linux/amd64 docker.io225.89MB2024-11-14 10:25
139

docker.io/dynatrace/oneagent:1.100.1000

linux/arm64 docker.io181.30MB2025-07-01 16:32
15