quay.io/prometheus/pushgateway:v1.10.0 linux/arm64

quay.io/prometheus/pushgateway:v1.10.0 - 国内下载镜像源 浏览次数:46 温馨提示: 这是一个 linux/arm64 系统架构镜像

Pushgateway

Pushgateway is a simple, lightweight application that allows you to push metrics to Prometheus.

It provides an HTTP API for pushing time-series data to Prometheus, making it easy to integrate with your existing monitoring infrastructure.

推送网关是一个简单的轻量级应用程序,允许您将指标推送到Prometheus。它提供了一个HTTP API来推送时间序列数据到Prometheus,使得将您的监控基础设施集成起来变得非常容易。

源镜像 quay.io/prometheus/pushgateway:v1.10.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/pushgateway:v1.10.0-linuxarm64
镜像ID sha256:5afe2de60dbd3314aa2322d83093052567a2bbb508065fa0faf2eb5d79b85175
镜像TAG v1.10.0-linuxarm64
大小 22.64MB
镜像源 quay.io
CMD
启动入口 /bin/pushgateway
工作目录 /pushgateway
OS/平台 linux/arm64
浏览量 46 次
贡献者
镜像创建 2024-09-19T21:21:07.954471339Z
同步时间 2025-02-06 14:10
更新时间 2025-03-30 22:17
开放端口
9091/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 扫描时间: 2025-02-06 14:10

低危漏洞:0 中危漏洞:0 高危漏洞:1 严重漏洞:1

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/pushgateway:v1.10.0-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/pushgateway:v1.10.0-linuxarm64  quay.io/prometheus/pushgateway:v1.10.0

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2024-09-20 05:21:07  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/pushgateway"]
                        
# 2024-09-20 05:21:07  0.00B 指定运行容器时使用的用户
USER 65534
                        
# 2024-09-20 05:21:07  0.00B 设置工作目录为/pushgateway
WORKDIR /pushgateway
                        
# 2024-09-20 05:21:07  0.00B 执行命令并创建新的镜像层
RUN |2 ARCH=arm64 OS=linux /bin/sh -c mkdir -p /pushgateway && chown nobody:nobody /pushgateway # buildkit
                        
# 2024-09-20 05:21:07  0.00B 声明容器运行时监听的端口
EXPOSE map[9091/tcp:{}]
                        
# 2024-09-20 05:21:07  19.64MB 复制新文件或目录到容器中
COPY --chown=nobody:nobody .build/linux-arm64/pushgateway /bin/pushgateway # buildkit
                        
# 2024-09-20 05:21:07  0.00B 定义构建参数
ARG OS=linux
                        
# 2024-09-20 05:21:07  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2024-09-20 05:21:07  0.00B 添加元数据标签
LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2023-12-15 18:57:30  1.54MB 复制新文件或目录到容器中
COPY /rootfs / # buildkit
                        
# 2023-12-15 18:57:30  0.00B 
MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
                        
# 2023-12-06 03:36:32  0.00B 
/bin/sh -c #(nop)  CMD ["sh"]
                        
# 2023-12-06 03:36:32  1.46MB 
/bin/sh -c #(nop) ADD file:1582deb90400e4ba7841816ec06c91038e252bb107fb018609202c6683f17bfb in / 
                        
                    

镜像信息

{
    "Id": "sha256:5afe2de60dbd3314aa2322d83093052567a2bbb508065fa0faf2eb5d79b85175",
    "RepoTags": [
        "quay.io/prometheus/pushgateway:v1.10.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/pushgateway:v1.10.0-linuxarm64"
    ],
    "RepoDigests": [
        "quay.io/prometheus/pushgateway@sha256:7a4d0696a24ef4e8bad62bee5656855a0aff2f26416d8cb32009dc28d6263604",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/pushgateway@sha256:a0512405fc0ffb62323e2a9f4b81dac41e6b8d29ebd940364e08f547b14307e8"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-19T21:21:07.954471339Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "The Prometheus Authors \u003cprometheus-developers@googlegroups.com\u003e",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "65534",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "9091/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/pushgateway",
        "Entrypoint": [
            "/bin/pushgateway"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "The Prometheus Authors \u003cprometheus-developers@googlegroups.com\u003e"
        }
    },
    "Architecture": "arm64",
    "Variant": "v8",
    "Os": "linux",
    "Size": 22642244,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/bf9e06b08a3822ffc69cbb69591f5668839223d527a9c57d8336f59692236ba0/diff:/var/lib/docker/overlay2/f5797fc1b11b7f38eea8d834a53125981ec4d33ade91c211c632bc850d4603f8/diff:/var/lib/docker/overlay2/f0c7bdc10a44aa43c528106447c5b48207ac0295672f0333d0c758b67f3b316d/diff:/var/lib/docker/overlay2/508e9de6803a13f81a64ab4eccf07d975b824303eef822603cd728619e4adb13/diff",
            "MergedDir": "/var/lib/docker/overlay2/0f37c320a91a7fa8bfd933d873f8cd500382f3091daf5838df9dcdf67a4a348f/merged",
            "UpperDir": "/var/lib/docker/overlay2/0f37c320a91a7fa8bfd933d873f8cd500382f3091daf5838df9dcdf67a4a348f/diff",
            "WorkDir": "/var/lib/docker/overlay2/0f37c320a91a7fa8bfd933d873f8cd500382f3091daf5838df9dcdf67a4a348f/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f86c5e3025ef242a9f99615cced414b5e2a53617e1801df106da49b1c9d2cf4b",
            "sha256:e6d95b69894403f1739c442253dfd4cf6a44efc260155dc00be1004c9000704c",
            "sha256:1fffc9729c04fadb8159ee8770f30453e62cb95c4a3ddd322fec62599a0a2ae3",
            "sha256:9ada6f745f72b99207a8db1e7802eb174af4c1ab13e27337d104b27cc77c48cc",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-02-06T14:10:07.204694734+08:00"
    }
}

更多版本

quay.io/prometheus/pushgateway:v1.9.0

linux/amd64 quay.io21.52MB2024-07-15 10:32
319

quay.io/prometheus/pushgateway:v1.10.0

linux/amd64 quay.io23.04MB2024-10-30 13:58
286

quay.io/prometheus/pushgateway:v1.10.0

linux/arm64 quay.io22.64MB2025-02-06 14:10
45