quay.io/devtron/postgres_exporter:v0.4.7 linux/amd64

quay.io/devtron/postgres_exporter:v0.4.7 - 国内下载镜像源 浏览次数:70
```html

这是一个用于导出 PostgreSQL 数据库指标的 Docker 镜像。它可以监控 PostgreSQL 数据库的各种指标,例如连接数、查询时间、事务数等,并将这些指标暴露为 Prometheus 可以抓取的格式。

```
源镜像 quay.io/devtron/postgres_exporter:v0.4.7
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7
镜像ID sha256:01295a253857f9df21057aa205f17470d01e110f1e25518ec34de8c8f9d60485
镜像TAG v0.4.7
大小 13.30MB
镜像源 quay.io
CMD
启动入口 /postgres_exporter
工作目录
OS/平台 linux/amd64
浏览量 70 次
贡献者 ch*****2@zetyun.com
镜像创建 2018-11-11T03:02:44.34395527Z
同步时间 2024-12-27 19:00
更新时间 2025-02-04 15:27
开放端口
9187/tcp
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像安全扫描 查看Trivy扫描报告

系统OS: 扫描引擎: Trivy 扫描时间: 2024-12-27 19:00

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

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

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7  quay.io/devtron/postgres_exporter:v0.4.7

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7  quay.io/devtron/postgres_exporter:v0.4.7

Shell快速替换命令

sed -i 's#quay.io/devtron/postgres_exporter:v0.4.7#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7  quay.io/devtron/postgres_exporter:v0.4.7'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7  quay.io/devtron/postgres_exporter:v0.4.7'

镜像构建历史


# 2018-11-11 11:02:44  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/postgres_exporter"]
                        
# 2018-11-11 11:02:44  0.00B 
/bin/sh -c #(nop)  EXPOSE 9187/tcp
                        
# 2018-11-11 11:02:44  13.30MB 
/bin/sh -c #(nop) COPY file:ea84f4a143152390f3a0c454193bb1b19ddd27277b777f82f9ce5d1658ea0812 in /postgres_exporter 
                        
# 2018-11-11 11:02:43  0.00B 
/bin/sh -c #(nop)  ARG binary
                        
                    

镜像信息

{
    "Id": "sha256:01295a253857f9df21057aa205f17470d01e110f1e25518ec34de8c8f9d60485",
    "RepoTags": [
        "quay.io/devtron/postgres_exporter:v0.4.7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter:v0.4.7"
    ],
    "RepoDigests": [
        "quay.io/devtron/postgres_exporter@sha256:dd8051322ceb8995d3d7f116041a2116815e01e88232a90f635ebde8dcc4d3f4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/quay.io/devtron/postgres_exporter@sha256:dd8051322ceb8995d3d7f116041a2116815e01e88232a90f635ebde8dcc4d3f4"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2018-11-11T03:02:44.34395527Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "17.09.0-ce",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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": "sha256:8bf255488d19dfab68935cde124c8a3aac5bba75c99356817dc204bd5bcde8c1",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": [
            "/postgres_exporter"
        ],
        "OnBuild": null,
        "Labels": null
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 13303497,
    "GraphDriver": {
        "Data": {
            "MergedDir": "/var/lib/docker/overlay2/1024e9e4e53ce94c0f123cede306774599e33826799f048244f950a244dd0eb9/merged",
            "UpperDir": "/var/lib/docker/overlay2/1024e9e4e53ce94c0f123cede306774599e33826799f048244f950a244dd0eb9/diff",
            "WorkDir": "/var/lib/docker/overlay2/1024e9e4e53ce94c0f123cede306774599e33826799f048244f950a244dd0eb9/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:f0f6e5fa1950b93fbd716ad80eca9936bb194511731b814a5299400f82a80178"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-12-27T19:00:28.157935582+08:00"
    }
}

更多版本

quay.io/devtron/postgres_exporter:v0.4.7

linux/amd64 quay.io13.30MB2024-12-27 19:00
69