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

quay.io/prometheus/prometheus:v3.3.1 - 国内下载镜像源 浏览次数:63
🎉 PROMETHEUS 镜像(quay.io/prometheus/prometheus) 该镜像提供了 Prometheus 一个著名的开源监控系统,它能够从多个来源收集 metrics, 并将其存储到时态数据库中。 Prometheus 可以用于监控应用程序、服务和基础设施,并生成报表和告警。 .
Prometheus 镜像的主要功能包括:
• 收集和存储 metrics
• 支持多种数据源,如 MySQL、PostgreSQL 和 Cassandra
• 提供查询语言,使得用户可以根据需要来获取 metrics
• 支持 alertmanager,用于生成报表和告警
源镜像 quay.io/prometheus/prometheus:v3.3.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v3.3.1
镜像ID sha256:9e2e6fea3ab44f3681f298f51d07b89f5a4282685d09e6f12580e66e9155b455
镜像TAG v3.3.1
大小 302.19MB
镜像源 quay.io
CMD --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus
启动入口 /bin/prometheus
工作目录 /prometheus
OS/平台 linux/amd64
浏览量 63 次
贡献者
镜像创建 2025-05-02T15:32:28.141034874Z
同步时间 2025-05-09 15:31
更新时间 2025-05-17 22:33
开放端口
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.3.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v3.3.1  quay.io/prometheus/prometheus:v3.3.1

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-02 23:32:28  0.00B 设置默认要执行的命令
CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus"]
                        
# 2025-05-02 23:32:28  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/prometheus"]
                        
# 2025-05-02 23:32:28  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/prometheus]
                        
# 2025-05-02 23:32:28  0.00B 声明容器运行时监听的端口
EXPOSE map[9090/tcp:{}]
                        
# 2025-05-02 23:32:28  0.00B 指定运行容器时使用的用户
USER nobody
                        
# 2025-05-02 23:32:28  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-02 23:32:28  0.00B 设置工作目录为/prometheus
WORKDIR /prometheus
                        
# 2025-05-02 23:32:28  72.52KB 复制新文件或目录到容器中
COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit
                        
# 2025-05-02 23:32:27  3.77KB 复制新文件或目录到容器中
COPY NOTICE /NOTICE # buildkit
                        
# 2025-05-02 23:32:27  11.36KB 复制新文件或目录到容器中
COPY LICENSE /LICENSE # buildkit
                        
# 2025-05-02 23:32:27  1.09KB 复制新文件或目录到容器中
COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit
                        
# 2025-05-02 23:32:27  145.50MB 复制新文件或目录到容器中
COPY .build/linux-amd64/promtool /bin/promtool # buildkit
                        
# 2025-05-02 23:32:27  153.83MB 复制新文件或目录到容器中
COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit
                        
# 2025-05-02 23:32:27  0.00B 定义构建参数
ARG OS=linux
                        
# 2025-05-02 23:32:27  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2025-05-02 23:32:27  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/prometheus/prometheus
                        
# 2025-05-02 23:32:27  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:9e2e6fea3ab44f3681f298f51d07b89f5a4282685d09e6f12580e66e9155b455",
    "RepoTags": [
        "quay.io/prometheus/prometheus:v3.3.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v3.3.1"
    ],
    "RepoDigests": [
        "quay.io/prometheus/prometheus@sha256:e2b8aa62b64855956e3ec1e18b4f9387fb6203174a4471936f4662f437f04405",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus@sha256:6f1d60a1a0de23e4b0789acd565c9c3f9b0b6a27dbd31126aa56130b22b15a66"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-02T15:32:28.141034874Z",
    "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": 302189692,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/5b2bea57ffa591b2319510df88f9d551d8e1d740334315d17e829e03d767ddec/diff:/var/lib/docker/overlay2/c8752bad6c6d30d82b6e4d634741d3cfdae246e9e7f8a9e02f1b414ff6f0b504/diff:/var/lib/docker/overlay2/20dc25a98bf17359e6de6d66e60b7a1c2c7c30c57cccbafe4b6be7091a2a811c/diff:/var/lib/docker/overlay2/ea666605b2d7931f5372ea9cd8ad67ffcf430db4b584d3ebb4afd7c8715fa20d/diff:/var/lib/docker/overlay2/02278fb93b75c597961db147a07011f889684bd00524e9a0f098c240e9779838/diff:/var/lib/docker/overlay2/7c9880dd7d1d08e4e117882f808b1e5704721e380024699f6ea34c738d28ba32/diff:/var/lib/docker/overlay2/6822720adcba7bea7a84211432a687b2306523c5f51eb345583b88fff4bca415/diff:/var/lib/docker/overlay2/e326931b14ed67599c86f87eb62a9f732886ddb9d60efe14dc7161eebab0bb4a/diff:/var/lib/docker/overlay2/b069ad080244ece710d9ab972209f05ca93e074b325293e4458a15ab0e2a4a89/diff",
            "MergedDir": "/var/lib/docker/overlay2/b76e9d0e8df64b3ad13b271a6aad4172d2ed2215a84cd95b0377f2f8edf8b3ce/merged",
            "UpperDir": "/var/lib/docker/overlay2/b76e9d0e8df64b3ad13b271a6aad4172d2ed2215a84cd95b0377f2f8edf8b3ce/diff",
            "WorkDir": "/var/lib/docker/overlay2/b76e9d0e8df64b3ad13b271a6aad4172d2ed2215a84cd95b0377f2f8edf8b3ce/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed",
            "sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33",
            "sha256:7f4e9840755963aa15421ee657561d89064f5110346766503a73f6cf5b8c3790",
            "sha256:19a677864d0d6c32929b62537c690974122571bf26e9c2dd156881713853db14",
            "sha256:1d07f5afab0decc93705fae716db66fcf0282c9dc452b2e651870025d6d2410c",
            "sha256:7282e20b072bf0393a4f0581f1bef80f49ef7506bde62771572def6e853df0cb",
            "sha256:02f42dab7d463ca04ba9b02eef86993947109277c43793ce044766299beaf72d",
            "sha256:bc1b05f864545027411ab9ad236830d23c1990035ec1910de71f1b4477296ef1",
            "sha256:5d1be4943ab20f6c462f0237f17c17833fc62da4296edd8220c2308bc5ceb530",
            "sha256:9014c1c2c48663160db57e91c3dcedb46bd3c5cb102a2a14eec96a0f09329363"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-05-09T15:31:20.54007977+08:00"
    }
}

更多版本

quay.io/prometheus/prometheus:v2.53.0

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

quay.io/prometheus/prometheus:v2.53.1

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

quay.io/prometheus/prometheus:v2.23.0

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

quay.io/prometheus/prometheus:v2.54.0

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

quay.io/prometheus/prometheus:v2.41.0

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

quay.io/prometheus/prometheus:v2.54.1

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

quay.io/prometheus/prometheus:v2.46.0

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

quay.io/prometheus/prometheus:v2.18.1

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

quay.io/prometheus/prometheus:v2.46.0

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

quay.io/prometheus/prometheus:v2.48.0

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

quay.io/prometheus/prometheus:v2.42.0

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

quay.io/prometheus/prometheus:v2.38.0

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

quay.io/prometheus/prometheus:v3.0.0

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

quay.io/prometheus/prometheus:v3.0.1

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

quay.io/prometheus/prometheus:v3.1.0

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

quay.io/prometheus/prometheus:v2.51.2

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

quay.io/prometheus/prometheus:v2.29.2

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

quay.io/prometheus/prometheus:v2.29.2

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

quay.io/prometheus/prometheus:v3.2.0

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

quay.io/prometheus/prometheus:v2.39.1

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

quay.io/prometheus/prometheus:v2.43.0

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

quay.io/prometheus/prometheus:v3.2.1

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

quay.io/prometheus/prometheus:v2.22.1

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

quay.io/prometheus/prometheus:v3.3.1

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