广告图片

docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1 linux/amd64

docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1 - 国内下载镜像源 浏览次数:11 jiaoshuntian 贡献同步

这是一个用于Prometheus监控的PostgreSQL导出器镜像,可收集PostgreSQL数据库(包括IvorySQL)的各项指标数据(如连接数、查询统计、表空间使用情况等),并将指标暴露给Prometheus进行监控与分析。

源镜像 docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1
镜像ID sha256:1234869da4111b21a4a3edc0d40f0de13ed964b95c2de7e40f6491f903dc39a6
镜像TAG ubi9-0.17.0-5.3-1
大小 388.70MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/cpm/bin/start.sh
启动入口
工作目录 /
OS/平台 linux/amd64
浏览量 11 次
贡献者
avatar
jiaoshuntian
镜像创建 2026-03-05T13:23:36.481280511+08:00
同步时间 2026-03-25 17:01
开放端口
9187/tcp
目录挂载
/conf
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci
镜像标签
x86_64: architecture 2026-02-17T16:47:43Z: build-date ubi9-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms cpe:/a:redhat:enterprise_linux:9::appstream: cpe The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: description public: distribution-scope 1.42.2: io.buildah.version The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.: io.k8s.description Red Hat Universal Base Image 9: io.k8s.display-name : io.openshift.expose-services base rhel9: io.openshift.tags Red Hat, Inc.: maintainer ubi9/ubi: name 2026-02-17T16:47:43Z: org.opencontainers.image.created 8726709260f051bcc33519b9b82af822eb97f840: org.opencontainers.image.revision 1771346757: release Provides the latest release of Red Hat Universal Base Image 9.: summary https://catalog.redhat.com/en/search?searchType=containers: url 8726709260f051bcc33519b9b82af822eb97f840: vcs-ref git: vcs-type Red Hat, Inc.: vendor 9.7: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1  docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1  docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1

Shell快速替换命令

sed -i 's#ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1  docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1  docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1'

镜像构建历史


# 2026-03-05 13:23:36  0.00B 设置默认要执行的命令
CMD ["/opt/cpm/bin/start.sh"]
                        
# 2026-03-05 13:23:36  0.00B 指定运行容器时使用的用户
USER 2
                        
# 2026-03-05 13:23:36  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/conf]
                        
# 2026-03-05 13:23:36  0.00B 声明容器运行时监听的端口
EXPOSE map[9187/tcp:{}]
                        
# 2026-03-05 13:23:36  16.65MB 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=18 /bin/sh -c chmod a+x /opt/cpm/bin/postgres_exporter/postgres_exporter # buildkit
                        
# 2026-03-05 13:23:35  10.56KB 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=18 /bin/sh -c chmod +x /opt/cpm/bin/start.sh # buildkit
                        
# 2026-03-05 13:23:35  16.85MB 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=18 /bin/sh -c chgrp -R 0 /opt/cpm/bin /opt/cpm/conf &&         chmod -R g=u /opt/cpm/bin/ opt/cpm/conf # buildkit
                        
# 2026-03-05 13:23:34  16.66MB 复制新文件或目录到容器中
COPY bin/pgexporter /opt/cpm/bin # buildkit
                        
# 2026-03-05 13:23:33  32.05KB 复制新文件或目录到容器中
COPY conf/pgexporter/linux /opt/cpm/conf # buildkit
                        
# 2026-03-05 13:23:33  151.83KB 复制新文件或目录到容器中
COPY conf/pgexporter/common /opt/cpm/conf # buildkit
                        
# 2026-03-05 13:23:33  0.00B 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=18 /bin/sh -c mkdir -p /opt/cpm/bin /opt/cpm/conf # buildkit
                        
# 2026-03-05 13:23:33  77.35MB 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=18 /bin/sh -c yum -y install --nodocs                 --setopt=skip_missing_names_on_install=False                 postgresql${PG_MAJOR//.}-server         && yum -y clean all # buildkit
                        
# 2026-03-05 13:22:52  23.06MB 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=18 /bin/sh -c yum install -y gettext         && yum -y clean all # buildkit
                        
# 2026-03-05 13:22:28  27.09MB 执行命令并创建新的镜像层
RUN |1 PG_MAJOR=18 /bin/sh -c yum -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-9-x86_64/pgdg-redhat-repo-latest.noarch.rpm # buildkit
                        
# 2026-03-05 13:22:28  0.00B 定义构建参数
ARG PG_MAJOR
                        
# 2026-02-18 00:48:11  210.83MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="8726709260f051bcc33519b9b82af822eb97f840" "org.opencontainers.image.revision"="8726709260f051bcc33519b9b82af822eb97f840" "build-date"="2026-02-17T16:47:43Z" "org.opencontainers.image.created"="2026-02-17T16:47:43Z" "release"="1771346757"org.opencontainers.image.revision=8726709260f051bcc33519b9b82af822eb97f840,org.opencontainers.image.created=2026-02-17T16:47:43Z
                        
# 2026-02-18 00:48:10  0.00B 
/bin/sh -c #(nop) COPY file:ab0176372e5af8a8d1c3b049741d0c5e75d527a597b7c8a836b568335bef6b28 in /root/buildinfo/labels.json      
                        
# 2026-02-18 00:48:10  0.00B 
/bin/sh -c #(nop) COPY file:ab0176372e5af8a8d1c3b049741d0c5e75d527a597b7c8a836b568335bef6b28 in /usr/share/buildinfo/labels.json      
                        
# 2026-02-18 00:48:09  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-02-18 00:48:09  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-02-18 00:48:09  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-02-18 00:48:08  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-02-18 00:48:08  0.00B 
/bin/sh -c #(nop) COPY dir:044009bcad68a63810df7b2a79a5fbd57bbd048f70aed9c80fca25b3757f2cb8 in /      
                        
# 2026-02-18 00:48:06  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-02-18 00:48:06  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="base rhel9"
                        
# 2026-02-18 00:48:06  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-02-18 00:48:06  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9"
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of Red Hat Universal Base Image 9."
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-container"       name="ubi9/ubi"       version="9.7"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-02-18 00:48:05  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."       vendor="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:1234869da4111b21a4a3edc0d40f0de13ed964b95c2de7e40f6491f903dc39a6",
    "RepoTags": [
        "ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1"
    ],
    "RepoDigests": [
        "ivorysql/postgres-exporter@sha256:ebea03b89f51c2199503ab299bb98b90e3362556f12f9aed2c4e201896659296",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/ivorysql/postgres-exporter@sha256:ebea03b89f51c2199503ab299bb98b90e3362556f12f9aed2c4e201896659296"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-05T13:23:36.481280511+08:00",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "2",
        "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",
            "container=oci"
        ],
        "Cmd": [
            "/opt/cpm/bin/start.sh"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/conf": {}
        },
        "WorkingDir": "/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2026-02-17T16:47:43Z",
            "com.redhat.component": "ubi9-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "distribution-scope": "public",
            "io.buildah.version": "1.42.2",
            "io.k8s.description": "The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly.",
            "io.k8s.display-name": "Red Hat Universal Base Image 9",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "base rhel9",
            "maintainer": "Red Hat, Inc.",
            "name": "ubi9/ubi",
            "org.opencontainers.image.created": "2026-02-17T16:47:43Z",
            "org.opencontainers.image.revision": "8726709260f051bcc33519b9b82af822eb97f840",
            "release": "1771346757",
            "summary": "Provides the latest release of Red Hat Universal Base Image 9.",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "8726709260f051bcc33519b9b82af822eb97f840",
            "vcs-type": "git",
            "vendor": "Red Hat, Inc.",
            "version": "9.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 388696922,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f902aa54f88301506ab3d2818d6be5c2119cc83f43df8edef1d405491723cb51/diff:/var/lib/docker/overlay2/41101594ff69cc8f902da574dd7cb48f575dc8f02b6d7f319d3f5af1d64920b3/diff:/var/lib/docker/overlay2/68c26329376f734373e392c83023c210eafe1ec18d4341b51c95037cfabdd60e/diff:/var/lib/docker/overlay2/893a36807b2bef102ca6cbf2e05fc8f51f2e3d7b08df48c062a9245e0a433b4f/diff:/var/lib/docker/overlay2/96487d93995c4b33743b4d5d3ae3488d17d419cbc881112dcb8b51eb9094a8a4/diff:/var/lib/docker/overlay2/84ad9d1f3f85be875550d52f80706b6fbe6840ce4fb61a6f217a9a58c3b70bbf/diff:/var/lib/docker/overlay2/5e4387ca7d27c01a7dce1c72b6eb00286a7fd89943f413821a798808b1536ec3/diff:/var/lib/docker/overlay2/8cbfcc1e8ad82d50375e0531f3d878dd7471bce69168012be57e05adb4878938/diff:/var/lib/docker/overlay2/07c47758ab577d52802d27621a69576d21de5ca2a235b1ff2ce9c3480ce764be/diff:/var/lib/docker/overlay2/5f60c1fff1bcc7abe4325bd98b895975d42d414492d2736d67dd0c74acb3908a/diff",
            "MergedDir": "/var/lib/docker/overlay2/b522b1ccde9cc57a822840075a47696d369f130eb483570d9c3f31b7e9d21a5a/merged",
            "UpperDir": "/var/lib/docker/overlay2/b522b1ccde9cc57a822840075a47696d369f130eb483570d9c3f31b7e9d21a5a/diff",
            "WorkDir": "/var/lib/docker/overlay2/b522b1ccde9cc57a822840075a47696d369f130eb483570d9c3f31b7e9d21a5a/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:6f79bbfebf48364efd0ee3ed27d355380a7ebd15516440724189b73bf89a898d",
            "sha256:e5762fd3fac86268796e9c89e01587150e7e63d950a420e3339c52019942ad32",
            "sha256:5b84f6a1ff3c8966646f7b8263176ea1b709b932f847714d4261c5d8b00bd4d7",
            "sha256:c02b9f467546dce8281a086594411805df5f5359bc4fddaad0c6f01b0b34d319",
            "sha256:824550d34d442f0fa9331c406d538c02ee4a3d0a4787f251d9db254ba85e8688",
            "sha256:7e7a3bde0ea418fc4c966d7071d406baa086d1ee4ac0e101a0cb777a298ed5bc",
            "sha256:6c1f16c34257ded7f06c6b63f0810209044afc33ae9d4b575b3160762a11cadb",
            "sha256:b3521e5e2047b6083734fd073b9b0477b7c125c096041d982b7b0701f1a025ef",
            "sha256:a82a1ab72e85bb269df9e739a53997f006608bfe8f5139b28658615d5acbd157",
            "sha256:f18d5db62bd8d9a7c87b2435ac0e366a476bfda467923481b8f7be1e4c61ca9f",
            "sha256:1fb60936aee1bfac9dea0077aaae163fff3a17398a2f46a25bd8fa3d842f1889"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-25T17:01:35.393177372+08:00"
    }
}

更多版本

docker.io/ivorysql/postgres-exporter:ubi9-0.17.0-5.3-1

linux/amd64 docker.io388.70MB2026-03-25 17:01
10