logo
docker.io/prom/prometheus:v3.13.3
linux/amd64 docker.io 已验证 · Prometheus 小喆 贡献

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

10
浏览次数
253.44MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.13.3
源镜像
docker.io/prom/prometheus:v3.13.3
镜像ID
sha256:7d467fbb6bbbd6a96d87a0e4b2ef53840ce11521af0a8c27b995daa82896a241
镜像 TAG
v3.13.3
镜像大小
253.44MB
平台架构
linux/amd64
镜像源
docker.io
CMD
--config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus
启动入口
/bin/prometheus
工作目录
/prometheus
OS/平台
linux/amd64
镜像创建
2026-09-07T12:19:36.62444841Z
同步时间
2026-09-14 11:05
浏览量
10 次
贡献者
avatar 小喆
🔌 开放端口 1
9090/tcp
📁 目录挂载 1
 /prometheus
⚙️ 环境变量 1
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
🏷️ 镜像标签 10
KeyValue
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
🛡️ 镜像安全扫描
Trivy 2026-09-14 11:05 查看完整报告
0
低危 LOW
6
中危 MEDIUM
4
高危 HIGH
0
严重 CRITICAL
受影响目标 (2)
bin/prometheus gobinary bin/promtool gobinary

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:7d467fbb6bbbd6a96d87a0e4b2ef53840ce11521af0a8c27b995daa82896a241",
    "RepoTags": [
        "prom/prometheus:v3.13.3",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.13.3"
    ],
    "RepoDigests": [
        "prom/prometheus@sha256:6976aa8a60fec930796ce5772b8d12da7a318a5daa8d40d69c5c7819a05eeed7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus@sha256:595c907995955f2d5fda19fae66392680921d9501cad0be5270b3fee959780b1"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-09-07T12:19:36.62444841Z",
    "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": 253437023,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/b5d57d13cef29a33c7989b8d5816f27396b603fa486a67ff4449ef4312574f26/diff:/var/lib/docker/overlay2/21d5904e5c21bf0857888f57af03b4376a197e18420f707c5777fe51b032275c/diff:/var/lib/docker/overlay2/33e109adbd880e422373381dccdf814d895ebe1e59df281e418cf43ec6268092/diff:/var/lib/docker/overlay2/9a9171efc20931eaf0c061ae304d625cb497655717fe6819b843465c6c406e99/diff:/var/lib/docker/overlay2/8610d63dbefcedd98d033a8be8124614859bfc2bb2f196eb7d2095ce7405cf69/diff:/var/lib/docker/overlay2/f8ba8efe99ea70cfe64ca033598a7672fe09e08946455609a796829b1e1995b9/diff:/var/lib/docker/overlay2/3b32b5c3f42e5c3f9c718324aa41a0819243ede41a4efaf6e643d62abb03089e/diff:/var/lib/docker/overlay2/45dbaedb452d89543117768185cacb2eeae643e495830d8d322545a097a5ac68/diff",
            "MergedDir": "/var/lib/docker/overlay2/6efba459340d3ccf43e19bab7f7e1e0c3f32b5c99930c997a2580f64f91d8320/merged",
            "UpperDir": "/var/lib/docker/overlay2/6efba459340d3ccf43e19bab7f7e1e0c3f32b5c99930c997a2580f64f91d8320/diff",
            "WorkDir": "/var/lib/docker/overlay2/6efba459340d3ccf43e19bab7f7e1e0c3f32b5c99930c997a2580f64f91d8320/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:53cd0c2915c2f208cd5e51dc3e268522034b42e563c6b8367be4d367a52497ce",
            "sha256:44ac8141419e79d213b1066d4c10e03366816f698b2e83c4a421ddc93ed67b63",
            "sha256:3d11f428e470e8911b31c4d319bafd0ed6901dff8e86a8e4b518c76de9e12ffd",
            "sha256:6482a4d51d24f37416ba51332ca11538defd2070c0db2acfbbb068d57f28ee73",
            "sha256:df8e747c44e0d9bf71c71ad29ae172bf52cc8492ecbe90887cb5f2619b8b1f84",
            "sha256:e8a654e55b8a7cca85a0d4e243951a61eed30f58ee668e39d1b019f7821ec157",
            "sha256:716142784202d2ce94889bf56f638b6cabe68cf9ff310074e4172a5b8cdd7f46",
            "sha256:c33857a3dd0916bf4246d975f627eb6b287edc5ff11a94279922c7c1dc08370c",
            "sha256:a7028e0aa95589ffb0f1f789043f6473d2968a61dc703dade90528cf9fe6cf67"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-14T11:05:31.557822551+08:00"
    }
}

更多版本

docker.io/prom/prometheus-linux-riscv64:v3.12.0-busybox

linux/riscv64 docker.io405.40MB2026-06-05 14:20
119

docker.io/prom/prometheus:latest

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

docker.io/prom/prometheus:latest

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

docker.io/prom/prometheus:v2.13.1

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

docker.io/prom/prometheus:v2.18.1

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

docker.io/prom/prometheus:v2.21.0

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

docker.io/prom/prometheus:v2.21.0

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

docker.io/prom/prometheus:v2.25.0

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

docker.io/prom/prometheus:v2.26.0

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

docker.io/prom/prometheus:v2.27.1

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

docker.io/prom/prometheus:v2.27.1

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

docker.io/prom/prometheus:v2.28.1

linux/amd64 docker.io188.86MB2026-05-15 03:02
256

docker.io/prom/prometheus:v2.31.1

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

docker.io/prom/prometheus:v2.34.0

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

docker.io/prom/prometheus:v2.36.2

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

docker.io/prom/prometheus:v2.37.6

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

docker.io/prom/prometheus:v2.39.1

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

docker.io/prom/prometheus:v2.41.0

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

docker.io/prom/prometheus:v2.44.0

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

docker.io/prom/prometheus:v2.44.0

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

docker.io/prom/prometheus:v2.45.0

linux/amd64 docker.io236.15MB2026-08-22 11:25
90

docker.io/prom/prometheus:v2.45.6

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

docker.io/prom/prometheus:v2.47.0

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

docker.io/prom/prometheus:v2.47.2

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

docker.io/prom/prometheus:v2.48.1

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

docker.io/prom/prometheus:v2.51.1

linux/arm64 docker.io255.82MB2026-05-28 17:12
194

docker.io/prom/prometheus:v2.51.2

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

docker.io/prom/prometheus:v2.51.2

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

docker.io/prom/prometheus:v2.52.0

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

docker.io/prom/prometheus:v2.53.0

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

docker.io/prom/prometheus:v2.53.1

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

docker.io/prom/prometheus:v2.53.2

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

docker.io/prom/prometheus:v2.53.3

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

docker.io/prom/prometheus:v2.53.4

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

docker.io/prom/prometheus:v2.54.1

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

docker.io/prom/prometheus:v2.54.1

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

docker.io/prom/prometheus:v2.55.0

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

docker.io/prom/prometheus:v2.55.0

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

docker.io/prom/prometheus:v2.55.1

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

docker.io/prom/prometheus:v2.55.1

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

docker.io/prom/prometheus:v3.0.0

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

docker.io/prom/prometheus:v3.0.1

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

docker.io/prom/prometheus:v3.1.0

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

docker.io/prom/prometheus:v3.1.0

linux/arm64 docker.io288.60MB2026-08-04 11:29
94

docker.io/prom/prometheus:v3.10.0

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

docker.io/prom/prometheus:v3.10.0

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

docker.io/prom/prometheus:v3.11.0

linux/amd64 docker.io422.95MB2026-04-07 14:50
408

docker.io/prom/prometheus:v3.11.1

linux/amd64 docker.io422.95MB2026-04-11 15:39
422

docker.io/prom/prometheus:v3.11.3

linux/amd64 docker.io422.96MB2026-05-13 11:58
377

docker.io/prom/prometheus:v3.12.0-busybox

linux/amd64 docker.io435.51MB2026-06-06 09:53
318

docker.io/prom/prometheus:v3.12.0-busybox

linux/arm64 docker.io399.39MB2026-06-06 14:55
196

docker.io/prom/prometheus:v3.13.1

linux/amd64 docker.io250.22MB2026-07-14 15:31
218

docker.io/prom/prometheus:v3.13.1

linux/arm64 docker.io235.71MB2026-07-15 02:03
153

docker.io/prom/prometheus:v3.13.2

linux/amd64 docker.io106.74MB2026-08-07 23:36
165

docker.io/prom/prometheus:v3.13.2-distroless

linux/amd64 docker.io250.38MB2026-08-18 11:36
84

docker.io/prom/prometheus:v3.13.3

linux/amd64 docker.io253.44MB2026-09-14 11:05
9

docker.io/prom/prometheus:v3.14.0

linux/amd64 docker.io260.93MB2026-08-28 09:45
103

docker.io/prom/prometheus:v3.2.0

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

docker.io/prom/prometheus:v3.2.1

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

docker.io/prom/prometheus:v3.3.0

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

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

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

docker.io/prom/prometheus:v3.3.1

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

docker.io/prom/prometheus:v3.4.0

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

docker.io/prom/prometheus:v3.4.1

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

docker.io/prom/prometheus:v3.4.1

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

docker.io/prom/prometheus:v3.4.2

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

docker.io/prom/prometheus:v3.5.0

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

docker.io/prom/prometheus:v3.5.0

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

docker.io/prom/prometheus:v3.5.1

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

docker.io/prom/prometheus:v3.5.1

linux/arm64 docker.io302.44MB2026-07-17 09:17
108

docker.io/prom/prometheus:v3.5.4

linux/arm64 docker.io292.59MB2026-06-18 10:20
213

docker.io/prom/prometheus:v3.7.2

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

docker.io/prom/prometheus:v3.7.3

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

docker.io/prom/prometheus:v3.8.0

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

docker.io/prom/prometheus:v3.8.1

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

docker.io/prom/prometheus:v3.8.1

linux/arm64 docker.io350.96MB2026-05-06 14:40
281

docker.io/prom/prometheus:v3.9.1

linux/amd64 docker.io366.55MB2026-01-21 10:32
1835
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×