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

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

8
浏览次数
620.47MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.4
源镜像
ghcr.io/cloudnative-pg/postgresql:17.4
镜像ID
sha256:6a76f2cec65339afe13e463d2b68d2a7a64c6733e6558915dd89afb3c7942604
镜像 TAG
17.4
镜像大小
620.47MB
平台架构
linux/amd64
镜像源
ghcr.io
CMD
postgres
启动入口
docker-entrypoint.sh
工作目录
OS/平台
linux/amd64
镜像创建
2025-05-05T00:20:08.806260543Z
同步时间
2026-08-11 19:40
浏览量
8 次
贡献者
🔌 开放端口 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.4-1.pgdg110+2 4
PGDATA=/var/lib/postgresql/data 5
🏷️ 镜像标签 7
KeyValue
This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye. description
PostgreSQL Container Images name
This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye. org.opencontainers.image.description
14 release
PostgreSQL Container images. summary
The CloudNativePG Contributors vendor
17.4-1.pgdg110+2 version
🛡️ 镜像安全扫描
debian 11.11 Trivy 2026-08-11 19:40 查看完整报告
223
低危 LOW
357
中危 MEDIUM
181
高危 HIGH
29
严重 CRITICAL
受影响目标 (3)
ghcr.io/cloudnative-pg/postgresql:17.4 (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.4
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.4  ghcr.io/cloudnative-pg/postgresql:17.4

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-05-05 08:20:08  0.00B 指定运行容器时使用的用户
USER 26
                        
# 2025-05-05 08:20:08  325.94KB 执行命令并创建新的镜像层
RUN /bin/sh -c usermod -u 26 postgres # buildkit
                        
# 2025-05-05 08:20:08  189.66MB 执行命令并创建新的镜像层
RUN /bin/sh -c set -xe; 	apt-get update; 	apt-get install -y --no-install-recommends 		build-essential python3-dev 		python3-pip 		python3-psycopg2 		python3-setuptools 	; 	pip3 install  --upgrade pip; 	pip3 install  --no-deps -r requirements.txt; 	apt-get remove -y --purge --autoremove build-essential python3-dev; 	rm -rf /var/lib/apt/lists/*; # buildkit
                        
# 2025-05-05 08:19:43  3.08MB 执行命令并创建新的镜像层
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-05-05 08:19:40  48.66KB 复制新文件或目录到容器中
COPY requirements.txt / # buildkit
                        
# 2025-05-05 08:19:40  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye.
                        
# 2025-05-05 08:19:40  0.00B 添加元数据标签
LABEL name=PostgreSQL Container Images vendor=The CloudNativePG Contributors version=17.4-1.pgdg110+2 release=14 summary=PostgreSQL Container images. description=This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye.
                        
# 2025-02-27 08:53:12  0.00B 设置默认要执行的命令
CMD ["postgres"]
                        
# 2025-02-27 08:53:12  0.00B 声明容器运行时监听的端口
EXPOSE map[5432/tcp:{}]
                        
# 2025-02-27 08:53:12  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGINT
                        
# 2025-02-27 08:53:12  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2025-02-27 08:53:12  23.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh # buildkit
                        
# 2025-02-27 08:53:12  15.08KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ # buildkit
                        
# 2025-02-27 08:53:12  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/postgresql/data]
                        
# 2025-02-27 08:53:12  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 1777 "$PGDATA" # buildkit
                        
# 2025-02-27 08:53:12  0.00B 设置环境变量 PGDATA
ENV PGDATA=/var/lib/postgresql/data
                        
# 2025-02-27 08:53:12  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 3777 /var/run/postgresql # buildkit
                        
# 2025-02-27 08:53:12  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-27 08:53:12  304.89MB 执行命令并创建新的镜像层
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-27 08:53:12  0.00B 设置环境变量 PG_VERSION
ENV PG_VERSION=17.4-1.pgdg110+2
                        
# 2025-02-27 08:53:12  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin
                        
# 2025-02-27 08:53:12  0.00B 设置环境变量 PG_MAJOR
ENV PG_MAJOR=17
                        
# 2025-02-27 08:53:12  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-27 08:53:12  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
                        
# 2025-02-27 08:53:12  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-27 08:53:12  0.00B 设置环境变量 LANG
ENV LANG=en_US.utf8
                        
# 2025-02-27 08:53:12  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-27 08:53:12  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-27 08:53:12  0.00B 设置环境变量 GOSU_VERSION
ENV GOSU_VERSION=1.17
                        
# 2025-02-27 08:53:12  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-27 08:53:12  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-27 08:53:12  80.67MB 
# debian.sh --arch 'amd64' out/ 'bullseye' '@1745798400'
                        
                    

镜像信息

{
    "Id": "sha256:6a76f2cec65339afe13e463d2b68d2a7a64c6733e6558915dd89afb3c7942604",
    "RepoTags": [
        "ghcr.io/cloudnative-pg/postgresql:17.4",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql:17.4"
    ],
    "RepoDigests": [
        "ghcr.io/cloudnative-pg/postgresql@sha256:3c0ba08ea353c9705a755c113e4ae395be76553e0ed68076e5410cb09b9d17d9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/cloudnative-pg/postgresql@sha256:571fb2923c1591b2bb22ef6bb5f0a0360dd486d1773354d86a3f6f65dbe75d28"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-05-05T00:20:08.806260543Z",
    "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.4-1.pgdg110+2",
            "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.4-bullseye.",
            "name": "PostgreSQL Container Images",
            "org.opencontainers.image.description": "This Docker image contains PostgreSQL and Barman Cloud based on Postgres 17.4-bullseye.",
            "release": "14",
            "summary": "PostgreSQL Container images.",
            "vendor": "The CloudNativePG Contributors",
            "version": "17.4-1.pgdg110+2"
        },
        "StopSignal": "SIGINT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 620466824,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/40362ee14eadb5d06816c136bed89d5df6c8775f0b8b2cad5a0664388f86f1b1/diff:/var/lib/docker/overlay2/28b35fe600a0717159df82413fbc994a24b21fe43a6bedcf74b0475a0771a706/diff:/var/lib/docker/overlay2/9ec8ed28e437f77948e28e079af89dfe4268ad09b541c683df6b521d4ddd6379/diff:/var/lib/docker/overlay2/8a25063a9aff5ac4796420a676415e91c5b1cdcdf31f1701eaf4c8233c2c5d6f/diff:/var/lib/docker/overlay2/5ca8aa676f97a8cab478111df781fdcee87974f7254ef718a4b06d3264483cf5/diff:/var/lib/docker/overlay2/512392f12c91a8e9bc0d4edf897da3a89adeb70080ab9147f0ec91a4c38d3198/diff:/var/lib/docker/overlay2/432e36097137834978777c151d5840b5d2a86bf026f77df842405dba61778b1b/diff:/var/lib/docker/overlay2/6f39c57f2717ba43892ef23b561c5023e5604c6d5ce5e5361f255f3077c63376/diff:/var/lib/docker/overlay2/2c76f6d65d1fdd321fc419749492969ac6f542a9e27627480a1ae32e8463242a/diff:/var/lib/docker/overlay2/40cb04a38d8cf12f39e2e40e967c844671f232a4dda47cd3da804bc9bfe41911/diff:/var/lib/docker/overlay2/1a5150028f4b213f43b2bcab332af9c85257ef6ddc6a27e9816d8487bbe90e18/diff:/var/lib/docker/overlay2/c24bbb530ee47b57ec073fd2dd8c8ea6815d05120dc922f8c5c4bbe6971e48af/diff:/var/lib/docker/overlay2/20ef18284d4cab0f4819a5fd65bd56fe8dd339881ed8febb1df092138fee62e4/diff:/var/lib/docker/overlay2/277dbc418770b0b99b3de07be10a7814f48bd840bb9ce81c2f8d220dee32af33/diff:/var/lib/docker/overlay2/ed886607f0f4a116f02f3b43c5df89a0bcc02fb68fd870b2a96662727b2e4209/diff:/var/lib/docker/overlay2/656e06b2092c3796c1520b86f5a0514716d4ae403d7191e0a0ab5fbcb2255a75/diff:/var/lib/docker/overlay2/d286802694f882ae918f5be9f912543751a3ad38580e770a90dd907a6a877c6c/diff",
            "MergedDir": "/var/lib/docker/overlay2/e9e48974d31c72c33d651021c8791c41b661f7936ca01597854699aea609d0b1/merged",
            "UpperDir": "/var/lib/docker/overlay2/e9e48974d31c72c33d651021c8791c41b661f7936ca01597854699aea609d0b1/diff",
            "WorkDir": "/var/lib/docker/overlay2/e9e48974d31c72c33d651021c8791c41b661f7936ca01597854699aea609d0b1/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:a5ba7c7ae3ae6936b4a1bf242ef1467a93625b6ced189b26f355ebd55fbfa11f",
            "sha256:6d2c388d57674108582647aca67a30187d5d625363e5cf635cced6db8163828e",
            "sha256:9325b805e74338bdec29ae256709446ab9cbb240a30303be4039d85f33f6d8b9",
            "sha256:2691e415451631ec20aae75c271615738e4bf3610db73400d5c5c2fe47b452c5",
            "sha256:504a3f0e0614cc542359a1d8f2ce0e9cb30bd39931ecc7df6ca0a22066929518",
            "sha256:66585bbb1755a5aec6f112fe6d7428187a2129eaf33e083de66114a03fd2746e",
            "sha256:d853cc2e771d8269f7c245a927e734c047cc218f8a6dcc2ef25e2a207f20a6ef",
            "sha256:e45f0bc0f8b44c265fef91326be4ed407834ffa1ec195d99477ec105dab3b8d3",
            "sha256:6797471d7b2c9af73cea046b5fa6e6294bfb1c84c44d5741751ab0f97e1eac84",
            "sha256:26c2d330dbb9fe7b8b1d10aa53204ffc4f8f93c7e4c5ef86a449fb8697e0c44c",
            "sha256:5f9c6e93bc5ba94d3ce1e0e9ca8ba6a2561dfb3777077a16d70648dfacc9cd33",
            "sha256:38b0be7533101637e9d39cd8a4f65e931ee9855e4606f3bb32608b14b12298de",
            "sha256:fac8f37f977578ac08bbaced62267b446a87ffc6ef074041d28c2c77c38a7d42",
            "sha256:84772178ae3bd40ab1cca3f8cad11356fe5db113a197335c37a840448c6f848d",
            "sha256:4def0a030113d5d6017421ed6d6c5c7ae9e22413e287e2d624d426882d21f8e5",
            "sha256:0a16e7ec90c3ead59c85054dadf66cec1a0961a450558a960ae44f7051130644",
            "sha256:a24391eb3dad88021bfa06a5c888707ecbc93fa68da98f295314cb1513ac3097",
            "sha256:3577dc13b064b3e5b63e91136bfd7211294f38bd5432adaa1d24a2d21f827bfc"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-11T19:40:13.390125212+08:00"
    }
}

更多版本

ghcr.io/cloudnative-pg/postgresql:15

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

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

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

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

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

ghcr.io/cloudnative-pg/postgresql:16

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

ghcr.io/cloudnative-pg/postgresql:17

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

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

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

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

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

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

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

ghcr.io/cloudnative-pg/postgresql:15.17

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

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

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

ghcr.io/cloudnative-pg/postgresql:18.0

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

ghcr.io/cloudnative-pg/postgresql:18.0

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

ghcr.io/cloudnative-pg/postgresql:16.13

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

ghcr.io/cloudnative-pg/postgresql:14.22

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

ghcr.io/cloudnative-pg/postgresql:13.22

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

ghcr.io/cloudnative-pg/postgresql:16

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

ghcr.io/cloudnative-pg/postgresql:18.4

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

ghcr.io/cloudnative-pg/postgresql:17.4

linux/amd64 ghcr.io620.47MB2026-08-11 19:40
7
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×