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

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

15
浏览次数
607.97MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2-bookworm
源镜像
ghcr.io/cloudnative-pg/postgresql:17.2-bookworm
镜像ID
sha256:e6f44e2bacf26d46a12c6d57c6091dd3b0a6cf2b5d7e7066a7f5f258be6e5fb5
镜像 TAG
17.2-bookworm
镜像大小
607.97MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
postgres
启动入口
docker-entrypoint.sh
工作目录
OS/平台
linux/amd64
镜像创建
2025-02-10T00:17:09.585356463Z
同步时间
2026-09-16 11:14
浏览量
15 次
贡献者
🔌 开放端口 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.pgdg120+1 4
PGDATA=/var/lib/postgresql/data 5
🏷️ 镜像标签 7
KeyValue
This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bookworm. description
PostgreSQL Container Images name
This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bookworm. org.opencontainers.image.description
35 release
PostgreSQL Container images. summary
The CloudNativePG Contributors vendor
17.2-1.pgdg120+1 version
🛡️ 镜像安全扫描
debian 12.9 Trivy 2026-09-16 11:14 查看完整报告
258
低危 LOW
465
中危 MEDIUM
249
高危 HIGH
24
严重 CRITICAL
受影响目标 (3)
ghcr.io/cloudnative-pg/postgresql:17.2-bookworm (debian 12.9) 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-bookworm
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2-bookworm  ghcr.io/cloudnative-pg/postgresql:17.2-bookworm

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#ghcr.io/cloudnative-pg/postgresql:17.2-bookworm#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2-bookworm#' 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-bookworm && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2-bookworm  ghcr.io/cloudnative-pg/postgresql:17.2-bookworm'

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-bookworm && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2-bookworm  ghcr.io/cloudnative-pg/postgresql:17.2-bookworm'

镜像构建历史


# 2025-02-10 08:17:09  0.00B 指定运行容器时使用的用户
USER 26
                        
# 2025-02-10 08:17:09  1.78KB 执行命令并创建新的镜像层
RUN /bin/sh -c usermod -u 26 postgres # buildkit
                        
# 2025-02-10 08:17:09  171.03MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -xe; 	apt-get update; 	apt-get install -y --no-install-recommends 		python3-pip 		python3-psycopg2 		python3-setuptools 	; 	pip3 install --break-system-packages --upgrade pip; 	pip3 install --break-system-packages --no-deps -r requirements.txt; 	rm -rf /var/lib/apt/lists/*; # buildkit
                        
# 2025-02-10 08:16:54  2.18MB 执行命令并创建新的镜像层
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:51  34.72KB 复制新文件或目录到容器中
COPY requirements.txt / # buildkit
                        
# 2025-02-10 08:16:51  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bookworm.
                        
# 2025-02-10 08:16:51  0.00B 添加元数据标签
LABEL name=PostgreSQL Container Images vendor=The CloudNativePG Contributors version=17.2-1.pgdg120+1 release=35 summary=PostgreSQL Container images. description=This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bookworm.
                        
# 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  317.41MB 执行命令并创建新的镜像层
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/ bookworm-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.pgdg120+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  3.18MB 执行命令并创建新的镜像层
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.19MB 执行命令并创建新的镜像层
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.16MB 执行命令并创建新的镜像层
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.93MB 执行命令并创建新的镜像层
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  4.32KB 执行命令并创建新的镜像层
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  74.77MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'
                        
                    

镜像信息

{
    "Id": "sha256:e6f44e2bacf26d46a12c6d57c6091dd3b0a6cf2b5d7e7066a7f5f258be6e5fb5",
    "RepoTags": [
        "ghcr.io/cloudnative-pg/postgresql:17.2-bookworm",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.2-bookworm"
    ],
    "RepoDigests": [
        "ghcr.io/cloudnative-pg/postgresql@sha256:8ca536299fc1c57b79d5ac3c90607ddbeb5cbf64857d32c2197214c46a728ee4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql@sha256:8ccd018995138a89f7bb24f6331a70666d9537aedf0ce338ea99f1e23f95bdff"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-02-10T00:17:09.585356463Z",
    "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.pgdg120+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-bookworm.",
            "name": "PostgreSQL Container Images",
            "org.opencontainers.image.description": "This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.2-bookworm.",
            "release": "35",
            "summary": "PostgreSQL Container images.",
            "vendor": "The CloudNativePG Contributors",
            "version": "17.2-1.pgdg120+1"
        },
        "StopSignal": "SIGINT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 607965973,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d0ad65d13a783cf594c0fa0c287fd8a42be0d1278391b673b11b06109a08bbe7/diff:/var/lib/docker/overlay2/f4985f7c581651bdae6c713242a8ce79bf84de09f4bdc9884cc55797b1947a3c/diff:/var/lib/docker/overlay2/39ba70a48135f507efb4d2c5a9033e10f274a5ec2a288ef8222667e08ad6fc18/diff:/var/lib/docker/overlay2/b026ef511033e1935c52e915cb1c865cf539c2d3af97011598e5fcda9e227725/diff:/var/lib/docker/overlay2/afbda74040692dfd433b495927027c92c6ff7eca21a2ecf500b25a89378dc1a3/diff:/var/lib/docker/overlay2/7c336674a22e747790af65a52d4e435e246ec3417e42b984f5239c93a59bac1f/diff:/var/lib/docker/overlay2/a9ebcce359cc9a2c50ded393b134c93c8fad20e272c44c2e31dc082e7bf3b1e1/diff:/var/lib/docker/overlay2/4401c5fb28977edd5f93e55f547a99dae7b8e48c22393d30083b9dc2aa8e8605/diff:/var/lib/docker/overlay2/f7f8c7dc74aefff429fea1b499ff2568bbdf4b61abd42cc6a93daf84794396b9/diff:/var/lib/docker/overlay2/300dc2579d579af17fe60385b12ab993cc92cd4620c8e9483d63ff9d82e1ca23/diff:/var/lib/docker/overlay2/0bf4379ca9308c41006b35eb4c94026248f18e3c702009c271d1c4cd2d247155/diff:/var/lib/docker/overlay2/699d6799153818caa95184447d7270c8a0ab0c3b2a2ff4ed93ca971a529cfc93/diff:/var/lib/docker/overlay2/7415a0fa62b0304b004825395f2232557ac20ec176fb00c9133aaac7e12139c4/diff:/var/lib/docker/overlay2/4ca7bef09bfbc1630735b9197ef31d6d9ecc08cdecc50eb7aa882d3f7a36d3a5/diff:/var/lib/docker/overlay2/8d6b04e8eee1be59d26bc6347750c108472a9457d6c0c4762ed97c4958142d74/diff:/var/lib/docker/overlay2/be79398184e99dff7b0c2cb7aa4213de147952101d86cf019251041d5e61772e/diff:/var/lib/docker/overlay2/de03c7c69f6c8f10f16311e0b4b8ae9b90f16d4da205cb95bd827359975a2722/diff",
            "MergedDir": "/var/lib/docker/overlay2/19bdd61b0c601d2c9917e9e692154309e3216c1daba9e3a7b1b6ae1641af5e23/merged",
            "UpperDir": "/var/lib/docker/overlay2/19bdd61b0c601d2c9917e9e692154309e3216c1daba9e3a7b1b6ae1641af5e23/diff",
            "WorkDir": "/var/lib/docker/overlay2/19bdd61b0c601d2c9917e9e692154309e3216c1daba9e3a7b1b6ae1641af5e23/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:7914c8f600f532b7adbd0b003888e3aa921687d62dbe2f1f829d0ab6234a158a",
            "sha256:4286c10205103e5ea60d4331c13379cbd0af9aac3243d8da502f15a05289de85",
            "sha256:b30ee8c2d4b51358ed5abaad68cab52730baa7c355095635cd8baf69c3c0885f",
            "sha256:c4cc271c8ee3fb67cd9bea50204b0c6e82c9262ee2feb9ffe0b79beff9fc6e7d",
            "sha256:3310dbf8cd8c8817ad4513d7e4be4d1502a7b0daed8060d09dce5b1daa7be235",
            "sha256:240f644eb70e07230455f5f81d92258cbc57624ce6418830b1dd990e5161092c",
            "sha256:a95389289a9e9d8381f6d505507cb485aaa0fec18fb94347db86257127231196",
            "sha256:2dbb703fbd8918bf2743970900ce890a8c96f9386eb8560dc4439e68d0864d65",
            "sha256:52b082f1333015bfef4f018b956513467fc2fa39fbeb30460c2fb4d30a8171ca",
            "sha256:c8fefc0faad63ede780205ff81dc1be364bc757b7323c6e327186fa5f2742edb",
            "sha256:a728c22c96adb4603e97a4ca42a10b99afc410930ab636ff3671322ada0fd2ec",
            "sha256:28fbf702d5cf61d5947beed0765b91e2b2c4b1174824d9631dc19517be99d4b1",
            "sha256:5e3229229a0f6be9a966e3eefeb7172b5ff9ac7aceffab02bd50b827a3d025c3",
            "sha256:2bee9be9dc4b34538e967a76ccea506e32ec1bd3f101913eface9a2c953a531b",
            "sha256:5ce3ac0fd5fc5e760ac2d1d92936ec596e84ea62c1f82f338a94b4c3f48c0726",
            "sha256:5e29a7d26987cd7d4359d8c707048753b9552355b72968e802437ed91e551d03",
            "sha256:51a38a6b146c4a7133b5c28a11e971fd1c7425ce8c4d5f12e3ff02c7c1361e0d",
            "sha256:c504f634cc6fe8ef818f72f540629785ab69902198a39e5700bda0285dd61c9a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-09-16T11:14:43.459339751+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
257

ghcr.io/cloudnative-pg/postgresql:15

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

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
92

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
598

ghcr.io/cloudnative-pg/postgresql:16.13

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

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
746

ghcr.io/cloudnative-pg/postgresql:17.2

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

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

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

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
609

ghcr.io/cloudnative-pg/postgresql:18.0

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

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
42
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×