quay.io/prometheus/prometheus:v2.51.2 linux/amd64

quay.io/prometheus/prometheus:v2.51.2 - 国内下载镜像源 浏览次数:17
🎉 PROMETHEUS 镜像(quay.io/prometheus/prometheus) 该镜像提供了 Prometheus 一个著名的开源监控系统,它能够从多个来源收集 metrics, 并将其存储到时态数据库中。 Prometheus 可以用于监控应用程序、服务和基础设施,并生成报表和告警。 .html
Prometheus 镜像的主要功能包括:
• 收集和存储 metrics
• 支持多种数据源,如 MySQL、PostgreSQL 和 Cassandra
• 提供查询语言,使得用户可以根据需要来获取 metrics
• 支持 alertmanager,用于生成报表和告警
源镜像 quay.io/prometheus/prometheus:v2.51.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v2.51.2
镜像ID sha256:051cb67876a609e838c4be62bf88348ba896b8411d17b3221743a1d31466a114
镜像TAG v2.51.2
大小 261.57MB
镜像源 quay.io
CMD --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --web.console.libraries=/usr/share/prometheus/console_libraries --web.console.templates=/usr/share/prometheus/consoles
启动入口 /bin/prometheus
工作目录 /prometheus
OS/平台 linux/amd64
浏览量 17 次
贡献者
镜像创建 2024-04-10T14:30:09.176613804Z
同步时间 2025-01-16 16:45
更新时间 2025-01-18 09:38
开放端口
9090/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
The Prometheus Authors <prometheus-developers@googlegroups.com>: maintainer

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-04-10 22:30:09  0.00B 设置默认要执行的命令
CMD ["--config.file=/etc/prometheus/prometheus.yml" "--storage.tsdb.path=/prometheus" "--web.console.libraries=/usr/share/prometheus/console_libraries" "--web.console.templates=/usr/share/prometheus/consoles"]
                        
# 2024-04-10 22:30:09  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/prometheus"]
                        
# 2024-04-10 22:30:09  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/prometheus]
                        
# 2024-04-10 22:30:09  0.00B 声明容器运行时监听的端口
EXPOSE map[9090/tcp:{}]
                        
# 2024-04-10 22:30:09  0.00B 指定运行容器时使用的用户
USER nobody
                        
# 2024-04-10 22:30:09  1.00KB 执行命令并创建新的镜像层
RUN |2 ARCH=amd64 OS=linux /bin/sh -c ln -s /usr/share/prometheus/console_libraries /usr/share/prometheus/consoles/ /etc/prometheus/ &&     chown -R nobody:nobody /etc/prometheus /prometheus # buildkit
                        
# 2024-04-10 22:30:08  0.00B 设置工作目录为/prometheus
WORKDIR /prometheus
                        
# 2024-04-10 22:30:08  134.46KB 复制新文件或目录到容器中
COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit
                        
# 2024-04-10 22:30:08  3.77KB 复制新文件或目录到容器中
COPY NOTICE /NOTICE # buildkit
                        
# 2024-04-10 22:30:08  11.36KB 复制新文件或目录到容器中
COPY LICENSE /LICENSE # buildkit
                        
# 2024-04-10 22:30:08  19.58KB 复制新文件或目录到容器中
COPY consoles/ /usr/share/prometheus/consoles/ # buildkit
                        
# 2024-04-10 22:30:08  9.04KB 复制新文件或目录到容器中
COPY console_libraries/ /usr/share/prometheus/console_libraries/ # buildkit
                        
# 2024-04-10 22:30:08  934.00B 复制新文件或目录到容器中
COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit
                        
# 2024-04-10 22:30:08  125.00MB 复制新文件或目录到容器中
COPY .build/linux-amd64/promtool /bin/promtool # buildkit
                        
# 2024-04-10 22:30:08  133.62MB 复制新文件或目录到容器中
COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit
                        
# 2024-04-10 22:30:08  0.00B 定义构建参数
ARG OS=linux
                        
# 2024-04-10 22:30:08  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2024-04-10 22:30:08  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:051cb67876a609e838c4be62bf88348ba896b8411d17b3221743a1d31466a114",
    "RepoTags": [
        "quay.io/prometheus/prometheus:v2.51.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v2.51.2"
    ],
    "RepoDigests": [
        "quay.io/prometheus/prometheus@sha256:4f6c47e39a9064028766e8c95890ed15690c30f00c4ba14e7ce6ae1ded0295b1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus@sha256:dc056a19e2398743fdd8133ca02cd9967c659608c625286ce0c18b5bfb413180"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-04-10T14:30:09.176613804Z",
    "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",
            "--web.console.libraries=/usr/share/prometheus/console_libraries",
            "--web.console.templates=/usr/share/prometheus/consoles"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/prometheus": {}
        },
        "WorkingDir": "/prometheus",
        "Entrypoint": [
            "/bin/prometheus"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "The Prometheus Authors \u003cprometheus-developers@googlegroups.com\u003e"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 261568140,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3acb9ca439b4da3554f1eebddd0a205ae91a49e4534657310ff415c6f4960663/diff:/var/lib/docker/overlay2/445ae67083a55e23d1a568f7e3fdd59386e7a08f775b75ab86d56196c35b76a0/diff:/var/lib/docker/overlay2/61cc730acff498f81f175860e8c9553ee1e14b6f06676e3dea84f0d9a747a556/diff:/var/lib/docker/overlay2/e4b7b4a8f93a7f6caf24a6b6f24ec73a9737d78260b6d452b6028ff8fbe39e07/diff:/var/lib/docker/overlay2/e86e68c95f8cc2efdf19090da8318465a206a1f6e647936a96d606f799487666/diff:/var/lib/docker/overlay2/2bce59ef67f2c6c961ad9765d3e9a9d5dd8d23814c614425198468f5f9d65e8b/diff:/var/lib/docker/overlay2/7f4ae7464387f1e83843cb30b0ee9fa64172fabaf5c66c1b234187d040e2e385/diff:/var/lib/docker/overlay2/cc25d81ad114893d71f937ece9c364cc9a77a2c654e9c0547956aba22e1b04bc/diff:/var/lib/docker/overlay2/9f4d273366096922f852ebcf5783c226df27e3cd1fed8ac11b3fdcdd98a8d942/diff:/var/lib/docker/overlay2/578c72915bb4c25d2cfc60b0516c6cd9273bcf49e037925f8f34ca4218907280/diff:/var/lib/docker/overlay2/ce4d44e2c1c4a47fa15733c68df561eb301cdffb4bbb4a1c4d419be2d4f928ec/diff",
            "MergedDir": "/var/lib/docker/overlay2/f47387760590560409bf40980321799159c967ddda1c490bc3a1d970c1f579c6/merged",
            "UpperDir": "/var/lib/docker/overlay2/f47387760590560409bf40980321799159c967ddda1c490bc3a1d970c1f579c6/diff",
            "WorkDir": "/var/lib/docker/overlay2/f47387760590560409bf40980321799159c967ddda1c490bc3a1d970c1f579c6/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed",
            "sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33",
            "sha256:b9085e998c15b6d4f45ebd44c409adbaa6dfba2d78709c643a5a04387d310dad",
            "sha256:6efacb3377f38ad43db3a16e2784ba24fcf6ca2957a461492d618695889cf52c",
            "sha256:f8787b99bd277cb39dd04d7c42fc4a6679d3a540a909c0b9ec6026b9a9253009",
            "sha256:c15f5e7373540cf88f8b502614b7c8bf8660892055be20479fa656790ff8ff5a",
            "sha256:1f87b2754bf8738be7c735edc1d82674eb66e667de47f0fb136112bdb884e6f7",
            "sha256:63104f03f97b739db048f3d47079f5d57b14c9c8e025955ccde4ff63707a7e46",
            "sha256:0e1bf1bef6100e59d0eaaa1c94893b2de6789ca5376a47deb9eb1fbcc2709a79",
            "sha256:1ff600612b38f24abbf7b5bcb330123cfd347e7dc1a08025e33a8987f0d466c7",
            "sha256:3df595299d71aa1459f967f12ca5e8278dea1b856a6f101a15b5e4ebe70e1f85",
            "sha256:1e862fbd144005d1bb31945984bda697adafb5e9d1df9eb746be0e9ca3c42219"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-01-16T16:45:11.269226197+08:00"
    }
}

更多版本

quay.io/prometheus/prometheus:v2.53.0

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

quay.io/prometheus/prometheus:v2.53.1

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

quay.io/prometheus/prometheus:v2.23.0

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

quay.io/prometheus/prometheus:v2.54.0

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

quay.io/prometheus/prometheus:v2.41.0

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

quay.io/prometheus/prometheus:v2.54.1

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

quay.io/prometheus/prometheus:v2.46.0

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

quay.io/prometheus/prometheus:v2.18.1

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

quay.io/prometheus/prometheus:v2.46.0

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

quay.io/prometheus/prometheus:v2.48.0

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

quay.io/prometheus/prometheus:v2.42.0

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

quay.io/prometheus/prometheus:v2.38.0

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

quay.io/prometheus/prometheus:v3.0.0

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

quay.io/prometheus/prometheus:v3.0.1

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

quay.io/prometheus/prometheus:v3.1.0

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

quay.io/prometheus/prometheus:v2.51.2

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