广告图片

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

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

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

源镜像 docker.io/prom/prometheus:v3.8.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.8.1-linuxarm64
镜像ID sha256:949ac0494efb756e049b10858683d24bd1c66ec1f1a8393e13fa9b2583c65773
镜像TAG v3.8.1-linuxarm64
大小 350.96MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus
启动入口 /bin/prometheus
工作目录 /prometheus
OS/平台 linux/arm64
浏览量 31 次
贡献者
镜像创建 2025-12-16T09:18:03.667076437Z
同步时间 2026-05-06 14:40
开放端口
9090/tcp
目录挂载
/prometheus
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
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.8.1-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.8.1-linuxarm64  docker.io/prom/prometheus:v3.8.1

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#prom/prometheus:v3.8.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.8.1-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.8.1-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.8.1-linuxarm64  docker.io/prom/prometheus:v3.8.1'

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:949ac0494efb756e049b10858683d24bd1c66ec1f1a8393e13fa9b2583c65773",
    "RepoTags": [
        "prom/prometheus:v3.8.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus:v3.8.1-linuxarm64"
    ],
    "RepoDigests": [
        "prom/prometheus@sha256:2b6f734e372c1b4717008f7d0a0152316aedd4d13ae17ef1e3268dbfaf68041b",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/prom/prometheus@sha256:0ff0b39fd28c7a48b8437dabcb860d7fb2834d883bf00b731f65dd7ffd93b6b2"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-16T09:18:03.667076437Z",
    "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": {
            "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": 350963285,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/afa6e806bbbc0763dcc35abbaa0867e002f5499b9e69438cf16ad6a74959a432/diff:/var/lib/docker/overlay2/c4bd420f53a8132f4eb46b0d66205cf72ad4c6ff46e7e283134c9b1172b5812c/diff:/var/lib/docker/overlay2/ae380c3e4912d662445177b8a458db99d56875b76f2a918680344a43c689f38b/diff:/var/lib/docker/overlay2/7148637c54c9f76ba1e25da1b3004a93498a13df7e5c454f32467774da091c3b/diff:/var/lib/docker/overlay2/ab6d0482c4bb7bfceeb3e2c0c67d3e66c38a3e6eb97343ab4f75f28e573cfee6/diff:/var/lib/docker/overlay2/2f674f71ca90a1de7bc6014b77b007bdeb28d42f4bb77c1747376609d9f10249/diff:/var/lib/docker/overlay2/cffc1688ef500ea493d8fcedbf960f3261fdb561c8ea3bda563e20c2c2d838d7/diff:/var/lib/docker/overlay2/d08881348370217f9f2a627bb0285feb66549f38242783f06ffa28d32fc4cd4a/diff:/var/lib/docker/overlay2/2c5c836a96a799597eb8a626c0b7f2a40e15259792b7b2d5cc8077a3b78f3be6/diff",
            "MergedDir": "/var/lib/docker/overlay2/87170f9b8835d27968042da2301d90c64a8a2e329fd023582f6ae63b86367efe/merged",
            "UpperDir": "/var/lib/docker/overlay2/87170f9b8835d27968042da2301d90c64a8a2e329fd023582f6ae63b86367efe/diff",
            "WorkDir": "/var/lib/docker/overlay2/87170f9b8835d27968042da2301d90c64a8a2e329fd023582f6ae63b86367efe/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e0e13f09b87953c9b53b2ae261aba3799263b3076781eb3c192387f20b502f8d",
            "sha256:b6170a6c595288042ea32d5fd4d8df099df57e427e1022bcf1eb7eb062a86ad7",
            "sha256:1f60681ef3a3784184058eb3e391090de47c2491761604d3f9df6af1de5d8f4f",
            "sha256:6b68ce1dc3471dd5221d712ad84d2bed8a5a4e3f7aad64d946842b07ef229f88",
            "sha256:fe6ae6b777146407f038247f8637d744ced4d2ebdaafd12a75104835c857f913",
            "sha256:6d733cb4a8e20476b6f72c59b73c4fe0328b7d5ec84c058b449b118bb8753e9f",
            "sha256:5aa3956b35ded431c4058b4b9c54de3bec12eb35c94e99d92b9ca2f72b74c56a",
            "sha256:f5b87859973455f7f0ce352b1126929636ba15870ba6d84a9c925f650ff855d6",
            "sha256:de14a6973c7b1f832c539b114289390e4f4c541d677d898e174e5d5a30fe8180",
            "sha256:648b99d7bbd8451bf7e6c163aac1d2e5374e79377f76f741228065e45a6e446e"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-05-06T14:40:28.566739556+08:00"
    }
}

更多版本

docker.io/prom/prometheus:v2.34.0

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

docker.io/prom/prometheus:v2.52.0

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

docker.io/prom/prometheus:v2.26.0

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

docker.io/prom/prometheus:v2.18.1

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

docker.io/prom/prometheus:v2.53.1

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

docker.io/prom/prometheus:v2.44.0

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

docker.io/prom/prometheus:v2.13.1

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

docker.io/prom/prometheus:v2.53.2

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

docker.io/prom/prometheus:v2.36.2

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

docker.io/prom/prometheus:v2.54.1

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

docker.io/prom/prometheus:v2.39.1

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

docker.io/prom/prometheus:v2.54.1

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

docker.io/prom/prometheus:latest

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

docker.io/prom/prometheus:v2.51.2

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

docker.io/prom/prometheus:v2.44.0

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

docker.io/prom/prometheus:v2.55.0

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

docker.io/prom/prometheus:v2.45.6

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

docker.io/prom/prometheus:v2.48.1

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

docker.io/prom/prometheus:v3.0.0

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

docker.io/prom/prometheus:v2.53.3

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

docker.io/prom/prometheus:v2.37.6

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

docker.io/prom/prometheus:v3.0.1

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

docker.io/prom/prometheus:v2.27.1

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

docker.io/prom/prometheus:v2.41.0

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

docker.io/prom/prometheus:v2.25.0

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

docker.io/prom/prometheus:v2.55.0

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

docker.io/prom/prometheus:v3.1.0

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

docker.io/prom/prometheus:v2.31.1

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

docker.io/prom/prometheus:v3.2.0

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

docker.io/prom/prometheus:latest

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

docker.io/prom/prometheus:v2.27.1

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

docker.io/prom/prometheus:v3.2.1

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

docker.io/prom/prometheus:v2.53.4

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

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

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

docker.io/prom/prometheus:v3.3.0

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

docker.io/prom/prometheus:v2.55.1

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

docker.io/prom/prometheus:v3.4.0

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

docker.io/prom/prometheus:v2.47.0

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

docker.io/prom/prometheus:v2.47.2

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

docker.io/prom/prometheus:v3.4.1

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

docker.io/prom/prometheus:v2.21.0

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

docker.io/prom/prometheus:v2.21.0

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

docker.io/prom/prometheus:v3.4.1

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

docker.io/prom/prometheus:v3.5.0

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

docker.io/prom/prometheus:v3.5.0

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

docker.io/prom/prometheus:v3.7.2

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

docker.io/prom/prometheus:v3.7.3

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

docker.io/prom/prometheus:v3.3.1

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

docker.io/prom/prometheus:v2.53.0

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

docker.io/prom/prometheus:v3.4.2

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

docker.io/prom/prometheus:v2.55.1

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

docker.io/prom/prometheus:v3.8.0

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

docker.io/prom/prometheus:v3.8.1

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

docker.io/prom/prometheus:v2.51.2

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

docker.io/prom/prometheus:v3.9.1

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

docker.io/prom/prometheus:v3.5.1

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

docker.io/prom/prometheus:v3.10.0

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

docker.io/prom/prometheus:v3.10.0

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

docker.io/prom/prometheus:v3.11.0

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

docker.io/prom/prometheus:v3.11.1

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

docker.io/prom/prometheus:v3.8.1

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