logo
ghcr.io/cloudnative-pg/postgresql:17.2
linux/amd64 ghcr.io

这是一个 Cloud Native PG 提供的 PostgreSQL 数据库服务器 Docker 镜像。它提供了一种便捷的方式来在 Docker 环境中运行和管理 PostgreSQL 数据库。

10
浏览次数
571.16MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2
源镜像
ghcr.io/cloudnative-pg/postgresql:17.2
镜像ID
sha256:74ea81df98927c2f86068afa77edc40a63738b3d15ad2fb8fe9ea7db5c675754
镜像 TAG
17.2
镜像大小
571.16MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
postgres
启动入口
docker-entrypoint.sh
工作目录
OS/平台
linux/amd64
镜像创建
2025-02-10T00:17:15.701266448Z
同步时间
2026-09-16 11:14
浏览量
10 次
贡献者
🔌 开放端口 1
5432/tcp
📁 目录挂载 1
 /var/lib/postgresql/data
⚙️ 环境变量 6
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin 0
GOSU_VERSION=1.17 1
LANG=en_US.utf8 2
PG_MAJOR=17 3
PG_VERSION=17.2-1.pgdg110+1 4
PGDATA=/var/lib/postgresql/data 5
🏷️ 镜像标签 7
KeyValue
This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bullseye. description
PostgreSQL Container Images name
This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bullseye. org.opencontainers.image.description
34 release
PostgreSQL Container images. summary
The CloudNativePG Contributors vendor
17.2-1.pgdg110+1 version
🛡️ 镜像安全扫描
debian 11.11 Trivy 2026-09-16 11:14 查看完整报告
249
低危 LOW
451
中危 MEDIUM
238
高危 HIGH
26
严重 CRITICAL
受影响目标 (3)
ghcr.io/cloudnative-pg/postgresql:17.2 (debian 11.11) debian Python python-pkg usr/local/bin/gosu gobinary

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2  ghcr.io/cloudnative-pg/postgresql:17.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2  ghcr.io/cloudnative-pg/postgresql:17.2

Shell快速替换命令

sed -i 's#ghcr.io/cloudnative-pg/postgresql:17.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2  ghcr.io/cloudnative-pg/postgresql:17.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2  ghcr.io/cloudnative-pg/postgresql:17.2'

镜像构建历史


# 2025-02-10 08:17:15  0.00B 指定运行容器时使用的用户
USER 26
                        
# 2025-02-10 08:17:15  325.94KB 执行命令并创建新的镜像层
RUN /bin/sh -c usermod -u 26 postgres # buildkit
                        
# 2025-02-10 08:17:15  141.90MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -xe; 	apt-get update; 	apt-get install -y --no-install-recommends 		python3-pip 		python3-psycopg2 		python3-setuptools 	; 	pip3 install  --upgrade pip; 	pip3 install  --no-deps -r requirements.txt; 	rm -rf /var/lib/apt/lists/*; # buildkit
                        
# 2025-02-10 08:17:00  2.19MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -xe; 	apt-get update; 	apt-get install -y --no-install-recommends 		"postgresql-${PG_MAJOR}-pgaudit" 		"postgresql-${PG_MAJOR}-pgvector" 		"postgresql-${PG_MAJOR}-pg-failover-slots" 	; 	rm -fr /tmp/* ; 	rm -rf /var/lib/apt/lists/*; # buildkit
                        
# 2025-02-10 08:16:57  34.72KB 复制新文件或目录到容器中
COPY requirements.txt / # buildkit
                        
# 2025-02-10 08:16:57  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bullseye.
                        
# 2025-02-10 08:16:57  0.00B 添加元数据标签
LABEL name=PostgreSQL Container Images vendor=The CloudNativePG Contributors version=17.2-1.pgdg110+1 release=34 summary=PostgreSQL Container images. description=This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bullseye.
                        
# 2025-02-04 08:55:44  0.00B 设置默认要执行的命令
CMD ["postgres"]
                        
# 2025-02-04 08:55:44  0.00B 声明容器运行时监听的端口
EXPOSE map[5432/tcp:{}]
                        
# 2025-02-04 08:55:44  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGINT
                        
# 2025-02-04 08:55:44  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2025-02-04 08:55:44  23.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh # buildkit
                        
# 2025-02-04 08:55:44  14.96KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ # buildkit
                        
# 2025-02-04 08:55:44  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/postgresql/data]
                        
# 2025-02-04 08:55:44  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 1777 "$PGDATA" # buildkit
                        
# 2025-02-04 08:55:44  0.00B 设置环境变量 PGDATA
ENV PGDATA=/var/lib/postgresql/data
                        
# 2025-02-04 08:55:44  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 3777 /var/run/postgresql # buildkit
                        
# 2025-02-04 08:55:44  61.95KB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	dpkg-divert --add --rename --divert "/usr/share/postgresql/postgresql.conf.sample.dpkg" "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample"; 	cp -v /usr/share/postgresql/postgresql.conf.sample.dpkg /usr/share/postgresql/postgresql.conf.sample; 	ln -sv ../postgresql.conf.sample "/usr/share/postgresql/$PG_MAJOR/"; 	sed -ri "s!^#?(listen_addresses)\s*=\s*\S+.*!\1 = '*'!" /usr/share/postgresql/postgresql.conf.sample; 	grep -F "listen_addresses = '*'" /usr/share/postgresql/postgresql.conf.sample # buildkit
                        
# 2025-02-04 08:55:44  304.25MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex; 		export PYTHONDONTWRITEBYTECODE=1; 		dpkgArch="$(dpkg --print-architecture)"; 	aptRepo="[ signed-by=/usr/local/share/keyrings/postgres.gpg.asc ] http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main $PG_MAJOR"; 	case "$dpkgArch" in 		amd64 | arm64 | ppc64el | s390x) 			echo "deb $aptRepo" > /etc/apt/sources.list.d/pgdg.list; 			apt-get update; 			;; 		*) 			echo "deb-src $aptRepo" > /etc/apt/sources.list.d/pgdg.list; 						savedAptMark="$(apt-mark showmanual)"; 						tempDir="$(mktemp -d)"; 			cd "$tempDir"; 						apt-get update; 			apt-get install -y --no-install-recommends dpkg-dev; 			echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; 			_update_repo() { 				dpkg-scanpackages . > Packages; 				apt-get -o Acquire::GzipIndexes=false update; 			}; 			_update_repo; 						nproc="$(nproc)"; 			export DEB_BUILD_OPTIONS="nocheck parallel=$nproc"; 			apt-get build-dep -y postgresql-common pgdg-keyring; 			apt-get source --compile postgresql-common pgdg-keyring; 			_update_repo; 			apt-get build-dep -y "postgresql-$PG_MAJOR=$PG_VERSION"; 			apt-get source --compile "postgresql-$PG_MAJOR=$PG_VERSION"; 									apt-mark showmanual | xargs apt-mark auto > /dev/null; 			apt-mark manual $savedAptMark; 						ls -lAFh; 			_update_repo; 			grep '^Package: ' Packages; 			cd /; 			;; 	esac; 		apt-get install -y --no-install-recommends postgresql-common; 	sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; 	apt-get install -y --no-install-recommends 		"postgresql-$PG_MAJOR=$PG_VERSION" 	; 		rm -rf /var/lib/apt/lists/*; 		if [ -n "$tempDir" ]; then 		apt-get purge -y --auto-remove; 		rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; 	fi; 		find /usr -name '*.pyc' -type f -exec bash -c 'for pyc; do dpkg -S "$pyc" &> /dev/null || rm -vf "$pyc"; done' -- '{}' +; 		postgres --version # buildkit
                        
# 2025-02-04 08:55:44  0.00B 设置环境变量 PG_VERSION
ENV PG_VERSION=17.2-1.pgdg110+1
                        
# 2025-02-04 08:55:44  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin
                        
# 2025-02-04 08:55:44  0.00B 设置环境变量 PG_MAJOR
ENV PG_MAJOR=17
                        
# 2025-02-04 08:55:44  3.98KB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex; 	key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; 	export GNUPGHOME="$(mktemp -d)"; 	mkdir -p /usr/local/share/keyrings/; 	gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; 	gpg --batch --export --armor "$key" > /usr/local/share/keyrings/postgres.gpg.asc; 	gpgconf --kill all; 	rm -rf "$GNUPGHOME" # buildkit
                        
# 2025-02-04 08:55:44  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
                        
# 2025-02-04 08:55:44  2.64MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends 		libnss-wrapper 		xz-utils 		zstd 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-02-04 08:55:44  0.00B 设置环境变量 LANG
ENV LANG=en_US.utf8
                        
# 2025-02-04 08:55:44  25.10MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	if [ -f /etc/dpkg/dpkg.cfg.d/docker ]; then 		grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; 		sed -ri '/\/usr\/share\/locale/d' /etc/dpkg/dpkg.cfg.d/docker; 		! grep -q '/usr/share/locale' /etc/dpkg/dpkg.cfg.d/docker; 	fi; 	apt-get update; apt-get install -y --no-install-recommends locales; rm -rf /var/lib/apt/lists/*; 	echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen; 	locale-gen; 	locale -a | grep 'en_US.utf8' # buildkit
                        
# 2025-02-04 08:55:44  4.23MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	savedAptMark="$(apt-mark showmanual)"; 	apt-get update; 	apt-get install -y --no-install-recommends ca-certificates wget; 	rm -rf /var/lib/apt/lists/*; 	dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; 	wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; 	wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; 	export GNUPGHOME="$(mktemp -d)"; 	gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; 	gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; 	gpgconf --kill all; 	rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc; 	apt-mark auto '.*' > /dev/null; 	[ -z "$savedAptMark" ] || apt-mark manual $savedAptMark > /dev/null; 	apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 	chmod +x /usr/local/bin/gosu; 	gosu --version; 	gosu nobody true # buildkit
                        
# 2025-02-04 08:55:44  0.00B 设置环境变量 GOSU_VERSION
ENV GOSU_VERSION=1.17
                        
# 2025-02-04 08:55:44  9.41MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -ex; 	apt-get update; 	apt-get install -y --no-install-recommends 		gnupg 		less 	; 	rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2025-02-04 08:55:44  327.17KB 执行命令并创建新的镜像层
RUN /bin/sh -c set -eux; 	groupadd -r postgres --gid=999; 	useradd -r -g postgres --uid=999 --home-dir=/var/lib/postgresql --shell=/bin/bash postgres; 	install --verbose --directory --owner postgres --group postgres --mode 1777 /var/lib/postgresql # buildkit
                        
# 2025-02-03 08:00:00  80.66MB 
# debian.sh --arch 'amd64' out/ 'bullseye' '@1738540800'
                        
                    

镜像信息

{
    "Id": "sha256:74ea81df98927c2f86068afa77edc40a63738b3d15ad2fb8fe9ea7db5c675754",
    "RepoTags": [
        "ghcr.io/cloudnative-pg/postgresql:17.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2"
    ],
    "RepoDigests": [
        "ghcr.io/cloudnative-pg/postgresql@sha256:61d2b391e3e324d05edc6c65c555989a7c544ddb72ef271b3abd4a35b57942b1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql@sha256:96dfdb400edea392ff8e877c6a76589ae13b1668f0562a92291de9cecc341802"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-10T00:17:15.701266448Z",
    "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=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin",
            "GOSU_VERSION=1.17",
            "LANG=en_US.utf8",
            "PG_MAJOR=17",
            "PG_VERSION=17.2-1.pgdg110+1",
            "PGDATA=/var/lib/postgresql/data"
        ],
        "Cmd": [
            "postgres"
        ],
        "Image": "",
        "Volumes": {
            "/var/lib/postgresql/data": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "description": "This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bullseye.",
            "name": "PostgreSQL Container Images",
            "org.opencontainers.image.description": "This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bullseye.",
            "release": "34",
            "summary": "PostgreSQL Container images.",
            "vendor": "The CloudNativePG Contributors",
            "version": "17.2-1.pgdg110+1"
        },
        "StopSignal": "SIGINT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 571156275,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/e3878babe094df7a62f7fa26197c4366f2cc0084a6be4384a197d494c754d680/diff:/var/lib/docker/overlay2/2931c7096a5a4a1cc2f58b1e82606b4088293cc5eec81a7df81a14c97136b2d1/diff:/var/lib/docker/overlay2/9fa203707fef07c9fa4e3a67b815deec7d6a934456292c05ebb88686f6148da1/diff:/var/lib/docker/overlay2/517320b855c0b895b4f4394190354512a7da793ee9ad80d126c83abdecbb2d1e/diff:/var/lib/docker/overlay2/9ccfe32017d83f0461b97f28a2190c7787b35b41625b2a4cc31d804696ed4bab/diff:/var/lib/docker/overlay2/fa035d71616ec5ec6917d5d935179bc561c7c39b2bf8291700902b1868e4c6e6/diff:/var/lib/docker/overlay2/899b059e11f8283de0730d13584a1015b09aad7dcae64cd5639e27552ab3cc90/diff:/var/lib/docker/overlay2/403f4e58612fde061cde95fa4a5e2a978e15355e67d40145ce236028b651f9e1/diff:/var/lib/docker/overlay2/c5ec86d64cf90bf095f5cb6835ce6ffd3008a3b605b3355d7df37ab5e349eebe/diff:/var/lib/docker/overlay2/4bde95c3d4097f8e9ea1f957c13d33c4ecceb49a95af7fcca8d7dc19f9d1533b/diff:/var/lib/docker/overlay2/33311fe53613e026d4dd58bb522d227dcde9b4f8f3041e15d8ca36c884e2bfb3/diff:/var/lib/docker/overlay2/97538db02b7fcdea740c64b6461277e3e6934109e3e58d5752ab5c67d338edf5/diff:/var/lib/docker/overlay2/792e642964ca3d45d56073cb51c2645659710a04cacc008d01bb1a2819b06f79/diff:/var/lib/docker/overlay2/04c378893872ecbf433f1534904e208ac28b71e0e023ccd11dc96f1a83b1548e/diff:/var/lib/docker/overlay2/d33b1ebfd2fa432fc5e7673a3eae8c3ce4a76c4b10dbc286e1212f9c2c7702c3/diff:/var/lib/docker/overlay2/67c25cad061f8187355016f93a79c20a477b10f9f441ec95516bef3948c0220b/diff:/var/lib/docker/overlay2/254155f8804bad2a743ff5dfcd96a1cebe54f728a8e976f240b1a3e7ef797772/diff",
            "MergedDir": "/var/lib/docker/overlay2/f4d54bd46a76034afd1a8e29fb622a1c564aab5742d57afc935101b5e0384fad/merged",
            "UpperDir": "/var/lib/docker/overlay2/f4d54bd46a76034afd1a8e29fb622a1c564aab5742d57afc935101b5e0384fad/diff",
            "WorkDir": "/var/lib/docker/overlay2/f4d54bd46a76034afd1a8e29fb622a1c564aab5742d57afc935101b5e0384fad/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2e1b2125e63e04bd32421253ef37c06451ba9b7ebb0b7f22466324c8a19a09c8",
            "sha256:465ecb4331589e4ed289afed85fe2e25269e56e8eee2517087ca0ec632d0fddf",
            "sha256:66183ee8773baf7d20ec0088f2e78d437858c404e5d7a1e833587ca7c146e5be",
            "sha256:f86fa3e9c4395ff5844cd1985d4d0fa7ad88b25886511bce08e7dc5ef57ce0fe",
            "sha256:6afe76d70e379844fcd259cd589983cbdac62af73f0fe07771cc64e04370fc96",
            "sha256:d6150965766726fe611d03902b9f23d01a1f3594d74407fd704d2f4a344fdcdd",
            "sha256:474d3d8677528ae4ae113444679c295b9a65a7cda9c3264debadd1e3c8f4156f",
            "sha256:e305b4b42377417732dfeca10a76a5a3985f64e0801f31f0b2e960ba31338ed9",
            "sha256:8ab7c822371d24d8a516a862c1e61cee38117bd10b6b80ea37fa78e87b766d27",
            "sha256:45a1adf32ffc752d64779fee54db92005b7cb351102d5e94aa523892564ff923",
            "sha256:045e87c0276e3c78e52b2dd6be1411206ab1d7bcf2bdfa4732f2f4c11f383e76",
            "sha256:c9b27173aa5394f4974c2ecb6160ffaa8313ed82ac0f284f73848f2d255b523d",
            "sha256:120dbe6626da69ae698ecc9cce61ffd1aeb97aa9f949792810a7ff5af1847c42",
            "sha256:9415b19a36e55fa4b76b412794ddbb8cb81c9d61699a075cd8de120c1aa40b57",
            "sha256:c9995ed746fa3a90db1f6432feb57ddae0582a90492af6fca6605d7e6dfd719d",
            "sha256:07e97f5dae41bb74a65276b6d52a99abcdb0b49fd3962e09d513c9f0da23c78c",
            "sha256:d849fee47f60c429543f92611900587b1748df273adc6e6d8af879f6fd50a460",
            "sha256:7cfec6048509177ed7782ac48eba0430dfa1674fba0c109d8571daaddcee9340"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-16T11:13:51.188994057+08:00"
    }
}

更多版本

ghcr.io/cloudnative-pg/postgresql:13.22

linux/amd64 ghcr.io735.31MB2026-04-23 16:42
226

ghcr.io/cloudnative-pg/postgresql:14.22

linux/amd64 ghcr.io746.58MB2026-04-23 14:59
256

ghcr.io/cloudnative-pg/postgresql:15

linux/amd64 ghcr.io610.35MB2025-05-06 09:53
1572

ghcr.io/cloudnative-pg/postgresql:15-bookworm

linux/amd64 ghcr.io681.17MB2026-02-28 15:51
351

ghcr.io/cloudnative-pg/postgresql:15.17

linux/amd64 ghcr.io740.21MB2026-03-03 19:32
431

ghcr.io/cloudnative-pg/postgresql:15.19

linux/amd64 ghcr.io743.09MB2026-08-18 16:23
89

ghcr.io/cloudnative-pg/postgresql:15.7-11

linux/amd64 ghcr.io526.30MB2026-08-21 11:12
51

ghcr.io/cloudnative-pg/postgresql:16

linux/amd64 ghcr.io740.81MB2025-10-28 20:47
944

ghcr.io/cloudnative-pg/postgresql:16

linux/arm64 ghcr.io747.51MB2026-04-27 14:25
266

ghcr.io/cloudnative-pg/postgresql:16-bookworm

linux/amd64 ghcr.io688.45MB2026-02-27 18:06
399

ghcr.io/cloudnative-pg/postgresql:16.10-system-trixie

linux/amd64 ghcr.io805.21MB2025-10-28 20:30
597

ghcr.io/cloudnative-pg/postgresql:16.13

linux/amd64 ghcr.io749.92MB2026-04-23 14:34
378

ghcr.io/cloudnative-pg/postgresql:17

linux/amd64 ghcr.io742.62MB2025-10-29 14:41
1141

ghcr.io/cloudnative-pg/postgresql:17-bookworm

linux/amd64 ghcr.io651.76MB2025-09-02 02:13
745

ghcr.io/cloudnative-pg/postgresql:17.2

linux/amd64 ghcr.io571.16MB2026-09-16 11:14
9

ghcr.io/cloudnative-pg/postgresql:17.2-bookworm

linux/amd64 ghcr.io607.97MB2026-09-16 11:14
10

ghcr.io/cloudnative-pg/postgresql:17.4

linux/amd64 ghcr.io620.47MB2026-08-11 19:40
126

ghcr.io/cloudnative-pg/postgresql:17.4-bookworm

linux/amd64 ghcr.io646.92MB2026-03-03 09:52
366

ghcr.io/cloudnative-pg/postgresql:18.0

linux/amd64 ghcr.io742.29MB2026-03-19 14:14
608

ghcr.io/cloudnative-pg/postgresql:18.0

linux/arm64 ghcr.io722.93MB2026-03-08 00:42
483

ghcr.io/cloudnative-pg/postgresql:18.0-system-trixie

linux/arm64 ghcr.io830.93MB2026-03-08 00:08
384

ghcr.io/cloudnative-pg/postgresql:18.4

linux/amd64 ghcr.io745.07MB2026-05-22 09:41
622

ghcr.io/cloudnative-pg/postgresql:18.4-system-trixie

linux/amd64 ghcr.io803.31MB2026-09-02 16:55
41
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×