quay.io/prometheus/prometheus:v2.48.0 linux/arm64

quay.io/prometheus/prometheus:v2.48.0 - 国内下载镜像源 浏览次数:26 温馨提示: 这是一个 linux/arm64 系统架构镜像
🎉 PROMETHEUS 镜像(quay.io/prometheus/prometheus) 该镜像提供了 Prometheus 一个著名的开源监控系统,它能够从多个来源收集 metrics, 并将其存储到时态数据库中。 Prometheus 可以用于监控应用程序、服务和基础设施,并生成报表和告警。 .html
Prometheus 镜像的主要功能包括:
• 收集和存储 metrics
• 支持多种数据源,如 MySQL、PostgreSQL 和 Cassandra
• 提供查询语言,使得用户可以根据需要来获取 metrics
• 支持 alertmanager,用于生成报表和告警
源镜像 quay.io/prometheus/prometheus:v2.48.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v2.48.0-linuxarm64
镜像ID sha256:3d918f4d6d21b8e5bfcfac9949f8f54b712ad820aed1e168801f178a1cf536c0
镜像TAG v2.48.0-linuxarm64
大小 241.62MB
镜像源 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/arm64
浏览量 26 次
贡献者
镜像创建 2023-11-16T05:10:03.456900293Z
同步时间 2024-11-06 21:21
更新时间 2024-11-21 17:20
开放端口
9090/tcp
环境变量
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-11-06 21:21

低危漏洞:0 中危漏洞:34 高危漏洞:4 严重漏洞:4

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

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像历史

大小 创建时间 层信息
0.00B 2023-11-16 13:10:03 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"]
0.00B 2023-11-16 13:10:03 ENTRYPOINT ["/bin/prometheus"]
0.00B 2023-11-16 13:10:03 VOLUME [/prometheus]
0.00B 2023-11-16 13:10:03 EXPOSE map[9090/tcp:{}]
0.00B 2023-11-16 13:10:03 USER nobody
1.00KB 2023-11-16 13:10:03 RUN |2 ARCH=arm64 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
0.00B 2023-11-16 13:10:03 WORKDIR /prometheus
138.10KB 2023-11-16 13:10:03 COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit
3.77KB 2023-11-16 13:10:03 COPY NOTICE /NOTICE # buildkit
11.36KB 2023-11-16 13:10:03 COPY LICENSE /LICENSE # buildkit
19.49KB 2023-11-16 13:10:03 COPY consoles/ /usr/share/prometheus/consoles/ # buildkit
9.04KB 2023-11-16 13:10:03 COPY console_libraries/ /usr/share/prometheus/console_libraries/ # buildkit
934.00B 2023-11-16 13:10:03 COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit
116.35MB 2023-11-16 13:10:03 COPY .build/linux-arm64/promtool /bin/promtool # buildkit
122.09MB 2023-11-16 13:10:02 COPY .build/linux-arm64/prometheus /bin/prometheus # buildkit
0.00B 2023-11-16 13:10:02 ARG OS=linux
0.00B 2023-11-16 13:10:02 ARG ARCH=amd64
0.00B 2023-11-16 13:10:02 LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
1.54MB 2023-11-15 18:57:21 COPY /rootfs / # buildkit
0.00B 2023-11-15 18:57:21 MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
0.00B 2023-07-19 07:39:20 /bin/sh -c #(nop) CMD ["sh"]
1.46MB 2023-07-19 07:39:20 /bin/sh -c #(nop) ADD file:0cf7b95913325fe92e5a9b232e55a349af3b7cc6765dc7d4ab023ca57d2a6873 in /

镜像信息

{
    "Id": "sha256:3d918f4d6d21b8e5bfcfac9949f8f54b712ad820aed1e168801f178a1cf536c0",
    "RepoTags": [
        "quay.io/prometheus/prometheus:v2.48.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus:v2.48.0-linuxarm64"
    ],
    "RepoDigests": [
        "quay.io/prometheus/prometheus@sha256:b440bc0e8aa5bab44a782952c09516b6a50f9d7b2325c1ffafac7bc833298e2e",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/prometheus@sha256:de2b72916aef975374e4fd6506dfe54cc34e031f24d3b8e281f00375e04c494c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-11-16T05:10:03.456900293Z",
    "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": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 241622155,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d1e74b35ebf406aa95cb30fccf0455fc15d7aa709812b950d1fec24ab6c7d5ed/diff:/var/lib/docker/overlay2/46174d53b5ca9231974e59d2ba82cf4f16dbb703a15d19cb8980d9bbfa2b20d4/diff:/var/lib/docker/overlay2/ca11a2c8e49de256f05b8a41f88cd1fe14fdf6453eadfcb8ea2ddd4379f47859/diff:/var/lib/docker/overlay2/f547b1b62cf52f79ce60485708abfebf266d72ed9ebd968094d12cf130a12dc7/diff:/var/lib/docker/overlay2/d96396491f5ce4ad9d2af40acada06e4d452bae3b69c7766eda317bf41dd0216/diff:/var/lib/docker/overlay2/93c55c69be1d695579ad919caa8518765e0f6115840f661b7556a0b49e8d477e/diff:/var/lib/docker/overlay2/258f6193c295de1c467065e266e39d82f93ea1e0e3943eb59f1d069643f02dda/diff:/var/lib/docker/overlay2/5268126cfe7b424b484e4bf2bf558742028d601c778f2798eae58185d91b7d45/diff:/var/lib/docker/overlay2/f03206a7446acc5e83c2753c97390764df01ba6cb8ea1c21dcc1e6cfc8540081/diff:/var/lib/docker/overlay2/9e645ce80939882fc17181596af84223e8951337bf460b5074768de8359336e9/diff:/var/lib/docker/overlay2/bc6d6753e116fd175c6d18c5b395230ca150b2f22389f00cf6cce513048fece0/diff",
            "MergedDir": "/var/lib/docker/overlay2/7a10957779edf1d358ab39fa5916017a314a28ae5b5176503d70ee81a998a329/merged",
            "UpperDir": "/var/lib/docker/overlay2/7a10957779edf1d358ab39fa5916017a314a28ae5b5176503d70ee81a998a329/diff",
            "WorkDir": "/var/lib/docker/overlay2/7a10957779edf1d358ab39fa5916017a314a28ae5b5176503d70ee81a998a329/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2448dcf83a2c158e53ce30fcda089b817d5afc9bf9e4022a1d48719f690d845b",
            "sha256:226628086135d18f6abcd9f48108b4a4b3111db1fbb5201bd1993d37a6580295",
            "sha256:4cdeea54abea0470bff5b856e12da6d778d8ba1c41b9c5205e21aff9197369fb",
            "sha256:4c0daae36a7564cb764c9920f3b10525d07c358a2715ac39e125c769783518c2",
            "sha256:92cabd51a779ffa03b440d9f4492da53a2622f377fcee65fb2ae698bb7c5cbc5",
            "sha256:e170da15c314c3f5a75d37e9e6debe23cd91d14acb22b8de334d9ab53887781e",
            "sha256:0a4f3db95df023079423394880091f6508d5faa2b659d5aa72e771a0d9c992e5",
            "sha256:87d478c937be783fcd8e74ea918e65fd71cadf5793054ef9cd079d8098e130e8",
            "sha256:b9558a90dbc54f4f1b4106729764a7b0770abeda28115bda89dd4955a9f92b28",
            "sha256:db446bc5cea068c88d4f39032f5468eb5e0aa904cec5d3d35ba25b51f93ac80a",
            "sha256:8f440b198f172aab2780f8e0ab57e341c9e7860070b34af62dec6266fd2ad1cd",
            "sha256:7c40af8945b43eddc53ec9fdb192ecc85abf0cc0c0b2b698e9024e358437520a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-11-06T21:20:47.666034932+08:00"
    }
}

更多版本

quay.io/prometheus/prometheus:v2.53.0

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

quay.io/prometheus/prometheus:v2.53.1

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

quay.io/prometheus/prometheus:v2.23.0

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

quay.io/prometheus/prometheus:v2.54.0

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

quay.io/prometheus/prometheus:v2.41.0

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

quay.io/prometheus/prometheus:v2.54.1

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

quay.io/prometheus/prometheus:v2.46.0

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

quay.io/prometheus/prometheus:v2.18.1

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

quay.io/prometheus/prometheus:v2.46.0

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

quay.io/prometheus/prometheus:v2.48.0

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

quay.io/prometheus/prometheus:v2.42.0

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