docker.io/perconalab/percona-distribution-postgresql:17.7 linux/amd64

docker.io/perconalab/percona-distribution-postgresql:17.7 - 国内下载镜像源 浏览次数:19
源镜像 docker.io/perconalab/percona-distribution-postgresql:17.7
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/percona-distribution-postgresql:17.7
镜像ID sha256:61218937e195842ad329d8a2a17b6c34cf7c934e1ed6d90c83ebdcb07f7fe363
镜像TAG 17.7
大小 1.24GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD postgres
启动入口 /entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 19 次
贡献者 ab*******0@163.com
镜像创建 2025-12-24T17:09:05.586948905Z
同步时间 2026-01-15 13:57
更新时间 2026-01-15 22:16
开放端口
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.7-2 PPG_MAJOR_VERSION=17 PPG_MINOR_VERSION=7 OS_VER=el9 FULL_PERCONA_VERSION=17.7-2.el9 PPG_REPO=testing PPG_REPO_VERSION=17.7 PGDATA=/data/db PGROOT=/usr/pgsql-17 GOSU_VERSION=1.11
镜像标签
x86_64: architecture 2025-12-03T20:36:05Z: 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 cpe:/a:redhat:enterprise_linux:9::appstream: cpe 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.41.4: 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 2025-12-03T20:36:05Z: org.opencontainers.image.created 1595c1bf15cd4327d529f330e61327764327397e: org.opencontainers.image.revision 1764794109: release Percona base selection of PostgreSQL17 components: summary https://catalog.redhat.com/en/search?searchType=containers: url 1595c1bf15cd4327d529f330e61327764327397e: vcs-ref git: vcs-type Percona: vendor 9.7: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-12-25 01:09:05  0.00B 设置默认要执行的命令
CMD ["postgres"]
                        
# 2025-12-25 01:09:05  0.00B 指定运行容器时使用的用户
USER 26
                        
# 2025-12-25 01:09:05  0.00B 声明容器运行时监听的端口
EXPOSE map[5432/tcp:{}]
                        
# 2025-12-25 01:09:05  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["/entrypoint.sh"]
                        
# 2025-12-25 01:09:05  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/sshd /pgconf /pgdata /pgwal /backrestrepo]
                        
# 2025-12-25 01:09:05  0.00B 执行命令并创建新的镜像层
RUN |1 PPG_REPO=testing /bin/sh -c rm -f /etc/pgbackrest.conf # buildkit
                        
# 2025-12-25 01:09:05  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/data/db]
                        
# 2025-12-25 01:09:05  11.36KB 复制新文件或目录到容器中
COPY entrypoint.sh /entrypoint.sh # buildkit
                        
# 2025-12-25 01:09:05  2.33MB 执行命令并创建新的镜像层
RUN |1 PPG_REPO=testing /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 # buildkit
                        
# 2025-12-25 01:09:01  0.00B 设置环境变量 GOSU_VERSION
ENV GOSU_VERSION=1.11
                        
# 2025-12-25 01:09:01  2.77KB 执行命令并创建新的镜像层
RUN |1 PPG_REPO=testing /bin/sh -c cp /usr/share/doc/percona-postgresql${PPG_MAJOR_VERSION}/COPYRIGHT /licenses/COPYRIGHT.PostgreSQL # buildkit
                        
# 2025-12-25 01:09:01  11.34KB 复制新文件或目录到容器中
COPY LICENSE /licenses/LICENSE.Dockerfile # buildkit
                        
# 2025-12-25 01:09:01  30.59KB 执行命令并创建新的镜像层
RUN |1 PPG_REPO=testing /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 # buildkit
                        
# 2025-12-25 01:09:00  339.83MB 执行命令并创建新的镜像层
RUN |1 PPG_REPO=testing /bin/sh -c set -ex;     microdnf -y update;     microdnf install -y --enablerepo="ol9_developer_EPEL"        python3-click         percona-patroni;     microdnf clean all # buildkit
                        
# 2025-12-25 01:08:02  50.49MB 执行命令并创建新的镜像层
RUN |1 PPG_REPO=testing /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; # buildkit
                        
# 2025-12-25 01:07:57  112.49MB 执行命令并创建新的镜像层
RUN |1 PPG_REPO=testing /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_tde${PPG_MAJOR_VERSION}         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 # buildkit
                        
# 2025-12-25 01:07:54  23.69MB 执行命令并创建新的镜像层
RUN |1 PPG_REPO=testing /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 # buildkit
                        
# 2025-12-25 01:07:53  7.73MB 复制新文件或目录到容器中
COPY /downloaded-packages.tar.gz . # buildkit
                        
# 2025-12-25 01:07:25  0.00B 设置环境变量 PATH
ENV PATH=/pgdata:/usr/pgsql-17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2025-12-25 01:07:25  0.00B 设置环境变量 PGROOT
ENV PGROOT=/usr/pgsql-17
                        
# 2025-12-25 01:07:25  0.00B 设置环境变量 PGDATA
ENV PGDATA=/data/db
                        
# 2025-12-25 01:07:25  547.35MB 执行命令并创建新的镜像层
RUN |1 PPG_REPO=testing /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 # buildkit
                        
# 2025-12-25 01:07:14  15.21MB 执行命令并创建新的镜像层
RUN |1 PPG_REPO=testing /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 ppg-${PPG_REPO_VERSION} ${PPG_REPO}; # buildkit
                        
# 2025-12-25 01:07:10  0.00B 设置环境变量 PPG_REPO_VERSION
ENV PPG_REPO_VERSION=17.7
                        
# 2025-12-25 01:07:10  0.00B 设置环境变量 PPG_REPO
ENV PPG_REPO=testing
                        
# 2025-12-25 01:07:10  0.00B 设置环境变量 FULL_PERCONA_VERSION
ENV FULL_PERCONA_VERSION=17.7-2.el9
                        
# 2025-12-25 01:07:10  0.00B 设置环境变量 OS_VER
ENV OS_VER=el9
                        
# 2025-12-25 01:07:10  0.00B 设置环境变量 PPG_MINOR_VERSION
ENV PPG_MINOR_VERSION=7
                        
# 2025-12-25 01:07:10  0.00B 设置环境变量 PPG_MAJOR_VERSION
ENV PPG_MAJOR_VERSION=17
                        
# 2025-12-25 01:07:10  0.00B 设置环境变量 PPG_VERSION
ENV PPG_VERSION=17.7-2
                        
# 2025-12-25 01:07:10  0.00B 定义构建参数
ARG PPG_REPO=testing
                        
# 2025-12-25 01:07:10  36.03MB 执行命令并创建新的镜像层
RUN /bin/sh -c microdnf -y update;     microdnf -y install glibc-langpack-en; 	microdnf -y install systemd-rpm-macros # buildkit
                        
# 2025-12-25 01:07:10  0.00B 添加元数据标签
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-12-04 04:36:21  105.42MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="1595c1bf15cd4327d529f330e61327764327397e" "org.opencontainers.image.revision"="1595c1bf15cd4327d529f330e61327764327397e" "build-date"="2025-12-03T20:36:05Z" "org.opencontainers.image.created"="2025-12-03T20:36:05Z" "release"="1764794109"org.opencontainers.image.revision=1595c1bf15cd4327d529f330e61327764327397e,org.opencontainers.image.created=2025-12-03T20:36:05Z
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:94153b6833d6f050d8e2572e9c332f16148f47aceac72aaf42af4d08feb01e61 in /root/buildinfo/labels.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:94153b6833d6f050d8e2572e9c332f16148f47aceac72aaf42af4d08feb01e61 in /usr/share/buildinfo/labels.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2025-12-04 04:36:21  0.00B 
/bin/sh -c #(nop) COPY dir:be2a521f68bf56126048c385ab01382fd10aa537a578d817938c3b4ce9ee2ae8 in /      
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-12-04 04:36:20  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-12-04 04:36:20  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-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-12-04 04:36:20  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-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.7"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-12-04 04:36:20  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:61218937e195842ad329d8a2a17b6c34cf7c934e1ed6d90c83ebdcb07f7fe363",
    "RepoTags": [
        "perconalab/percona-distribution-postgresql:17.7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/percona-distribution-postgresql:17.7"
    ],
    "RepoDigests": [
        "perconalab/percona-distribution-postgresql@sha256:2e90e7cf290a6ec1e36c8a02595b8d683d59b3ab1765d60d2fde7f096229db82",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/perconalab/percona-distribution-postgresql@sha256:b25cc7ba0efd8ad851690858c516aa3d2d997e8e26d267e5cf128f90a01ae0a7"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-12-24T17:09:05.586948905Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "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.7-2",
            "PPG_MAJOR_VERSION=17",
            "PPG_MINOR_VERSION=7",
            "OS_VER=el9",
            "FULL_PERCONA_VERSION=17.7-2.el9",
            "PPG_REPO=testing",
            "PPG_REPO_VERSION=17.7",
            "PGDATA=/data/db",
            "PGROOT=/usr/pgsql-17",
            "GOSU_VERSION=1.11"
        ],
        "Cmd": [
            "postgres"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/backrestrepo": {},
            "/data/db": {},
            "/pgconf": {},
            "/pgdata": {},
            "/pgwal": {},
            "/sshd": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "/entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2025-12-03T20:36:05Z",
            "com.redhat.component": "ubi9-minimal-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": "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.41.4",
            "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.created": "2025-12-03T20:36:05Z",
            "org.opencontainers.image.revision": "1595c1bf15cd4327d529f330e61327764327397e",
            "release": "1764794109",
            "summary": "Percona base selection of PostgreSQL17 components",
            "url": "https://catalog.redhat.com/en/search?searchType=containers",
            "vcs-ref": "1595c1bf15cd4327d529f330e61327764327397e",
            "vcs-type": "git",
            "vendor": "Percona",
            "version": "9.7"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1240619445,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/28653bc09ec29159341840a4724de2c4cc057041e9288e6c51c10560c85805bc/diff:/var/lib/docker/overlay2/20428cb0cc166b7b1ee004bb8518a0e74fd473ebc887c633c6fd2173b057366b/diff:/var/lib/docker/overlay2/85b98d5be50a988b452b7a8c36a2da1954b1380149e381d5b627889ea4c23bc1/diff:/var/lib/docker/overlay2/ec452c6a8f87eec3d1d92297c5bfc7967cf509d77b157f9aba2b4a8441431455/diff:/var/lib/docker/overlay2/18d71ac1ee0dbf3378bb26f9c32a823f3e8c2ec677a61ef0ffa16ca350f225ed/diff:/var/lib/docker/overlay2/a92ecff13e10c8f5cea81a395b629bdb142c936f9145cbd3227d7eab51c1e572/diff:/var/lib/docker/overlay2/4619c915b3697405e696335d7ebc2359f89d914b108c3b02f3aab64d7964915b/diff:/var/lib/docker/overlay2/d8329b0c7c1e7c5f4af9c1090b3058be10738478a3b139cad36089ad0413ecc7/diff:/var/lib/docker/overlay2/67e118589f633c2d2f1b648d294e38729fa5ed91cbcc9d5249061f252d951808/diff:/var/lib/docker/overlay2/820b045f5b366a37ace95556f764a6f8d0f416dcc516ed8e3651fab53fa97c2d/diff:/var/lib/docker/overlay2/52d9a956dc7d4be0180ab3e5168aa11e4fa65a91bc61c9bc660114237f8eccd1/diff:/var/lib/docker/overlay2/24642e187a6dd42bb6cc05cadb2de4c5a05c8a0e3211199bde6aad35ee77f4f2/diff:/var/lib/docker/overlay2/8cf85c549646f5980e4110657b6c08249e783fa74ae776721734109358453af2/diff:/var/lib/docker/overlay2/8e734d1aba4dd0f49ea44acaad85f6a7e336618f070d573085864cae6dbe0b17/diff",
            "MergedDir": "/var/lib/docker/overlay2/f1faae8b58938f9f1ac998475bc5b82c8b1619372c082d4fee916059875e3c87/merged",
            "UpperDir": "/var/lib/docker/overlay2/f1faae8b58938f9f1ac998475bc5b82c8b1619372c082d4fee916059875e3c87/diff",
            "WorkDir": "/var/lib/docker/overlay2/f1faae8b58938f9f1ac998475bc5b82c8b1619372c082d4fee916059875e3c87/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:4e140ff8bd9a23afd7615f9a56d0521b539df31404142c6e9fb61e24e5e6cdd4",
            "sha256:70d1b1e2260460bd0e50c05fd7e9bb518adc32a0685a282b3f13a198c6acf622",
            "sha256:ce99899b39feef154e6fcd91712ff6f413a8ee3ab68f5c0df79e486c9f7678a8",
            "sha256:5122fd3f855cd7e7f0705bfd63099c7600513410c99354dfa0834990e862debc",
            "sha256:adbf52263fde6928d25170b362f93a54d19e25cebf3c11f054c2a07bd357b8dd",
            "sha256:82ca55a8fb5e17f020253defb35193389df678fadc2e36ce3df0fde206ddab97",
            "sha256:df5062be0eee038d01a5c39caa6fa8946d2d03d477ca978d179eb99b889faa95",
            "sha256:d2eb0d67480b41ac89e625cd2ff28d7c85a9530db701ebb189fce97e93ea95fd",
            "sha256:7803876b62bf8eace574e1eed9da6d8d8ee78c0c8cdea4ef262aefbda739aa08",
            "sha256:abaabc99852e6dd284a5f191b3875f1877b53e127957ed66b0d9c2a777834a8e",
            "sha256:f7c3bfc04e5a59f6e8f5c95f2b4ce769cd063ece83e9034c4fed7320ae3d62db",
            "sha256:ae30c6805cb09ee6cb2b3f9663f4bc81c0d056f966cf45dc7f232b7a7b70e1f6",
            "sha256:6d1f0790e6851fd26180fb65a9df06fb91d0973bca48a3c648066ffdc47398eb",
            "sha256:0346f32c69b0d080262b5e08d6061cb08537897216d086beb172ed081c039d5c",
            "sha256:b1c926d2cd0499cfe45b1ecf2c5dd88506f8e8bc39f26c3609b6e126ff67c231"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-15T13:56:11.533345742+08:00"
    }
}

更多版本

docker.io/perconalab/percona-distribution-postgresql:17.7

linux/amd64 docker.io1.24GB2026-01-15 13:57
18