docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1 linux/amd64

docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1 - 国内下载镜像源 浏览次数:32 安全受验证的发布者-Rancher

该容器镜像是Rancher Labs提供的Prometheus 镜像,用于收集和存储监控数据。Prometheus是一个开源的分布式监控系统,可以与 Grafana 等工具一起使用,以便更好地监控和分析应用程序性能。

源镜像 docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1
镜像ID sha256:1bd2b963526757ebfd9d8402e8f2a89e5f1556fd02e628fe465cf18c0d3aa3bd
镜像TAG v2.53.1
大小 270.50MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
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
浏览量 32 次
贡献者
镜像创建 2024-07-10T10:40:21.364107134Z
同步时间 2025-03-28 10:43
更新时间 2025-04-02 01:55
开放端口
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/docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1  docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1  docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1

Shell快速替换命令

sed -i 's#rancher/mirrored-prometheus-prometheus:v2.53.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1#' deployment.yaml

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-07-10 18:40:21  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-07-10 18:40:21  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/prometheus"]
                        
# 2024-07-10 18:40:21  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/prometheus]
                        
# 2024-07-10 18:40:21  0.00B 声明容器运行时监听的端口
EXPOSE map[9090/tcp:{}]
                        
# 2024-07-10 18:40:21  0.00B 指定运行容器时使用的用户
USER nobody
                        
# 2024-07-10 18:40:21  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-07-10 18:40:21  0.00B 设置工作目录为/prometheus
WORKDIR /prometheus
                        
# 2024-07-10 18:40:21  139.31KB 复制新文件或目录到容器中
COPY npm_licenses.tar.bz2 /npm_licenses.tar.bz2 # buildkit
                        
# 2024-07-10 18:40:21  3.77KB 复制新文件或目录到容器中
COPY NOTICE /NOTICE # buildkit
                        
# 2024-07-10 18:40:21  11.36KB 复制新文件或目录到容器中
COPY LICENSE /LICENSE # buildkit
                        
# 2024-07-10 18:40:21  19.58KB 复制新文件或目录到容器中
COPY consoles/ /usr/share/prometheus/consoles/ # buildkit
                        
# 2024-07-10 18:40:21  9.04KB 复制新文件或目录到容器中
COPY console_libraries/ /usr/share/prometheus/console_libraries/ # buildkit
                        
# 2024-07-10 18:40:21  934.00B 复制新文件或目录到容器中
COPY documentation/examples/prometheus.yml /etc/prometheus/prometheus.yml # buildkit
                        
# 2024-07-10 18:40:21  129.72MB 复制新文件或目录到容器中
COPY .build/linux-amd64/promtool /bin/promtool # buildkit
                        
# 2024-07-10 18:40:20  137.82MB 复制新文件或目录到容器中
COPY .build/linux-amd64/prometheus /bin/prometheus # buildkit
                        
# 2024-07-10 18:40:20  0.00B 定义构建参数
ARG OS=linux
                        
# 2024-07-10 18:40:20  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2024-07-10 18:40:20  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:1bd2b963526757ebfd9d8402e8f2a89e5f1556fd02e628fe465cf18c0d3aa3bd",
    "RepoTags": [
        "rancher/mirrored-prometheus-prometheus:v2.53.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1"
    ],
    "RepoDigests": [
        "rancher/mirrored-prometheus-prometheus@sha256:a9d6203e599363ccaaf5ded9a1cbc28e1efd8602686dd56b2d93ef5bb0f3bea8",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rancher/mirrored-prometheus-prometheus@sha256:e815f1c12acfcbbcc57a27248db91d3e22d9ec33347ba292e8e5a19151d941ec"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-07-10T10:40:21.364107134Z",
    "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": 270502825,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/bc41069bdd2f5fc4eb14843f81413e54963d301c58ab30b771418e8aff41dd2f/diff:/var/lib/docker/overlay2/2473e33591930c7d97622395da1d4ae6a9b7e4060fee8e72742c0642cf01b1fc/diff:/var/lib/docker/overlay2/68d345163305c4b17f0dae5cc4e211daed43a843906e06456f8fc697985a1014/diff:/var/lib/docker/overlay2/66e898b36ef2fc087c30a35c20f8bd89fb7a650e9957b9c58a76df87ac20b79e/diff:/var/lib/docker/overlay2/e514b861c22b4d6c7fc8343376dac72e32adcd789e54b3d0181df6a5f91d18e6/diff:/var/lib/docker/overlay2/6fafe5dc39b8a68c2425458d2ea98c667d7f0c820c870fd5054fbbce3b99da8b/diff:/var/lib/docker/overlay2/b27d4296527c8092878fb986c15aafb75623e6d1485f29538e91ee464cafc8de/diff:/var/lib/docker/overlay2/a457e4418475c723f6511877a6c37660102dd1c2367178e318856d700bc4c567/diff:/var/lib/docker/overlay2/1c321ca0fb921305472b45dbc268cb754d6afa149a59a15e21313cc71fc10725/diff:/var/lib/docker/overlay2/76d340bf6431e34044ab774c8c4c6a1e951dbfbcff61e7e2dfc6553bc1ad1e81/diff:/var/lib/docker/overlay2/2d5c9eec07416cc7d5506a41b0c6e070744cde71cbc9918c5f62bebaa6e194b9/diff",
            "MergedDir": "/var/lib/docker/overlay2/3f7d09909cf554c6d8309163c430908b7c687614cdf6dcfa3bf1781f7b5c60da/merged",
            "UpperDir": "/var/lib/docker/overlay2/3f7d09909cf554c6d8309163c430908b7c687614cdf6dcfa3bf1781f7b5c60da/diff",
            "WorkDir": "/var/lib/docker/overlay2/3f7d09909cf554c6d8309163c430908b7c687614cdf6dcfa3bf1781f7b5c60da/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed",
            "sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33",
            "sha256:bc99a52b534681901f6a302650df663d1f4e7fe65a4c88ed2ee149485069dbde",
            "sha256:82e3f59c241bacee0f771ba0b617eda0fef499bfb3716ca01f4fc0a6baed11a3",
            "sha256:77c65e852037ef05cd8494a4c49823c7595bbb71b4835d6d42deef51418c8866",
            "sha256:0b1a3409d80b6679b0bbb17209ecc461613c2502e06a312ff49f296c14c716e5",
            "sha256:e4b301f7a8fbbc28ca87b1c31544a3c03c0eaca4fe19a478d789d7437cbf1d20",
            "sha256:b153ca6e6cb243984a8413857b082a3cbc42a481369fb020e176ec005aaa7ce2",
            "sha256:b9226f196e4c848e3ffcf325e2c164f7bfbba8135b3121589f11e3023d37e028",
            "sha256:5f1ddede9174c5defe542b072ee5e74ad147883dd8b7bcbb958094a0bb4786f2",
            "sha256:7ffd2ec5fe01a4563feea5d2adfacdd44c88f746fdadd402c124c387fedcadb6",
            "sha256:00833cda9038adf857f16503d19b8ad49eabfcb866bf214ef4d3e519d6c0d64b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-28T10:43:08.907655775+08:00"
    }
}

更多版本

docker.io/rancher/mirrored-prometheus-prometheus:v2.45.0

linux/amd64 docker.io236.15MB2024-06-27 13:54
221

docker.io/rancher/mirrored-prometheus-prometheus:v2.50.1

linux/amd64 docker.io253.71MB2024-09-11 11:01
160

docker.io/rancher/mirrored-prometheus-prometheus:v2.53.1

linux/amd64 docker.io270.50MB2025-03-28 10:43
31