docker.io/prom/prometheus:v3.10.0 linux/arm64

docker.io/prom/prometheus:v3.10.0 - 国内下载镜像源 浏览次数:11 安全受验证的发布者-Prometheus 温馨提示: 这是一个 linux/arm64 系统架构镜像

prom/prometheus 是 Prometheus 的官方 Docker 镜像,这个镜像提供了一个完整的 Prometheus 服务,可以用于收集和存储指标数据、创建报表和 alerting。该镜像支持多种数据源,如 Node exported metrics、PostgreSQL 等。

源镜像 docker.io/prom/prometheus:v3.10.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64
镜像ID sha256:5ccfaca220fcb8f8144d7eedd9899246f4ad8273ccfe6eb079264a612df15f92
镜像TAG v3.10.0-linuxarm64
大小 359.16MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus
启动入口 /bin/prometheus
工作目录 /prometheus
OS/平台 linux/arm64
浏览量 11 次
贡献者
镜像创建 2026-02-25T21:55:28.1670905Z
同步时间 2026-02-26 10:35
开放端口
9090/tcp
目录挂载
/prometheus
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
busybox: io.prometheus.image.variant The Prometheus Authors <prometheus-developers@googlegroups.com>: maintainer The Prometheus Authors: org.opencontainers.image.authors The Prometheus monitoring system and time series database: org.opencontainers.image.description https://prometheus.io/docs: org.opencontainers.image.documentation Apache License 2.0: org.opencontainers.image.licenses https://github.com/prometheus/prometheus: org.opencontainers.image.source Prometheus: org.opencontainers.image.title https://github.com/prometheus/prometheus: org.opencontainers.image.url Prometheus: org.opencontainers.image.vendor

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64  docker.io/prom/prometheus:v3.10.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64  docker.io/prom/prometheus:v3.10.0

Shell快速替换命令

sed -i 's#prom/prometheus:v3.10.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64  docker.io/prom/prometheus:v3.10.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64  docker.io/prom/prometheus:v3.10.0'

镜像构建历史


# 2026-02-26 05:55:28  0.00B 设置默认要执行的命令
CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]
                        
# 2026-02-26 05:55:28  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/prometheus"]
                        
# 2026-02-26 05:55:28  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/prometheus]
                        
# 2026-02-26 05:55:28  0.00B 声明容器运行时监听的端口
EXPOSE map[9090/tcp:{}]
                        
# 2026-02-26 05:55:28  0.00B 指定运行容器时使用的用户
USER nobody
                        
# 2026-02-26 05:55:28  1.09KB 执行命令并创建新的镜像层
RUN |2 ARCH=arm64 OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit
                        
# 2026-02-26 05:55:27  0.00B 设置工作目录为/prometheus
WORKDIR /prometheus
                        
# 2026-02-26 05:55:27  61.46KB 复制新文件或目录到容器中
COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit
                        
# 2026-02-26 05:55:27  3.94KB 复制新文件或目录到容器中
COPY NOTICE /NOTICE # buildkit
                        
# 2026-02-26 05:55:27  11.36KB 复制新文件或目录到容器中
COPY LICENSE /LICENSE # buildkit
                        
# 2026-02-26 05:55:27  1.09KB 复制新文件或目录到容器中
COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit
                        
# 2026-02-26 05:55:27  166.54MB 复制新文件或目录到容器中
COPY .build/linux-arm64/promtool /bin/promtool # buildkit
                        
# 2026-02-26 05:55:27  190.20MB 复制新文件或目录到容器中
COPY .build/linux-arm64/prometheus /bin/prometheus # buildkit
                        
# 2026-02-26 05:55:27  0.00B 定义构建参数
ARG OS=linux
                        
# 2026-02-26 05:55:27  0.00B 定义构建参数
ARG ARCH=arm64
                        
# 2026-02-26 05:55:27  0.00B 添加元数据标签
LABEL org.opencontainers.image.authors=The Prometheus Authors org.opencontainers.image.vendor=Prometheus org.opencontainers.image.title=Prometheus org.opencontainers.image.description=The Prometheus monitoring system and time series database org.opencontainers.image.source=https://github.com/prometheus/prometheus org.opencontainers.image.url=https://github.com/prometheus/prometheus org.opencontainers.image.documentation=https://prometheus.io/docs org.opencontainers.image.licenses=Apache License 2.0 io.prometheus.image.variant=busybox
                        
# 2026-02-26 05:55:27  0.00B 添加元数据标签
LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2026-02-15 19:00:40  867.83KB 复制新文件或目录到容器中
COPY /rootfs / # buildkit
                        
# 2026-02-15 19:00:40  0.00B 
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2024-09-27 05:31:42  1.47MB 
BusyBox 1.37.0 (uclibc), Buildroot 2025.11.1, Debian 13
                        
                    

镜像信息

{
    "Id": "sha256:5ccfaca220fcb8f8144d7eedd9899246f4ad8273ccfe6eb079264a612df15f92",
    "RepoTags": [
        "prom/prometheus:v3.10.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0-linuxarm64"
    ],
    "RepoDigests": [
        "prom/prometheus@sha256:4a61322ac1103a0e3aea2a61ef1718422a48fa046441f299d71e660a3bc71ae9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus@sha256:ce0e992cc801a3e5a8595e18e5a78748d69794933c529bf4a2dc14d67ac1d85c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-25T21:55:28.1670905Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "The Prometheus Authors \u003cprometheus-developers@googlegroups.com\u003e",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "nobody",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9090/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "--config.file=/etc/prometheus/prometheus.yml",
            "--storage.tsdb.path=/prometheus"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/prometheus": {}
        },
        "WorkingDir": "/prometheus",
        "Entrypoint": [
            "/bin/prometheus"
        ],
        "OnBuild": null,
        "Labels": {
            "io.prometheus.image.variant": "busybox",
            "maintainer": "The Prometheus Authors \u003cprometheus-developers@googlegroups.com\u003e",
            "org.opencontainers.image.authors": "The Prometheus Authors",
            "org.opencontainers.image.description": "The Prometheus monitoring system and time series database",
            "org.opencontainers.image.documentation": "https://prometheus.io/docs",
            "org.opencontainers.image.licenses": "Apache License 2.0",
            "org.opencontainers.image.source": "https://github.com/prometheus/prometheus",
            "org.opencontainers.image.title": "Prometheus",
            "org.opencontainers.image.url": "https://github.com/prometheus/prometheus",
            "org.opencontainers.image.vendor": "Prometheus"
        }
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 359160546,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/058a244439bf0e08738fbcca38049556a175f26b3734d699abb3b9ed505fe8c2/diff:/var/lib/docker/overlay2/802dd46afc62bfc0dc913293a03bdf4d9b3017dc92f82a29cd3241457094c240/diff:/var/lib/docker/overlay2/d0c8b8aec9db41fede528c93774b8ccf53a6a0a5bf409981387f1a87390608df/diff:/var/lib/docker/overlay2/8168129c3358ee3a525fac1f2870c7a57fcf5908f8c95d72dbd0eb49ddfe9f95/diff:/var/lib/docker/overlay2/09b0133efb3946643b8f04d20f0186f6c9755c1aeb77507e73ec37f08cef0e49/diff:/var/lib/docker/overlay2/5677ab96d2134f8342fb6815482bb6b4ca67675b0e67ccf5c159cd8e962b6a0c/diff:/var/lib/docker/overlay2/fa3e5642bc05989822f524c500840e4a2a06fd6a5c11b8f4114958f86c286da8/diff:/var/lib/docker/overlay2/7d53492c70661c5a6e2c6c71fd0e93109a65edd7a8ba51436d90a266293bdcbd/diff:/var/lib/docker/overlay2/41e8dd911ce6e43730954ae8078715fcec612acc1aef3f623ca91fd0aa39bce1/diff",
            "MergedDir": "/var/lib/docker/overlay2/5f26bfd234b7dacccbfca9760712d3b0952fba5428b82a0071fe99b27a059c10/merged",
            "UpperDir": "/var/lib/docker/overlay2/5f26bfd234b7dacccbfca9760712d3b0952fba5428b82a0071fe99b27a059c10/diff",
            "WorkDir": "/var/lib/docker/overlay2/5f26bfd234b7dacccbfca9760712d3b0952fba5428b82a0071fe99b27a059c10/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:d09df6f00ae430064e02be69782635207896493143179093c59f661dd51ac38a",
            "sha256:c7e855cc5ed5d4e9d26f49b38522aa60ccdcaa2a74924fafc9e0fb23004186e0",
            "sha256:e473aebfbec20e0ed613a74ac9e43d912ca336cd0d1438ae7b168b4b76b75578",
            "sha256:a52fb8d44c02d20557b8510f28c84185231faf3cd5b0ce5faf886eb83b0aab1d",
            "sha256:867766bcf319777d7729b4c31c4ac2d2deef5ca04cad3c74d88da742303ff3c8",
            "sha256:1a30198aed2b0b64f0980fb4ada87f30ce3052b9e7457b547d94c64bda2cd804",
            "sha256:868a5246c76b43801f5deb89f925d7d47b768c8035ee3c6663eee505f32d477e",
            "sha256:1a742b7204bbd00a6bcfabb10083b943c2ff242e8a7b2c05f08cddfb356aac91",
            "sha256:58650e60a3b586302b939d341d57ea96b1af1bba938092835add83fcba674b54",
            "sha256:0d1bc42075bf2bdf581d9898325e36bedf4ff2d6bfca6475fea93f7b1fb087fe"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-26T10:35:05.688095653+08:00"
    }
}

更多版本

docker.io/prom/prometheus:v2.34.0

linux/amd64 docker.io204.91MB2024-04-01 15:12
1484

docker.io/prom/prometheus:v2.52.0

linux/amd64 docker.io271.73MB2024-06-20 09:21
1820

docker.io/prom/prometheus:v2.26.0

linux/amd64 docker.io169.41MB2024-07-03 10:43
1456

docker.io/prom/prometheus:v2.18.1

linux/amd64 docker.io139.95MB2024-07-26 14:51
490

docker.io/prom/prometheus:v2.53.1

linux/amd64 docker.io270.50MB2024-07-30 22:32
585

docker.io/prom/prometheus:v2.44.0

linux/amd64 docker.io234.10MB2024-08-04 21:37
574

docker.io/prom/prometheus:v2.13.1

linux/amd64 docker.io128.57MB2024-08-06 14:28
574

docker.io/prom/prometheus:v2.53.2

linux/amd64 docker.io270.53MB2024-08-21 13:48
651

docker.io/prom/prometheus:v2.36.2

linux/amd64 docker.io210.75MB2024-08-23 11:25
447

docker.io/prom/prometheus:v2.54.1

linux/arm64 docker.io269.11MB2024-09-02 14:23
869

docker.io/prom/prometheus:v2.39.1

linux/amd64 docker.io219.68MB2024-09-05 08:21
905

docker.io/prom/prometheus:v2.54.1

linux/amd64 docker.io274.86MB2024-09-06 01:01
787

docker.io/prom/prometheus:latest

linux/amd64 docker.io274.86MB2024-09-21 10:12
1226

docker.io/prom/prometheus:v2.51.2

linux/amd64 docker.io261.57MB2024-10-30 10:48
624

docker.io/prom/prometheus:v2.44.0

linux/arm64 docker.io226.07MB2024-11-01 09:18
486

docker.io/prom/prometheus:v2.55.0

linux/amd64 docker.io290.09MB2024-11-07 15:10
514

docker.io/prom/prometheus:v2.45.6

linux/amd64 docker.io238.29MB2024-11-15 16:01
379

docker.io/prom/prometheus:v2.48.1

linux/amd64 docker.io247.19MB2024-11-15 16:16
332

docker.io/prom/prometheus:v3.0.0

linux/amd64 docker.io291.79MB2024-11-21 18:02
461

docker.io/prom/prometheus:v2.53.3

linux/amd64 docker.io270.52MB2024-11-22 15:10
420

docker.io/prom/prometheus:v2.37.6

linux/amd64 docker.io216.76MB2024-11-29 16:34
423

docker.io/prom/prometheus:v3.0.1

linux/amd64 docker.io291.77MB2024-12-06 15:10
505

docker.io/prom/prometheus:v2.27.1

linux/amd64 docker.io185.15MB2025-01-14 15:13
370

docker.io/prom/prometheus:v2.41.0

linux/amd64 docker.io231.19MB2025-01-17 15:40
529

docker.io/prom/prometheus:v2.25.0

linux/amd64 docker.io174.83MB2025-01-21 15:23
414

docker.io/prom/prometheus:v2.55.0

linux/arm64 docker.io284.75MB2025-02-06 14:21
504

docker.io/prom/prometheus:v3.1.0

linux/amd64 docker.io294.51MB2025-02-08 15:37
521

docker.io/prom/prometheus:v2.31.1

linux/amd64 docker.io194.15MB2025-02-13 17:16
332

docker.io/prom/prometheus:v3.2.0

linux/amd64 docker.io295.21MB2025-02-24 10:52
447

docker.io/prom/prometheus:latest

linux/arm64 docker.io289.27MB2025-03-15 12:05
1202

docker.io/prom/prometheus:v2.27.1

linux/arm64 docker.io176.07MB2025-03-15 18:19
304

docker.io/prom/prometheus:v3.2.1

linux/amd64 docker.io295.21MB2025-03-21 15:45
425

docker.io/prom/prometheus:v2.53.4

linux/amd64 docker.io270.51MB2025-04-15 11:26
406

docker.io/prom/prometheus:v3.3.0-rc.1

linux/amd64 docker.io302.15MB2025-04-15 21:14
423

docker.io/prom/prometheus:v3.3.0

linux/amd64 docker.io302.15MB2025-04-18 08:37
467

docker.io/prom/prometheus:v2.55.1

linux/amd64 docker.io290.08MB2025-05-29 17:19
352

docker.io/prom/prometheus:v3.4.0

linux/amd64 docker.io303.84MB2025-05-30 09:45
442

docker.io/prom/prometheus:v2.47.0

linux/amd64 docker.io245.48MB2025-05-30 15:14
367

docker.io/prom/prometheus:v2.47.2

linux/amd64 docker.io245.47MB2025-06-06 13:40
354

docker.io/prom/prometheus:v3.4.1

linux/amd64 docker.io303.87MB2025-06-20 17:36
457

docker.io/prom/prometheus:v2.21.0

linux/amd64 docker.io167.77MB2025-07-15 14:41
321

docker.io/prom/prometheus:v2.21.0

linux/arm64 docker.io158.62MB2025-07-22 20:38
219

docker.io/prom/prometheus:v3.4.1

linux/arm64 docker.io294.59MB2025-07-24 12:38
387

docker.io/prom/prometheus:v3.5.0

linux/amd64 docker.io313.02MB2025-07-30 15:43
1056

docker.io/prom/prometheus:v3.5.0

linux/arm64 docker.io303.24MB2025-10-20 11:08
283

docker.io/prom/prometheus:v3.7.2

linux/amd64 docker.io369.56MB2025-10-29 17:25
251

docker.io/prom/prometheus:v3.7.3

linux/amd64 docker.io369.58MB2025-11-08 12:36
470

docker.io/prom/prometheus:v3.3.1

linux/amd64 docker.io302.19MB2025-11-10 21:31
130

docker.io/prom/prometheus:v2.53.0

linux/amd64 docker.io270.52MB2025-11-10 21:53
246

docker.io/prom/prometheus:v3.4.2

linux/amd64 docker.io303.85MB2025-11-17 15:37
166

docker.io/prom/prometheus:v2.55.1

linux/arm64 docker.io284.74MB2025-12-01 16:24
127

docker.io/prom/prometheus:v3.8.0

linux/amd64 docker.io378.20MB2025-12-13 17:11
303

docker.io/prom/prometheus:v3.8.1

linux/amd64 docker.io377.56MB2025-12-25 22:12
313

docker.io/prom/prometheus:v2.51.2

linux/arm64 docker.io255.89MB2025-12-26 17:23
122

docker.io/prom/prometheus:v3.9.1

linux/amd64 docker.io366.55MB2026-01-21 10:32
430

docker.io/prom/prometheus:v3.5.1

linux/amd64 docker.io312.27MB2026-02-02 17:32
167

docker.io/prom/prometheus:v3.10.0

linux/arm64 docker.io359.16MB2026-02-26 10:35
10

docker.io/prom/prometheus:v3.10.0

linux/amd64 docker.io389.56MB2026-02-26 10:36
11