quay.io/prometheus/prometheus:v3.4.1 linux/amd64

quay.io/prometheus/prometheus:v3.4.1 - 国内下载镜像源 浏览次数:13
🎉 PROMETHEUS 镜像(quay.io/prometheus/prometheus) 该镜像提供了 Prometheus 一个著名的开源监控系统,它能够从多个来源收集 metrics, 并将其存储到时态数据库中。 Prometheus 可以用于监控应用程序、服务和基础设施,并生成报表和告警。 .
Prometheus 镜像的主要功能包括:
• 收集和存储 metrics
• 支持多种数据源,如 MySQL、PostgreSQL 和 Cassandra
• 提供查询语言,使得用户可以根据需要来获取 metrics
• 支持 alertmanager,用于生成报表和告警
源镜像 quay.io/prometheus/prometheus:v3.4.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v3.4.1
镜像ID sha256:1db0f2fd4e18bf540a88b6d6eee128ef522bf32c6e500e745d0edc8fef26ab1a
镜像TAG v3.4.1
大小 303.87MB
镜像源 quay.io
CMD --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus
启动入口 /bin/prometheus
工作目录 /prometheus
OS/平台 linux/amd64
浏览量 13 次
贡献者
镜像创建 2025-05-31T11:08:15.323572872Z
同步时间 2025-06-12 10:54
更新时间 2025-06-13 14:43
开放端口
9090/tcp
目录挂载
/prometheus
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
The Prometheus Authors <prometheus-developers@googlegroups.com>: maintainer https://github.com/prometheus/prometheus: org.opencontainers.image.source

Docker拉取命令

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

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v3.4.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v3.4.1  quay.io/prometheus/prometheus:v3.4.1

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-31 19:08:15  0.00B 设置默认要执行的命令
CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]
                        
# 2025-05-31 19:08:15  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/prometheus"]
                        
# 2025-05-31 19:08:15  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/prometheus]
                        
# 2025-05-31 19:08:15  0.00B 声明容器运行时监听的端口
EXPOSE map[9090/tcp:{}]
                        
# 2025-05-31 19:08:15  0.00B 指定运行容器时使用的用户
USER nobody
                        
# 2025-05-31 19:08:15  1.09KB 执行命令并创建新的镜像层
RUN |2 ARCH=amd64 OS=linux /bin/sh -c chown -R nobody:nobody /etc/prometheus /prometheus && chmod g+w /prometheus # buildkit
                        
# 2025-05-31 19:08:15  0.00B 设置工作目录为/prometheus
WORKDIR /prometheus
                        
# 2025-05-31 19:08:15  61.32KB 复制新文件或目录到容器中
COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit
                        
# 2025-05-31 19:08:15  3.77KB 复制新文件或目录到容器中
COPY NOTICE /NOTICE # buildkit
                        
# 2025-05-31 19:08:15  11.36KB 复制新文件或目录到容器中
COPY LICENSE /LICENSE # buildkit
                        
# 2025-05-31 19:08:15  1.09KB 复制新文件或目录到容器中
COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit
                        
# 2025-05-31 19:08:15  146.21MB 复制新文件或目录到容器中
COPY .build/linux-amd64/promtool /bin/promtool # buildkit
                        
# 2025-05-31 19:08:14  154.80MB 复制新文件或目录到容器中
COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit
                        
# 2025-05-31 19:08:14  0.00B 定义构建参数
ARG OS=linux
                        
# 2025-05-31 19:08:14  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2025-05-31 19:08:14  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/prometheus/prometheus
                        
# 2025-05-31 19:08:14  0.00B 添加元数据标签
LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2023-12-15 18:54:58  1.54MB 复制新文件或目录到容器中
COPY /rootfs / # buildkit
                        
# 2023-12-15 18:54:58  0.00B 
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2023-12-06 04:23:06  0.00B 
/bin/sh -c #(nop)  CMD ["sh"]
                        
# 2023-12-06 04:23:06  1.24MB 
/bin/sh -c #(nop) ADD file:ee9bb8755ccbdd689b434d9b4ac7518e972699604ecda33e4ddc2a15d2831443 in / 
                        
                    

镜像信息

{
    "Id": "sha256:1db0f2fd4e18bf540a88b6d6eee128ef522bf32c6e500e745d0edc8fef26ab1a",
    "RepoTags": [
        "quay.io/prometheus/prometheus:v3.4.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v3.4.1"
    ],
    "RepoDigests": [
        "quay.io/prometheus/prometheus@sha256:9abc6cf6aea7710d163dbb28d8eeb7dc5baef01e38fa4cd146a406dd9f07f70d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus@sha256:d47ad27caa12a6f81491a5f6e0d724d6eee5954b4e1bf23961ef13666fc23679"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-31T11:08:15.323572872Z",
    "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.source": "https://github.com/prometheus/prometheus"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 303866553,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/0e1133a705083b447923fb7c30f4dff5333cd3cdc82590af72d3e2b837171252/diff:/var/lib/docker/overlay2/3243c26897ed62230faa34e5bfce542637ab9b5d67ff70d0ac492036dc66ce53/diff:/var/lib/docker/overlay2/d40a7af919d57c2932ab0987114780dbdd6844b39297e78a446be20f0f464276/diff:/var/lib/docker/overlay2/e73affb1e7813d612db09a053ec07d0cf1ff118c9074d55b7b130647d04fab32/diff:/var/lib/docker/overlay2/ca70f2dcb18991e79a9c0c1e9bc088415bb9940116595db56d615cf69c57eb63/diff:/var/lib/docker/overlay2/e4c6e82e480f9f5c543016c53ede6ee40b70fa8f812f4a48602d938a3ede5eeb/diff:/var/lib/docker/overlay2/b4ed6863ca4924a678c3ba833f3b251bca3f6baab626b174043f612252e1c137/diff:/var/lib/docker/overlay2/cd799305cdfcc1372b79f470320f0780076e242b0fedaffbc266f8d953ec55fa/diff:/var/lib/docker/overlay2/ae48c274f031bc66df6d0bcc35ca33ddfecc6a22317e6f3b2bfa03f93a72a2d3/diff",
            "MergedDir": "/var/lib/docker/overlay2/b1c92c222662cda6883f481b8266bcb80ea4b98554d6cf8364d35bc372011f17/merged",
            "UpperDir": "/var/lib/docker/overlay2/b1c92c222662cda6883f481b8266bcb80ea4b98554d6cf8364d35bc372011f17/diff",
            "WorkDir": "/var/lib/docker/overlay2/b1c92c222662cda6883f481b8266bcb80ea4b98554d6cf8364d35bc372011f17/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed",
            "sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33",
            "sha256:70ea91bf694576262069de771bf45fe556f87ad108db89ec1575d0ac1a94cbb5",
            "sha256:9a6be4bd904589c994f281df198aab3f900b438119f791171f3a1eace894c79e",
            "sha256:b0a0d5810544720391653afacf3b0cd2f609df66e961c2b74290c573df65f2ca",
            "sha256:6348d914a304a6ee9e57663b4f00f709342149c39c6a50523bf5bad2a997c1f9",
            "sha256:b093356c7682b993e25cbeb9b3b2cc17d929854056e9407f8e9bac8b8a4562c6",
            "sha256:198883b7fb353bb818df70950fe344d2a5db4004ef00da10747b28827cbaffe0",
            "sha256:4f4447963f6b95b11f65d697a6019fbff3666714277f451bd230c0e77e17ee7b",
            "sha256:cff477e1f2366fab4cfa7da10a1c23193baa512fe07c0646b4f5eab1d0888a05"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-06-12T10:54:36.767317991+08:00"
    }
}

更多版本

quay.io/prometheus/prometheus:v2.53.0

linux/amd64 quay.io270.52MB2024-06-28 00:22
445

quay.io/prometheus/prometheus:v2.53.1

linux/amd64 quay.io270.50MB2024-08-08 16:13
500

quay.io/prometheus/prometheus:v2.23.0

linux/amd64 quay.io169.14MB2024-08-08 16:26
427

quay.io/prometheus/prometheus:v2.54.0

linux/amd64 quay.io274.85MB2024-08-13 11:06
512

quay.io/prometheus/prometheus:v2.41.0

linux/arm64 quay.io224.89MB2024-08-14 17:50
321

quay.io/prometheus/prometheus:v2.54.1

linux/amd64 quay.io274.86MB2024-09-30 21:29
459

quay.io/prometheus/prometheus:v2.46.0

linux/amd64 quay.io244.89MB2024-09-30 23:23
233

quay.io/prometheus/prometheus:v2.18.1

linux/amd64 quay.io139.95MB2024-10-08 09:37
233

quay.io/prometheus/prometheus:v2.46.0

linux/arm64 quay.io236.49MB2024-11-01 09:33
292

quay.io/prometheus/prometheus:v2.48.0

linux/arm64 quay.io241.62MB2024-11-06 21:21
182

quay.io/prometheus/prometheus:v2.42.0

linux/amd64 quay.io232.12MB2024-11-18 09:40
159

quay.io/prometheus/prometheus:v2.38.0

linux/amd64 quay.io215.12MB2024-11-22 15:19
227

quay.io/prometheus/prometheus:v3.0.0

linux/amd64 quay.io291.79MB2024-11-29 17:33
167

quay.io/prometheus/prometheus:v3.0.1

linux/amd64 quay.io291.77MB2024-12-25 20:47
176

quay.io/prometheus/prometheus:v3.1.0

linux/amd64 quay.io294.51MB2025-01-08 11:08
292

quay.io/prometheus/prometheus:v2.51.2

linux/amd64 quay.io261.57MB2025-01-16 16:45
126

quay.io/prometheus/prometheus:v2.29.2

linux/arm64 quay.io186.56MB2025-02-12 16:34
127

quay.io/prometheus/prometheus:v2.29.2

linux/amd64 quay.io196.12MB2025-02-17 15:42
80

quay.io/prometheus/prometheus:v3.2.0

linux/amd64 quay.io295.21MB2025-02-26 16:58
306

quay.io/prometheus/prometheus:v2.39.1

linux/arm64 quay.io213.63MB2025-03-20 11:19
99

quay.io/prometheus/prometheus:v2.43.0

linux/amd64 quay.io233.97MB2025-03-25 19:00
68

quay.io/prometheus/prometheus:v3.2.1

linux/amd64 quay.io295.21MB2025-03-27 14:31
265

quay.io/prometheus/prometheus:v2.22.1

linux/amd64 quay.io168.34MB2025-04-27 10:31
56

quay.io/prometheus/prometheus:v3.3.1

linux/amd64 quay.io302.19MB2025-05-09 15:31
125

quay.io/prometheus/prometheus:v2.36.0

linux/amd64 quay.io210.76MB2025-05-22 14:25
37

quay.io/prometheus/prometheus:v3.4.0

linux/amd64 quay.io303.84MB2025-05-26 09:45
126

quay.io/prometheus/prometheus:v3.4.1

linux/amd64 quay.io303.87MB2025-06-12 10:54
12