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

quay.io/prometheus/prometheus:v2.46.0 - 国内下载镜像源 浏览次数:211
🎉 PROMETHEUS 镜像(quay.io/prometheus/prometheus) 该镜像提供了 Prometheus 一个著名的开源监控系统,它能够从多个来源收集 metrics, 并将其存储到时态数据库中。 Prometheus 可以用于监控应用程序、服务和基础设施,并生成报表和告警。 .
Prometheus 镜像的主要功能包括:
• 收集和存储 metrics
• 支持多种数据源,如 MySQL、PostgreSQL 和 Cassandra
• 提供查询语言,使得用户可以根据需要来获取 metrics
• 支持 alertmanager,用于生成报表和告警
源镜像 quay.io/prometheus/prometheus:v2.46.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v2.46.0
镜像ID sha256:3b907f5313b7de82873c71ab09043cdcc39d09f5024510040c7c6e271208a53a
镜像TAG v2.46.0
大小 244.89MB
镜像源 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
浏览量 211 次
贡献者 fe*********4@163.com
镜像创建 2023-07-25T13:18:45.119504112Z
同步时间 2024-09-30 23:23
更新时间 2025-05-14 09:10
开放端口
9090/tcp
目录挂载
/prometheus
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
The Prometheus Authors <prometheus-developers@googlegroups.com>: maintainer
镜像安全扫描 查看Trivy扫描报告

系统OS: 扫描引擎: Trivy 扫描时间: 2024-10-31 15:21

低危漏洞:0 中危漏洞:50 高危漏洞:14 严重漏洞:4

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2023-07-25 21:18:45  0.00B 
/bin/sh -c #(nop)  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"]
                        
# 2023-07-25 21:18:44  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/bin/prometheus"]
                        
# 2023-07-25 21:18:43  0.00B 
/bin/sh -c #(nop)  VOLUME [/prometheus]
                        
# 2023-07-25 21:18:42  0.00B 
/bin/sh -c #(nop)  EXPOSE 9090
                        
# 2023-07-25 21:18:41  0.00B 
/bin/sh -c #(nop)  USER nobody
                        
# 2023-07-25 21:18:40  1.00KB 
|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
                        
# 2023-07-25 21:18:39  0.00B 
/bin/sh -c #(nop) WORKDIR /prometheus
                        
# 2023-07-25 21:18:39  138.59KB 
/bin/sh -c #(nop) COPY file:ebaa2cc200512b4ea91c14b0d0da77b5d12ae5222e3871ba02266fadd896152e in /npm_licenses.tar.bz2 
                        
# 2023-07-25 21:18:38  3.77KB 
/bin/sh -c #(nop) COPY file:79563d53a669b7142c9faf2e965160908521b0b0589abc49405c13d35cac1274 in /NOTICE 
                        
# 2023-07-25 21:18:37  11.36KB 
/bin/sh -c #(nop) COPY file:141c5dcfe0148c05d4c525671bb74da0e5c9e9a18e065974069cb945005f0bb3 in /LICENSE 
                        
# 2023-07-25 21:18:36  19.49KB 
/bin/sh -c #(nop) COPY dir:36e99d9be0f993d7fcca007c6d99e70ad6a7b0c54ffc1607769cfc1acf53d840 in /usr/share/prometheus/consoles/ 
                        
# 2023-07-25 21:18:35  9.04KB 
/bin/sh -c #(nop) COPY dir:6111a57e3d623c34c589208861b0de74585a44e342acdea27fdc4dbcb0415a3a in /usr/share/prometheus/console_libraries/ 
                        
# 2023-07-25 21:18:34  934.00B 
/bin/sh -c #(nop) COPY file:a1aaf2bddcc0da1d7ebaf7b5737c5e0341b463504dd919162cb8407f132c3cb8 in /etc/prometheus/prometheus.yml 
                        
# 2023-07-25 21:18:32  118.31MB 
/bin/sh -c #(nop) COPY file:7f53ca781941799b864d12cb914273ba5172c11a6eb272ed9175bba74c05da58 in /bin/promtool 
                        
# 2023-07-25 21:18:30  123.61MB 
/bin/sh -c #(nop) COPY file:21b4e5477e3e7e9898cb7e2243126ead5748f13c3ea3deaa3cae039458b1c5c2 in /bin/prometheus 
                        
# 2023-07-25 21:18:28  0.00B 
/bin/sh -c #(nop)  ARG OS=linux
                        
# 2023-07-25 21:18:27  0.00B 
/bin/sh -c #(nop)  ARG ARCH=amd64
                        
# 2023-07-25 21:18:26  0.00B 
/bin/sh -c #(nop)  LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2023-07-15 18:54:46  1.54MB 
/bin/sh -c #(nop) COPY dir:c0097f329d18485c38670fc45c2392f2fc33af3c40c222f07eb0e76a0d296ee9 in / 
                        
# 2023-07-15 18:54:46  0.00B 
/bin/sh -c #(nop)  MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2023-06-28 07:32:12  0.00B 
/bin/sh -c #(nop)  CMD ["sh"]
                        
# 2023-06-28 07:32:12  1.25MB 
/bin/sh -c #(nop) ADD file:45e9c11f67f7c9fc8385e62aed037166ee6a53ab0213306296878ec46576746a in / 
                        
                    

镜像信息

{
    "Id": "sha256:3b907f5313b7de82873c71ab09043cdcc39d09f5024510040c7c6e271208a53a",
    "RepoTags": [
        "quay.io/prometheus/prometheus:v2.46.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v2.46.0"
    ],
    "RepoDigests": [
        "quay.io/prometheus/prometheus@sha256:d6ead9daf2355b9923479e24d7e93f246253ee6a5eb18a61b0f607219f341a80",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus@sha256:29630076fd1d007729faec35ed9610053bad211ab5bd6c98cdfc7a7bdbdaaf4e"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2023-07-25T13:18:45.119504112Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.25+azure-2",
    "Author": "",
    "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"
        ],
        "Image": "sha256:2a5dbccc9b0ca5a3aa580042b84348117819ad9a46f2857e56ece65f96b05852",
        "Volumes": {
            "/prometheus": {}
        },
        "WorkingDir": "/prometheus",
        "Entrypoint": [
            "/bin/prometheus"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "The Prometheus Authors \u003cprometheus-developers@googlegroups.com\u003e"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 244893179,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/dc438592a97f756223073858367045f567a39375f7df164e3c16ead6a4a05899/diff:/var/lib/docker/overlay2/952db251176f5772eb9e88e76378fad7a612b780123e00109a9f3dca4b37c9a8/diff:/var/lib/docker/overlay2/bff163617ab27cb271b8ba2f1fba31360bd0943b2144744bf2abad6504364161/diff:/var/lib/docker/overlay2/72f0b74b2cec0cc07a7c4c4e2995b474a670569e96c224de0b935247ba4eff11/diff:/var/lib/docker/overlay2/942a44fd659d54bfc86a99affacffe8097b6db7e07a9fc4727273ac14c386fee/diff:/var/lib/docker/overlay2/df23dd495d53c32c96f6e042988726174be307ed4b32c4126124f344102377ef/diff:/var/lib/docker/overlay2/fa18d87203d740b80a7e8684083e781aefdbb1d10e888d7b92d5071692ee7415/diff:/var/lib/docker/overlay2/63fee0b3a5a8564eb5fa9d6df380e4b0b3533d7ad182a9443957c03b96528212/diff:/var/lib/docker/overlay2/8bbbebc089d9ed8a6195887fdbfe431a4de531daf0271e021785f90006fe5e32/diff:/var/lib/docker/overlay2/09dfc9f67d244f1572e1fa31aba6c0c9b7d41e77ae401cb0ac1a45e16f34fc8e/diff:/var/lib/docker/overlay2/40c2f8a0e84ff03c82fdd32b41855cca4b2c342ada75ea4dacf928868c5afcd9/diff",
            "MergedDir": "/var/lib/docker/overlay2/3943edd57ed352179328fd6a4860f27682b766c7c59efd84e0c6f3f4c9398b92/merged",
            "UpperDir": "/var/lib/docker/overlay2/3943edd57ed352179328fd6a4860f27682b766c7c59efd84e0c6f3f4c9398b92/diff",
            "WorkDir": "/var/lib/docker/overlay2/3943edd57ed352179328fd6a4860f27682b766c7c59efd84e0c6f3f4c9398b92/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:02a30cf4d9d399bb164999f5bd21d49da8ed0aa4429582ab7d78c39a301b657b",
            "sha256:3ba772b406b875bb0481b13ad707db3f5685eef99ed435c9d8a9ce17ecca383c",
            "sha256:7f3cc5e1728c0a88bd1aaf2ce2b6795bf273476ffec75c7a5bb399aefbcd360b",
            "sha256:790266c3b7b9f4e4db136a82150bb1ef65f781a7912896a44faacf42296bac88",
            "sha256:a6a079e38dd14e23e4c43eb33b01baedb4083d85229976b51c92d7f87f68804c",
            "sha256:deba5c8f78962fa0cfd6d6211669d481d4fad494d10ea4d7cd237464c292a0f4",
            "sha256:4944796e2b9cec6848c2381d3e90de90bf1345a7abd01aacd50d4372114a9d9c",
            "sha256:cafc95aeecb8190ce57e29c94934071f9ab5ed1171f6228f042360c451a1b70f",
            "sha256:e41dcb9a92125ca143524ac538cf691f1fc9f046e999cbc80de9937baea13093",
            "sha256:e7467493cbf95d0f6b41609dadafbb665331b9d00b4a06ef461dd12792358bfd",
            "sha256:d12fff6feee7427dbd1551b2f18355ca718cc879a61201149bdf214db7101335",
            "sha256:3930de501da90d1dc0bf9fb1d14cdad75e567fb900024825c172b041e64a1a13"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-30T23:23:21.494969183+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
498

quay.io/prometheus/prometheus:v2.41.0

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

quay.io/prometheus/prometheus:v2.54.1

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

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
222

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
163

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
213

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
165

quay.io/prometheus/prometheus:v3.1.0

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

quay.io/prometheus/prometheus:v2.51.2

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

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
267

quay.io/prometheus/prometheus:v2.39.1

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

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
236

quay.io/prometheus/prometheus:v2.22.1

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

quay.io/prometheus/prometheus:v3.3.1

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