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

docker.io/prom/prometheus:v3.10.0 - 国内下载镜像源 浏览次数:10 安全受验证的发布者-Prometheus

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
镜像ID sha256:5a2c7fe424271c897a2fec8c2626ab18e6a87e37b1c9429c832ddba65d050f68
镜像TAG v3.10.0
大小 389.56MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus
启动入口 /bin/prometheus
工作目录 /prometheus
OS/平台 linux/amd64
浏览量 10 次
贡献者
镜像创建 2026-02-25T21:55:14.337039714Z
同步时间 2026-02-26 10:36
开放端口
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
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0  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
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0  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#' 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 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0  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 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0  docker.io/prom/prometheus:v3.10.0'

镜像构建历史


# 2026-02-26 05:55:14  0.00B 设置默认要执行的命令
CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]
                        
# 2026-02-26 05:55:14  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/prometheus"]
                        
# 2026-02-26 05:55:14  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/prometheus]
                        
# 2026-02-26 05:55:14  0.00B 声明容器运行时监听的端口
EXPOSE map[9090/tcp:{}]
                        
# 2026-02-26 05:55:14  0.00B 指定运行容器时使用的用户
USER nobody
                        
# 2026-02-26 05:55:14  1.09KB 执行命令并创建新的镜像层
RUN |2 ARCH=amd64 OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit
                        
# 2026-02-26 05:55:14  0.00B 设置工作目录为/prometheus
WORKDIR /prometheus
                        
# 2026-02-26 05:55:14  61.46KB 复制新文件或目录到容器中
COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit
                        
# 2026-02-26 05:55:14  3.94KB 复制新文件或目录到容器中
COPY NOTICE /NOTICE # buildkit
                        
# 2026-02-26 05:55:14  11.36KB 复制新文件或目录到容器中
COPY LICENSE /LICENSE # buildkit
                        
# 2026-02-26 05:55:14  1.09KB 复制新文件或目录到容器中
COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit
                        
# 2026-02-26 05:55:14  181.37MB 复制新文件或目录到容器中
COPY .build/linux-amd64/promtool /bin/promtool # buildkit
                        
# 2026-02-26 05:55:13  206.02MB 复制新文件或目录到容器中
COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit
                        
# 2026-02-26 05:55:13  0.00B 定义构建参数
ARG OS=linux
                        
# 2026-02-26 05:55:13  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2026-02-26 05:55:13  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:13  0.00B 添加元数据标签
LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2026-02-15 18:55:14  867.83KB 复制新文件或目录到容器中
COPY /rootfs / # buildkit
                        
# 2026-02-15 18:55:14  0.00B 
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2024-09-27 05:31:42  1.23MB 
BusyBox 1.37.0 (uclibc), Buildroot 2025.11.1, Debian 13
                        
                    

镜像信息

{
    "Id": "sha256:5a2c7fe424271c897a2fec8c2626ab18e6a87e37b1c9429c832ddba65d050f68",
    "RepoTags": [
        "prom/prometheus:v3.10.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.10.0"
    ],
    "RepoDigests": [
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus@sha256:82bb24e3e06c60145789c95653b187f9b73fe7012489a756a0c4fa490a7829f6"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-25T21:55:14.337039714Z",
    "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": "amd64",
    "Os": "linux",
    "Size": 389564894,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f8fdc6adadb09eb7bedb3273ba516188db1ae327b32de3d2b56bfe228c0ce8f1/diff:/var/lib/docker/overlay2/ef78601c2b2777deaf7eeeeed13d777ab58f570c628bf3e7e8d4a4b1dd3e85e4/diff:/var/lib/docker/overlay2/ff69d287185e668e313959c2539d3356f359afaa094b5047cae88c283a01f3c7/diff:/var/lib/docker/overlay2/43f030fe1a1d53aa153855d5cafa0a86fe67caee05d503028d3cf26e12037164/diff:/var/lib/docker/overlay2/46513f4b52792eb61351c19a4df710e3ccb97d760aaef9bf62bbb7a32bf18e7e/diff:/var/lib/docker/overlay2/187289f6845559109b23683e072b52ead26ca5ac05b4386da9ac8f37183e764a/diff:/var/lib/docker/overlay2/2c795d9f57971587bd8b86d9a56dde83d4fa6a16fac57007f2a1baecaeba2476/diff:/var/lib/docker/overlay2/53ec5002b1ac707d4268749d429805190c8041cca05b65290857363562707846/diff:/var/lib/docker/overlay2/5a29d476df1732fc2f7873d9b9161c3832c40f0ac7eb9213b35b8fe46b5e174f/diff",
            "MergedDir": "/var/lib/docker/overlay2/53cb5afda3c6eee772fcac7fc24bde5c0c9df82d5ac08873ac7b463a5f0441e8/merged",
            "UpperDir": "/var/lib/docker/overlay2/53cb5afda3c6eee772fcac7fc24bde5c0c9df82d5ac08873ac7b463a5f0441e8/diff",
            "WorkDir": "/var/lib/docker/overlay2/53cb5afda3c6eee772fcac7fc24bde5c0c9df82d5ac08873ac7b463a5f0441e8/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:7d436b52d5ac38ad1c8c1c7960698ef879ff33c367fdae099f3f97cdf63b2fc5",
            "sha256:6ca845c78f6c4ef9998bdff6ed9bc79e740492177650e471890b3e51a26e2315",
            "sha256:0d06305f69aeba8897db7315d291550d1311876f6b365ce3334892e2dd781e23",
            "sha256:2e0bb5ed7d31ad06bf1f333328ed3243321758c23298d78413681bc52e509a91",
            "sha256:0f2c4bb7c730cd16cdac66e21d5789608877e517aa86d3fadbcdfacddb2af3e1",
            "sha256:1a30198aed2b0b64f0980fb4ada87f30ce3052b9e7457b547d94c64bda2cd804",
            "sha256:868a5246c76b43801f5deb89f925d7d47b768c8035ee3c6663eee505f32d477e",
            "sha256:1a742b7204bbd00a6bcfabb10083b943c2ff242e8a7b2c05f08cddfb356aac91",
            "sha256:a2a0f710d7e4351d430c45713e0fea26e7834424b50f8c663d9f0d299c76d31f",
            "sha256:aba012de671a321a5edbe8af7ae970e104e6d193d1aa957dc8d8fbc047afc0c6"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-26T10:36:06.184372753+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
650

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
1221

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
1201

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
428

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
9

docker.io/prom/prometheus:v3.10.0

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