quay.io/prometheuscommunity/postgres-exporter:latest linux/amd64

quay.io/prometheuscommunity/postgres-exporter:latest - 国内下载镜像源 浏览次数:57

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

```html

这是一个用于监控 PostgreSQL 数据库的 Docker 容器镜像。它提供了 Prometheus 监控指标,允许您轻松地收集和跟踪 PostgreSQL 数据库服务器的关键性能指标,例如连接数、查询时间、事务处理等。通过该镜像,您可以更好地了解数据库的运行状况,并及早发现潜在问题。

```
源镜像 quay.io/prometheuscommunity/postgres-exporter:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter:latest
镜像ID sha256:00c363ef1ad18d7cd5dbca15219ed2d6c2d07b9c9205afd2e117377375198cea
镜像TAG latest
大小 21.66MB
镜像源 quay.io
CMD
启动入口 /bin/postgres_exporter
工作目录
OS/平台 linux/amd64
浏览量 57 次
贡献者
镜像创建 2025-02-26T13:55:40.041191362Z
同步时间 2025-03-02 02:21
更新时间 2025-03-31 11:32
开放端口
9187/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/prometheuscommunity/postgres-exporter:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter:latest  quay.io/prometheuscommunity/postgres-exporter:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter:latest  quay.io/prometheuscommunity/postgres-exporter:latest

Shell快速替换命令

sed -i 's#quay.io/prometheuscommunity/postgres-exporter:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter:latest#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter:latest && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter:latest  quay.io/prometheuscommunity/postgres-exporter:latest'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter:latest && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter:latest  quay.io/prometheuscommunity/postgres-exporter:latest'

镜像构建历史


# 2025-02-26 21:55:40  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/bin/postgres_exporter"]
                        
# 2025-02-26 21:55:40  0.00B 指定运行容器时使用的用户
USER nobody
                        
# 2025-02-26 21:55:40  0.00B 声明容器运行时监听的端口
EXPOSE map[9187/tcp:{}]
                        
# 2025-02-26 21:55:40  18.88MB 复制新文件或目录到容器中
COPY .build/linux-amd64/postgres_exporter /bin/postgres_exporter # buildkit
                        
# 2025-02-26 21:55:40  0.00B 定义构建参数
ARG OS=linux
                        
# 2025-02-26 21:55:40  0.00B 定义构建参数
ARG ARCH=amd64
                        
# 2025-02-26 21:55:40  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:00c363ef1ad18d7cd5dbca15219ed2d6c2d07b9c9205afd2e117377375198cea",
    "RepoTags": [
        "quay.io/prometheuscommunity/postgres-exporter:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter:latest"
    ],
    "RepoDigests": [
        "quay.io/prometheuscommunity/postgres-exporter@sha256:38606faa38c54787525fb0ff2fd6b41b4cfb75d455c1df294927c5f611699b17",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/prometheuscommunity/postgres-exporter@sha256:9fca39a4307092387b7de884bed4b62205cb88a6a5fdb423b9a70ea80b34efb3"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-26T13:55:40.041191362Z",
    "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": {
            "9187/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": "",
        "Entrypoint": [
            "/bin/postgres_exporter"
        ],
        "OnBuild": null,
        "Labels": {
            "maintainer": "The Prometheus Authors \u003cprometheus-developers@googlegroups.com\u003e"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 21655583,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/21d3d2ffbfcdd7dbfe65160f05040372b2669e469fd05709a360ac0c696aedcf/diff:/var/lib/docker/overlay2/431e00435412c1b133409b6763ad3a934f2d2f9a5f37141e96ba1612c59848a5/diff",
            "MergedDir": "/var/lib/docker/overlay2/9feff86a55730edc2f9c3bd38c53467223cf6cf90e18107ea8171e03e7f35faa/merged",
            "UpperDir": "/var/lib/docker/overlay2/9feff86a55730edc2f9c3bd38c53467223cf6cf90e18107ea8171e03e7f35faa/diff",
            "WorkDir": "/var/lib/docker/overlay2/9feff86a55730edc2f9c3bd38c53467223cf6cf90e18107ea8171e03e7f35faa/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:1e604deea57dbda554a168861cff1238f93b8c6c69c863c43aed37d9d99c5fed",
            "sha256:6b83872188a9e8912bee1d43add5e9bc518601b02a14a364c0da43b0d59acf33",
            "sha256:111345ea5d17cb678c8e457029b98b848af847c70d48bf40e9b660a84911ea72"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-03-02T02:21:29.220671254+08:00"
    }
}

更多版本

quay.io/prometheuscommunity/postgres-exporter:latest

linux/amd64 quay.io21.66MB2025-03-02 02:21
56