docker.io/percona/percona-distribution-postgresql:17.6-1 linux/amd64

docker.io/percona/percona-distribution-postgresql:17.6-1 - 国内下载镜像源 浏览次数:16
源镜像 docker.io/percona/percona-distribution-postgresql:17.6-1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1
镜像ID sha256:07cd69b7c1b5a209c51f1d8c229a115486faa7f008cbd0aa4a6fa08b360f00f7
镜像TAG 17.6-1
大小 1.22GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD postgres
启动入口 /entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 16 次
贡献者
镜像创建 2025-10-09T12:20:37.050195222Z
同步时间 2025-10-14 18:43
更新时间 2025-10-16 01:05
开放端口
5432/tcp
目录挂载
/backrestrepo /data/db /pgconf /pgdata /pgwal /sshd
环境变量
PATH=/pgdata:/usr/pgsql-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci PPG_VERSION=17.6-1 PPG_MAJOR_VERSION=17 PPG_MINOR_VERSION=6 OS_VER=el9 FULL_PERCONA_VERSION=17.6-1.el9 PPG_REPO=release PPG_REPO_VERSION=17.6 PGDATA=/data/db PGROOT=/usr/pgsql-17 GOSU_VERSION=1.11 CALL_HOME_OPTIONAL_PARAMS= -s el9 PERCONA_TELEMETRY_CHECK_INTERVAL=86400 PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL=604800 PERCONA_TELEMETRY_RESEND_INTERVAL=60 PERCONA_TELEMETRY_URL=https://check.percona.com/v1/telemetry/GenericReport
镜像标签
x86_64: architecture 2025-09-18T08:36:33Z: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms Essential / key PostgreSQL17 components. Percona Distribution for PostgreSQL features core components, tools and add-ons from the community, tested to work together in demanding enterprise environments.: description public: distribution-scope 1.40.1: io.buildah.version The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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 Minimal: io.k8s.display-name : io.openshift.expose-services minimal rhel9: io.openshift.tags Percona Development <info@percona.com>: maintainer Percona Distribution for PostgreSQL: name info@percona.com: org.opencontainers.image.authors 0c20ee48321f5d64135f6208d1332c0b032df6c3: org.opencontainers.image.revision 1758184547: release Percona base selection of PostgreSQL17 components: summary https://catalog.redhat.com/en/search?searchType=containers: url 0c20ee48321f5d64135f6208d1332c0b032df6c3: vcs-ref git: vcs-type Percona: vendor 9.6: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1  docker.io/percona/percona-distribution-postgresql:17.6-1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1  docker.io/percona/percona-distribution-postgresql:17.6-1

Shell快速替换命令

sed -i 's#percona/percona-distribution-postgresql:17.6-1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1  docker.io/percona/percona-distribution-postgresql:17.6-1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1  docker.io/percona/percona-distribution-postgresql:17.6-1'

镜像构建历史


# 2025-10-09 20:20:37  0.00B 
/bin/sh -c #(nop)  CMD ["postgres"]
                        
# 2025-10-09 20:20:36  0.00B 
/bin/sh -c #(nop)  USER 26
                        
# 2025-10-09 20:20:36  0.00B 
/bin/sh -c #(nop)  EXPOSE 5432
                        
# 2025-10-09 20:20:36  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["/entrypoint.sh"]
                        
# 2025-10-09 20:20:36  0.00B 
/bin/sh -c #(nop)  VOLUME [/sshd /pgconf /pgdata /pgwal /backrestrepo]
                        
# 2025-10-09 20:20:36  0.00B 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c rm -f /etc/pgbackrest.conf
                        
# 2025-10-09 20:20:36  0.00B 
/bin/sh -c #(nop)  VOLUME [/data/db]
                        
# 2025-10-09 20:20:36  0.00B 
/bin/sh -c #(nop)  ENV PERCONA_TELEMETRY_URL=https://check.percona.com/v1/telemetry/GenericReport
                        
# 2025-10-09 20:20:36  0.00B 
/bin/sh -c #(nop)  ENV PERCONA_TELEMETRY_RESEND_INTERVAL=60
                        
# 2025-10-09 20:20:35  0.00B 
/bin/sh -c #(nop)  ENV PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL=604800
                        
# 2025-10-09 20:20:35  0.00B 
/bin/sh -c #(nop)  ENV PERCONA_TELEMETRY_CHECK_INTERVAL=86400
                        
# 2025-10-09 20:20:35  17.26MB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     chown  postgres:postgres /usr/bin/telemetry-agent-supervisor.sh;     chown  postgres:postgres /usr/bin/percona-telemetry-agent;     chown  postgres:postgres /usr/local/percona/telemetry/history;     chown -R postgres:postgres /var/log/percona;     chmod ug+rwx /usr/bin/telemetry-agent-supervisor.sh;
                        
# 2025-10-09 20:20:35  403.00B 
/bin/sh -c #(nop) COPY file:3fd8183fce60c8e01f70d82398645848a293ac8474ec8a3bbc6384c2273b8ae2 in /usr/bin/ 
                        
# 2025-10-09 20:20:35  0.00B 
/bin/sh -c #(nop)  ENV CALL_HOME_OPTIONAL_PARAMS= -s el9
                        
# 2025-10-09 20:20:35  0.00B 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c chown postgres:postgres /usr/local/percona
                        
# 2025-10-09 20:20:34  0.00B 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c mkdir -p /usr/local/percona
                        
# 2025-10-09 20:20:33  12.78KB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c chmod a+rx call-home.sh
                        
# 2025-10-09 20:20:33  12.78KB 
/bin/sh -c #(nop) ADD 6b7f44bac26f68951bef14a202c62a6b4d59502a2ba9a22a59c124380a6ff309 in /call-home.sh 
                        
# 2025-10-09 20:20:33  11.98KB 
/bin/sh -c #(nop) COPY file:3ebdc3455d523a76215a31551d0b60cfbb323a2d44c4323c354aa100df2d8c38 in /entrypoint.sh 
                        
# 2025-10-09 20:20:33  2.33MB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -eux;     curl -Lf -o /usr/bin/gosu https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64;     curl -Lf -o /usr/bin/gosu.asc https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-amd64.asc;         export GNUPGHOME="$(mktemp -d)";     gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4;     gpg --batch --verify /usr/bin/gosu.asc /usr/bin/gosu;     rm -rf "$GNUPGHOME" /usr/bin/gosu.asc;         chmod +x /usr/bin/gosu;     curl -f -o /licenses/LICENSE.gosu https://raw.githubusercontent.com/tianon/gosu/${GOSU_VERSION}/LICENSE
                        
# 2025-10-09 20:20:25  0.00B 
/bin/sh -c #(nop)  ENV GOSU_VERSION=1.11
                        
# 2025-10-09 20:20:24  2.77KB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c cp /usr/share/doc/percona-postgresql${PPG_MAJOR_VERSION}/COPYRIGHT /licenses/COPYRIGHT.PostgreSQL
                        
# 2025-10-09 20:20:24  11.34KB 
/bin/sh -c #(nop) COPY file:2293e2256b507d9d733ea94349396f9a457d3387280d9a093e952b6f1aefaf39 in /licenses/LICENSE.Dockerfile 
                        
# 2025-10-09 20:20:24  30.61KB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/pgsql-${PPG_MAJOR_VERSION}/share/postgresql.conf.sample;     grep -F "listen_addresses = '*'" /usr/pgsql-${PPG_MAJOR_VERSION}/share/postgresql.conf.sample
                        
# 2025-10-09 20:20:23  317.03MB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     microdnf -y update;     microdnf install -y --enablerepo="ol9_developer_EPEL"        python3-click         percona-patroni;     microdnf clean all
                        
# 2025-10-09 20:18:52  50.47MB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     export GNUPGHOME="$(mktemp -d)";     gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 3E6D826D3FBAB389C2F38E34BC4D06A08D8B756F ;     gpg --batch --export --armor 3E6D826D3FBAB389C2F38E34BC4D06A08D8B756F > ${GNUPGHOME}/RPM-GPG-KEY-oracle;     gpg --batch --export --armor 3E6D826D3FBAB389C2F38E34BC4D06A08D8B756F > /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle;     rpmkeys --import ${GNUPGHOME}/RPM-GPG-KEY-oracle;     microdnf install -y yum-utils;     curl -Lf -o /tmp/oraclelinux-release.rpm https://yum.oracle.com/repo/OracleLinux/OL9/baseos/latest/x86_64/getPackage/oraclelinux-release-el9-1.0-15.el9.x86_64.rpm;     curl -Lf -o /tmp/epel-release.rpm https://yum.oracle.com/repo/OracleLinux/OL9/baseos/latest/x86_64/getPackage/oracle-epel-release-el9-1.0-1.el9.x86_64.rpm;     rpmkeys --checksig /tmp/epel-release.rpm;     rpmkeys --checksig /tmp/oraclelinux-release.rpm;     rpm -i /tmp/oraclelinux-release.rpm /tmp/epel-release.rpm;     rm -rf "$GNUPGHOME" /tmp/epel-release.rpm /tmp/oraclelinux-release.rpm;
                        
# 2025-10-09 20:17:59  112.98MB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     microdnf install -y         percona-postgresql${PPG_MAJOR_VERSION}-server-${FULL_PERCONA_VERSION}         percona-postgresql${PPG_MAJOR_VERSION}-contrib-${FULL_PERCONA_VERSION}         percona-postgresql-common         percona-pg_stat_monitor${PPG_MAJOR_VERSION}         percona-pg_repack${PPG_MAJOR_VERSION}         percona-pgaudit${PPG_MAJOR_VERSION}         percona-pgaudit${PPG_MAJOR_VERSION}_set_user         percona-pgbackrest 	percona-pgvector_${PPG_MAJOR_VERSION}         percona-wal2json${PPG_MAJOR_VERSION};     microdnf clean all;     rm -rf /var/cache/dnf /var/cache/yum $PGDATA && mkdir -p $PGDATA /docker-entrypoint-initdb.d;     chown -R postgres:postgres $PGDATA docker-entrypoint-initdb.d
                        
# 2025-10-09 20:17:03  24.28MB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c tar -xvzf downloaded-packages.tar.gz;         cd downloaded-packages;         rpm -ivh perl-*.rpm; 	rpm -ivh perl-JSON*.rpm;         rm -f /downloaded-packages.tar.gz;         cd -;         rm -rf /downloaded-packages /var/cache/dnf /var/cache/yum
                        
# 2025-10-09 20:17:02  7.72MB 
/bin/sh -c #(nop) COPY file:6e7817c24815d83b377381e254a1334ffeb384c2d75450747337219d85d43638 in . 
                        
# 2025-10-09 20:17:02  0.00B 
/bin/sh -c #(nop)  ENV PATH=/pgdata:/usr/pgsql-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-10-09 20:17:02  0.00B 
/bin/sh -c #(nop)  ENV PGROOT=/usr/pgsql-17
                        
# 2025-10-09 20:17:02  0.00B 
/bin/sh -c #(nop)  ENV PGDATA=/data/db
                        
# 2025-10-09 20:17:01  534.88MB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     microdnf -y update;     microdnf -y install         bind-utils         gettext         hostname         perl         tar         bzip2         lz4         procps-ng;     microdnf -y install          nss_wrapper         shadow-utils         libpq         libedit;     microdnf -y reinstall tzdata;     microdnf clean all
                        
# 2025-10-09 20:16:04  18.52MB 
|1 PERCONA_TELEMETRY_DISABLE=1 /bin/sh -c set -ex;     export GNUPGHOME="$(mktemp -d)";     gpg --batch --keyserver keyserver.ubuntu.com --recv-keys 4D1BB29D63D98E422B2113B19334A25F8507EFA5 99DB70FAE1D7CE227FB6488205B555B38483C65D;     gpg --batch --export --armor 4D1BB29D63D98E422B2113B19334A25F8507EFA5 > ${GNUPGHOME}/PERCONA-PACKAGING-KEY;     gpg --batch --export --armor 99DB70FAE1D7CE227FB6488205B555B38483C65D > ${GNUPGHOME}/RPM-GPG-KEY-centosofficial;     rpmkeys --import ${GNUPGHOME}/PERCONA-PACKAGING-KEY ${GNUPGHOME}/RPM-GPG-KEY-centosofficial;     microdnf install -y findutils;     curl -Lf -o /tmp/percona-release.rpm https://repo.percona.com/yum/percona-release-latest.noarch.rpm;     rpmkeys --checksig /tmp/percona-release.rpm;     rpm -i /tmp/percona-release.rpm;     rm -rf "$GNUPGHOME" /tmp/percona-release.rpm;     rpm --import /etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY;     percona-release enable telemetry ${PPG_REPO};     percona-release enable ppg-${PPG_REPO_VERSION} ${PPG_REPO};
                        
# 2025-10-09 20:15:26  0.00B 
/bin/sh -c #(nop)  ARG PERCONA_TELEMETRY_DISABLE=1
                        
# 2025-10-09 20:15:26  0.00B 
/bin/sh -c #(nop)  ENV PPG_REPO_VERSION=17.6
                        
# 2025-10-09 20:15:26  0.00B 
/bin/sh -c #(nop)  ENV PPG_REPO=release
                        
# 2025-10-09 20:15:26  0.00B 
/bin/sh -c #(nop)  ENV FULL_PERCONA_VERSION=17.6-1.el9
                        
# 2025-10-09 20:15:26  0.00B 
/bin/sh -c #(nop)  ENV OS_VER=el9
                        
# 2025-10-09 20:15:26  0.00B 
/bin/sh -c #(nop)  ENV PPG_MINOR_VERSION=6
                        
# 2025-10-09 20:15:26  0.00B 
/bin/sh -c #(nop)  ENV PPG_MAJOR_VERSION=17
                        
# 2025-10-09 20:15:26  0.00B 
/bin/sh -c #(nop)  ENV PPG_VERSION=17.6-1
                        
# 2025-10-09 20:15:26  0.00B 
/bin/sh -c #(nop)  ARG PPG_REPO=testing
                        
# 2025-10-09 20:15:26  27.56MB 
/bin/sh -c microdnf -y update;     microdnf -y install glibc-langpack-en; 	microdnf -y install systemd-rpm-macros
                        
# 2025-10-09 20:15:04  0.00B 
/bin/sh -c #(nop)  LABEL name=Percona Distribution for PostgreSQL description=Essential / key PostgreSQL17 components. Percona Distribution for PostgreSQL features core components, tools and add-ons from the community, tested to work together in demanding enterprise environments. vendor=Percona summary=Percona base selection of PostgreSQL17 components maintainer=Percona Development <info@percona.com> org.opencontainers.image.authors=info@percona.com
                        
# 2025-09-18 16:36:49  104.39MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="0c20ee48321f5d64135f6208d1332c0b032df6c3" "org.opencontainers.image.revision"="0c20ee48321f5d64135f6208d1332c0b032df6c3" "build-date"="2025-09-18T08:36:33Z" "release"="1758184547"
                        
# 2025-09-18 16:36:49  0.00B 
/bin/sh -c #(nop) COPY file:097ec12a5c22da979b55e75443e50150904b478d4249b64b2431aae8901ea4d2 in /root/buildinfo/labels.json 
                        
# 2025-09-18 16:36:49  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /root/buildinfo/content_manifests/content-sets.json 
                        
# 2025-09-18 16:36:49  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json 
                        
# 2025-09-18 16:36:48  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-09-18 16:36:48  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-09-18 16:36:48  0.00B 
/bin/sh -c #(nop) COPY dir:c341d431f712f164558c0a23b4ff14b886e2ce5a998d4c5baaaa381ffd7c3b00 in / 
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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."
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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."
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.6"       distribution-scope="public"
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:07cd69b7c1b5a209c51f1d8c229a115486faa7f008cbd0aa4a6fa08b360f00f7",
    "RepoTags": [
        "percona/percona-distribution-postgresql:17.6-1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql:17.6-1"
    ],
    "RepoDigests": [
        "percona/percona-distribution-postgresql@sha256:2dc47a293e5c85d478325284ac96836fe943cb80fbf87d0e929e28fd77abaa50",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/percona/percona-distribution-postgresql@sha256:2092b8badac196100a70e708e18ef6c70f9f398c99431f3905e8394b9cadd91a"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2025-10-09T12:20:37.050195222Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "28.5.1",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "26",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "5432/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/pgdata:/usr/pgsql-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "PPG_VERSION=17.6-1",
            "PPG_MAJOR_VERSION=17",
            "PPG_MINOR_VERSION=6",
            "OS_VER=el9",
            "FULL_PERCONA_VERSION=17.6-1.el9",
            "PPG_REPO=release",
            "PPG_REPO_VERSION=17.6",
            "PGDATA=/data/db",
            "PGROOT=/usr/pgsql-17",
            "GOSU_VERSION=1.11",
            "CALL_HOME_OPTIONAL_PARAMS= -s el9",
            "PERCONA_TELEMETRY_CHECK_INTERVAL=86400",
            "PERCONA_TELEMETRY_HISTORY_KEEP_INTERVAL=604800",
            "PERCONA_TELEMETRY_RESEND_INTERVAL=60",
            "PERCONA_TELEMETRY_URL=https://check.percona.com/v1/telemetry/GenericReport"
        ],
        "Cmd": [
            "postgres"
        ],
        "Image": "sha256:5ab1899d579465d1b34eaa08cb5b32e5884cf299bd46a6af6445a702614229f2",
        "Volumes": {
            "/backrestrepo": {},
            "/data/db": {},
            "/pgconf": {},
            "/pgdata": {},
            "/pgwal": {},
            "/sshd": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-09-18T08:36:33Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "description": "Essential / key PostgreSQL17 components. Percona Distribution for PostgreSQL features core components, tools and add-ons from the community, tested to work together in demanding enterprise environments.",
            "distribution-scope": "public",
            "io.buildah.version": "1.40.1",
            "io.k8s.description": "The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. 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 Minimal",
            "io.openshift.expose-services": "",
            "io.openshift.tags": "minimal rhel9",
            "maintainer": "Percona Development \u003cinfo@percona.com\u003e",
            "name": "Percona Distribution for PostgreSQL",
            "org.opencontainers.image.authors": "info@percona.com",
            "org.opencontainers.image.revision": "0c20ee48321f5d64135f6208d1332c0b032df6c3",
            "release": "1758184547",
            "summary": "Percona base selection of PostgreSQL17 components",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "0c20ee48321f5d64135f6208d1332c0b032df6c3",
            "vcs-type": "git",
            "vendor": "Percona",
            "version": "9.6"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1217501988,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/7155e4122bb11d89d66e2c124b79cba8d4cf9796cca93e3cf408480d62756b8c/diff:/var/lib/docker/overlay2/ed7e9daec70226571a6b0027d07a7ec22bd2a78af73c3aecb4feae75634f5ff0/diff:/var/lib/docker/overlay2/75f5382cf2a61dc5de5081a67b3d41a57303675d5f431d9b2f94b73375dea98c/diff:/var/lib/docker/overlay2/7127c8c244b3c13e5daad8bec5dc588a1420a709c0046d2599589e4654b9e82a/diff:/var/lib/docker/overlay2/32bbceb571a33c2ba3f0f2040688086feaeec3a24f2f03e5d094b6ce5361d8e7/diff:/var/lib/docker/overlay2/b9cbbe97b7b8c262e686d0bcd31aba9b60ebb1ee8f321ed0d42a71b6e022c2d1/diff:/var/lib/docker/overlay2/effe092c965a459249d6679d812d835df715a62406d07af31d7f0fff70cc7174/diff:/var/lib/docker/overlay2/6f1998240eaacb49375dc2e9de62a9d70c3f752bbca9a7d3b888955f8e467742/diff:/var/lib/docker/overlay2/80f7c30c81d973406d8821683adb8c3640fd1fe8d0dbf6e474377eff1985621b/diff:/var/lib/docker/overlay2/063afd2a7ae9f746de1f3580c9fb578a4b483b3b965f0abdcfd1f35208b51ebf/diff:/var/lib/docker/overlay2/3103134cb802483028843d203ca9de70a566c0f56f7122aea3b802d0d73c7ec4/diff:/var/lib/docker/overlay2/fa66feb530e8af96dfd52a7c906a7ac975827179f63240fcbd4374c23708ab78/diff:/var/lib/docker/overlay2/b4160dcd8292e2227147fa5ba5fbc64862a8e84002e11bc0445ff35aca818d77/diff:/var/lib/docker/overlay2/2544386e29cfa4b6ce6edde1ad9807d0ff38487f9b49bd4f70954fb4ce5b7a1b/diff:/var/lib/docker/overlay2/caf151cb782316b43c08f55884112ff3aff842adf3ba518dee1669f0b8268593/diff:/var/lib/docker/overlay2/243d47ab5d562bc103ef8cd9ce0a06e760986166547e65d4fac2330aec9453f5/diff:/var/lib/docker/overlay2/ba428fcaf841d8a055693b87a0aa0d27e5e5aa838d6b57cda646270f45870481/diff:/var/lib/docker/overlay2/068e2cff6f9b1c66e7b548c5ab7f3b967f9ead00f7ab7cc22fc055a09c8e9c72/diff:/var/lib/docker/overlay2/8d91d32a5b7ce0eed2dc222fdaee8be07181dfe3a8231db8455377076da0dcc4/diff",
            "MergedDir": "/var/lib/docker/overlay2/93ff51e18d39a9c54908b3263f578f455ea12f3d468d8f3be0b3fcc97a00496d/merged",
            "UpperDir": "/var/lib/docker/overlay2/93ff51e18d39a9c54908b3263f578f455ea12f3d468d8f3be0b3fcc97a00496d/diff",
            "WorkDir": "/var/lib/docker/overlay2/93ff51e18d39a9c54908b3263f578f455ea12f3d468d8f3be0b3fcc97a00496d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:55d5530fe8468c8c9907e0aa1de030811941604fa5f46de3db6dc15ec40906dd",
            "sha256:21233a979ed29779febc0f512e15c3a9f238f3060af61854d0b4dcfd1850c300",
            "sha256:2a3d6d15ae7485147372d3e72b16ee7c68af846fdd114bfcd70db7d6181f9dc8",
            "sha256:1500c4c30d6f2703982fc72171d84d21c7c9297eb7a2573bbf4e2d74687490f3",
            "sha256:9cb1541df7432bcf9ac7e33a2478428c23cf54ff29f418bd2f93f4993f2fa804",
            "sha256:54e86b4cca33457983cafc967e3e98e06c57c2af03acc883fdd7299182d13feb",
            "sha256:5b22c5922d676c389174d9a133cda60dcc5c9ab2695fa7f3f54a75eef9a9cbbf",
            "sha256:683c8c2a343656e6b65f56905e4166827c1a25e5e0f5a716180ce24e39e73519",
            "sha256:b217d2e3d59ba36c75b06bd9e9b71627b91162e7ccb38df286ce677fe0526dc2",
            "sha256:d743b0168209ca09829abd07f70d8daff5c08a80235cee6ba1a299aee401a7b8",
            "sha256:4c63b8eace52f831c9dab04113617d61205cc5def7f50f64bfca5086495f89ae",
            "sha256:1ff48e0eaba6ae9d1b8687e6bc07c2d886a4cba29ccfacb4dcbea6ef7307b1c8",
            "sha256:e38f054248e0c26413a0125aa1d08d8554614265f8c1b29c22a8572524556c71",
            "sha256:0e6027260161e9a200293488421574ed70b57ec7905c2bf27d30a79444c5ae28",
            "sha256:fbe47f7a995ece28815cc25564061e180d9de6f39c15a733a44eec73955ddde4",
            "sha256:2eaf2e14e15b7aa5b70ef9a0b26beac306eaaa3537a67abdbdfda27a94b59edb",
            "sha256:a480b71c147a558b8fdabea6b249796464793f72945fbe046222a886d836dea5",
            "sha256:eb2141d4fdf146892a4f89147cc2999d0199228bf127f636050a3730ca2285ae",
            "sha256:5221a655b8cd2e13e934b63688f09f3f378ac2dd561a68142f3f3ef8b8c39dcf",
            "sha256:fe1360e4616ed6082b9703600b6c3d0fb3e9a1937d718fbae7e79d0c6999b7ac"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-14T18:42:10.988250583+08:00"
    }
}

更多版本

docker.io/percona/percona-distribution-postgresql:17.6-1

linux/amd64 docker.io1.22GB2025-10-14 18:43
15