quay.io/prometheus/pushgateway:v1.9.0 linux/amd64

quay.io/prometheus/pushgateway:v1.9.0 - 国内下载镜像源 浏览次数:140

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.9.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/pushgateway:v1.9.0
镜像ID sha256:ba433c5391e32451afd2f6473213efd1d2815370522772229f62f010e4adf888
镜像TAG v1.9.0
大小 21.52MB
镜像源 quay.io
CMD
启动入口 /bin/pushgateway
工作目录 /pushgateway
OS/平台 linux/amd64
浏览量 140 次
贡献者
镜像创建 2024-06-08T15:06:27.472711689Z
同步时间 2024-07-15 10:32
更新时间 2024-10-23 08:11
开放端口
9091/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/pushgateway:v1.9.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/pushgateway:v1.9.0  quay.io/prometheus/pushgateway:v1.9.0

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2024-06-08 23:06:27 ENTRYPOINT ["/bin/pushgateway"]
0.00B 2024-06-08 23:06:27 USER 65534
0.00B 2024-06-08 23:06:27 WORKDIR /pushgateway
0.00B 2024-06-08 23:06:27 RUN |2 ARCH=amd64 OS=linux /bin/sh -c mkdir -p /pushgateway && chown nobody:nobody /pushgateway # buildkit
0.00B 2024-06-08 23:06:27 EXPOSE map[9091/tcp:{}]
18.75MB 2024-06-08 23:06:27 COPY --chown=nobody:nobody .build/linux-amd64/pushgateway /bin/pushgateway # buildkit
0.00B 2024-06-08 23:06:27 ARG OS=linux
0.00B 2024-06-08 23:06:27 ARG ARCH=amd64
0.00B 2024-06-08 23:06:27 LABEL maintainer=The Prometheus Authors <prometheus-developers@googlegroups.com>
1.53MB 2023-12-15 18:54:58 COPY /rootfs / # buildkit
0.00B 2023-12-15 18:54:58 MAINTAINER The Prometheus Authors <prometheus-developers@googlegroups.com>
0.00B 2023-12-06 04:23:06 /bin/sh -c #(nop) CMD ["sh"]
1.24MB 2023-12-06 04:23:06 /bin/sh -c #(nop) ADD file:ee9bb8755ccbdd689b434d9b4ac7518e972699604ecda33e4ddc2a15d2831443 in /

镜像信息

{
    "Id": "sha256:ba433c5391e32451afd2f6473213efd1d2815370522772229f62f010e4adf888",
    "RepoTags": [
        "quay.io/prometheus/pushgateway:v1.9.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/pushgateway:v1.9.0"
    ],
    "RepoDigests": [
        "quay.io/prometheus/pushgateway@sha256:98a458415f8f5afcfd45622d289a0aa67063563bec0f90d598ebc76783571936",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheus/pushgateway@sha256:d6ae80de97616fa4ad4f82bb0adbecdc06282ffff857a87b389486fb49f34400"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-06-08T15:06:27.472711689Z",
    "Container": "",
    "ContainerConfig": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": null,
        "Cmd": null,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": 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": "amd64",
    "Os": "linux",
    "Size": 21515748,
    "VirtualSize": 21515748,
    "GraphDriver": {
        "Data": {
            "RootDir": "/var/lib/docker/overlay/653d49e486c2013034e1df6e9004339393074a08ebec32a8246d0bbc51c85c52/root"
        },
        "Name": "overlay"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed",
            "sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33",
            "sha256:4617f23bf3e739aca0b61b4773aeb36310d1d8a11d075b5b9096b3a00cdcb1ff",
            "sha256:c2c1dfac22f29e63da063fd1d562c9833f5a4247fbcf7a087e2dd4018655bb44",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-07-15T10:32:08.440443762+08:00"
    }
}

更多版本