ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0 linux/amd64

ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0 - 国内下载镜像源 浏览次数:15
源镜像 ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0
镜像ID sha256:070b393506f26b8c6f0c625f0354d9f78232893aed846dd22bce75c2ec52807e
镜像TAG 17-0.107.0-ferretdb-2.7.0
大小 1.72GB
镜像源 ghcr.io
CMD postgres
启动入口 docker-entrypoint.sh
工作目录 /
OS/平台 linux/amd64
浏览量 15 次
贡献者
镜像创建 2025-11-09T17:51:52.712299426Z
同步时间 2026-01-21 16:59
更新时间 2026-01-22 04:39
开放端口
5432/tcp
目录挂载
/var/lib/postgresql/data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin GOSU_VERSION=1.19 LANG=en_US.utf8 PG_MAJOR=17 PG_VERSION=17.6-2.pgdg12+1 PGDATA=/var/lib/postgresql/data
镜像标签
PostgreSQL with DocumentDB extension: org.opencontainers.image.description https://github.com/FerretDB/documentdb: org.opencontainers.image.source PostgreSQL+DocumentDB: org.opencontainers.image.title https://www.ferretdb.com/: org.opencontainers.image.url FerretDB Inc.: org.opencontainers.image.vendor 0.107.0~ferretdb~2.7.0: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0  ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0  ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0

Shell快速替换命令

sed -i 's#ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0  ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0  ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0'

镜像构建历史


# 2025-11-10 01:51:52  0.00B 添加元数据标签
LABEL org.opencontainers.image.version=0.107.0~ferretdb~2.7.0
                        
# 2025-11-10 01:51:52  0.00B 添加元数据标签
LABEL org.opencontainers.image.vendor=FerretDB Inc.
                        
# 2025-11-10 01:51:52  0.00B 添加元数据标签
LABEL org.opencontainers.image.url=https://www.ferretdb.com/
                        
# 2025-11-10 01:51:52  0.00B 添加元数据标签
LABEL org.opencontainers.image.source=https://github.com/FerretDB/documentdb
                        
# 2025-11-10 01:51:52  0.00B 添加元数据标签
LABEL org.opencontainers.image.description=PostgreSQL with DocumentDB extension
                        
# 2025-11-10 01:51:52  0.00B 添加元数据标签
LABEL org.opencontainers.image.title=PostgreSQL+DocumentDB
                        
# 2025-11-10 01:51:52  0.00B 设置工作目录为/
WORKDIR /
                        
# 2025-11-10 01:51:52  15.32MB 执行命令并创建新的镜像层
RUN |3 TARGETARCH=amd64 POSTGRES_VERSION=17 DOCUMENTDB_VERSION=0.107.0~ferretdb~2.7.0 /bin/sh -c set -ex

cd /src

cp packaging/deb12-postgresql-${POSTGRES_VERSION}-documentdb_${DOCUMENTDB_VERSION}_${TARGETARCH}.deb /tmp/documentdb.deb
dpkg -i /tmp/documentdb.deb
rm /tmp/documentdb.deb

cp packaging/10-preload.sh  /docker-entrypoint-initdb.d/
cp packaging/20-install.sql /docker-entrypoint-initdb.d/

 # buildkit
                        
# 2025-11-10 01:51:52  1.26GB 执行命令并创建新的镜像层
RUN |3 TARGETARCH=amd64 POSTGRES_VERSION=17 DOCUMENTDB_VERSION=0.107.0~ferretdb~2.7.0 /bin/sh -c set -ex

apt update
apt upgrade -y
apt install -y \
    postgresql-${POSTGRES_VERSION} \
    postgresql-${POSTGRES_VERSION}-cron \
    postgresql-${POSTGRES_VERSION}-pgvector \
    postgresql-${POSTGRES_VERSION}-postgis-3 \
    postgresql-${POSTGRES_VERSION}-rum \
    postgresql-server-dev-${POSTGRES_VERSION} \
    barman-cli-cloud
 # buildkit
                        
# 2025-11-10 01:51:52  0.00B 定义构建参数
ARG DOCUMENTDB_VERSION=0.107.0~ferretdb~2.7.0
                        
# 2025-11-10 01:51:52  0.00B 定义构建参数
ARG POSTGRES_VERSION=17
                        
# 2025-11-10 01:51:52  0.00B 定义构建参数
ARG TARGETARCH=amd64
                        
# 2025-11-04 08:25:35  0.00B 设置默认要执行的命令
CMD ["postgres"]
                        
# 2025-11-04 08:25:35  0.00B 声明容器运行时监听的端口
EXPOSE map[5432/tcp:{}]
                        
# 2025-11-04 08:25:35  0.00B 设置停止容器时发送的系统调用信号
STOPSIGNAL SIGINT
                        
# 2025-11-04 08:25:35  0.00B 配置容器启动时运行的命令
ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2025-11-04 08:25:35  23.00B 执行命令并创建新的镜像层
RUN /bin/sh -c ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh # buildkit
                        
# 2025-11-04 08:25:35  16.96KB 复制新文件或目录到容器中
COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/ # buildkit
                        
# 2025-11-04 08:25:35  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/var/lib/postgresql/data]
                        
# 2025-11-04 08:25:35  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 1777 "$PGDATA" # buildkit
                        
# 2025-11-04 08:25:35  0.00B 设置环境变量 PGDATA
ENV PGDATA=/var/lib/postgresql/data
                        
# 2025-11-04 08:25:35  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c install --verbose --directory --owner postgres --group postgres --mode 3777 /var/run/postgresql # buildkit
                        
# 2025-11-04 08:25:35  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-11-04 08:25:35  320.70MB 执行命令并创建新的镜像层
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) 			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-dev; 			apt-get source --compile postgresql-common-dev; 			_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-11-04 08:24:32  0.00B 设置环境变量 PG_VERSION
ENV PG_VERSION=17.6-2.pgdg12+1
                        
# 2025-11-04 08:24:32  0.00B 设置环境变量 PATH
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/17/bin
                        
# 2025-11-04 08:24:32  0.00B 设置环境变量 PG_MAJOR
ENV PG_MAJOR=17
                        
# 2025-11-04 08:24:32  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-11-04 08:24:32  0.00B 执行命令并创建新的镜像层
RUN /bin/sh -c mkdir /docker-entrypoint-initdb.d # buildkit
                        
# 2025-11-04 08:24:32  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-11-04 08:24:29  0.00B 设置环境变量 LANG
ENV LANG=en_US.utf8
                        
# 2025-11-04 08:24:29  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-11-04 08:24:24  3.57MB 执行命令并创建新的镜像层
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-11-04 08:24:24  0.00B 设置环境变量 GOSU_VERSION
ENV GOSU_VERSION=1.19
                        
# 2025-11-04 08:24:17  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-11-04 08:24:13  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-11-04 04:44:10  74.81MB 
# debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650'
                        
                    

镜像信息

{
    "Id": "sha256:070b393506f26b8c6f0c625f0354d9f78232893aed846dd22bce75c2ec52807e",
    "RepoTags": [
        "ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0"
    ],
    "RepoDigests": [
        "ghcr.io/ferretdb/postgres-documentdb@sha256:2386795ec2aa7ae559304361979f1dc5708d383ee9020ae63dadc2940dfe58f7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ghcr.io/ferretdb/postgres-documentdb@sha256:cc892873d69fc5b56115f7586d617636bfb8c3f834af358987a2ea1a70194f21"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-09T17:51:52.712299426Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "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.19",
            "LANG=en_US.utf8",
            "PG_MAJOR=17",
            "PG_VERSION=17.6-2.pgdg12+1",
            "PGDATA=/var/lib/postgresql/data"
        ],
        "Cmd": [
            "postgres"
        ],
        "Image": "",
        "Volumes": {
            "/var/lib/postgresql/data": {}
        },
        "WorkingDir": "/",
        "Entrypoint": [
            "docker-entrypoint.sh"
        ],
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.description": "PostgreSQL with DocumentDB extension",
            "org.opencontainers.image.source": "https://github.com/FerretDB/documentdb",
            "org.opencontainers.image.title": "PostgreSQL+DocumentDB",
            "org.opencontainers.image.url": "https://www.ferretdb.com/",
            "org.opencontainers.image.vendor": "FerretDB Inc.",
            "org.opencontainers.image.version": "0.107.0~ferretdb~2.7.0"
        },
        "StopSignal": "SIGINT"
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 1716441316,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f0a1b2cd6dab33f4558acdc44da3766a848337d2ed24fa504080e6ae72a645c3/diff:/var/lib/docker/overlay2/a5388c749ddc29eaba414b55dc0f5061573e300daccfa2d3b1a1f1a67a6b1abf/diff:/var/lib/docker/overlay2/b45bb842f59e5e150787c288dae18d28bfa38fabcac4276834b93d98a0d23287/diff:/var/lib/docker/overlay2/e0786e18eac54e5e66efbb9f25a83758656d0b705fa6abce95004bf225da281e/diff:/var/lib/docker/overlay2/5aaa544dfafb94702fc0d1eb4cc36e6d100e4ba07e229a1364b7665ca3e90a6c/diff:/var/lib/docker/overlay2/27b50e355c41358d58dd6c29f65606d345e94ecfd8a45be844307d87c24087ce/diff:/var/lib/docker/overlay2/784ef77ca5c22d75c0c2cdb159bf3f878fd9c9c1d38d2879df97ad2e03e2476a/diff:/var/lib/docker/overlay2/f26f64e630d79b7d115cee15e21dfbfcfd29148a03c73d58a7d855c85d89a837/diff:/var/lib/docker/overlay2/65dbd71d7e8ff7487fcc5e943bab86f516201841850da035943403f67221d7d5/diff:/var/lib/docker/overlay2/74a5fa3a1d7e3815e20e7399e1faca1886584ba8721599e69b6e91bd46cfea0c/diff:/var/lib/docker/overlay2/2eeb570227e8742aa1229d8cf1b0fd3183390b055444ed505f93b07149b013d1/diff:/var/lib/docker/overlay2/7522f2a6f3d0e53fe58e627b1bfaebb566832ea3e627b012a19af73809d7a789/diff:/var/lib/docker/overlay2/ee162be0d5a973faadce4c8d6272f2d9cdc381227fef3830d3a733addc08501d/diff:/var/lib/docker/overlay2/3f532068d411e97e5027fda17eb695eac706dc2b16314624168db759aec6cff7/diff:/var/lib/docker/overlay2/15ef0182878041d1665f024be85456f0a4971e3774ea3f555b1ab3bc320b3e20/diff",
            "MergedDir": "/var/lib/docker/overlay2/241bb0ce2288f5145943d831c48ed1b3960e1fca46bedc21df411dcb72139aaf/merged",
            "UpperDir": "/var/lib/docker/overlay2/241bb0ce2288f5145943d831c48ed1b3960e1fca46bedc21df411dcb72139aaf/diff",
            "WorkDir": "/var/lib/docker/overlay2/241bb0ce2288f5145943d831c48ed1b3960e1fca46bedc21df411dcb72139aaf/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:b512279032aa717092385dda875fffdcd96e4a4ad384225152522ac7bd5340a8",
            "sha256:904420449cdc64ad5db24d67a40fcf697208af1610930bf78b7237b051b70924",
            "sha256:d2b8ca0512fb701e199f2bcaec2e946b4565d20a367143adfcd285731289a586",
            "sha256:1b3f38f45276702dc976b2e0dd53853c23ab627b1ff8fcd5640a9108049527fe",
            "sha256:19ec7dbe6ef44d66750686083ebb33a2cd1db059de5d34be776a3c204f0ee1c9",
            "sha256:14afcceb4afb68eb7c8adf454da68f00157edbd74ba27a0dc48131158ea52a8d",
            "sha256:d15c5d7324afd130046381e4c8201e5ca07a252863149c817cd3999f1ee128cb",
            "sha256:93c22a157a6335247b15e59350367941e905932d24e14737768bf5a946fa607b",
            "sha256:02dca752cd9f1a6ddad5716cd20b7e1c60a117dfb643168a6453b91d191f0d90",
            "sha256:c9e524793f9be09ba7dbb7d60c6a70a9b7d0b6e77ac69874ee12754385ed9f54",
            "sha256:031384f5f894548ff3e388cc77cf0ed7895386c2fe677a5a37776e1da9983225",
            "sha256:fa8ac9e03e8abaf482e1b459d5718515a9c7d385956cae529b3965e0824caa36",
            "sha256:457741546835c836bfab408f494f1948421b4617fb0eeb27d828b0857975f2da",
            "sha256:8b7819004443aa66b85f5ac9e1419e69624d60a04cfcc513481d44a7ccfa6da2",
            "sha256:7de891c23cbdb0f22f45bd96ddc5b1c60494e81d1953f8f4b70e9a3ab0eb1853",
            "sha256:0b5ec976018e820d251afd1362b4dcab5f75951ee0a7aaf61e741c142484b93d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-01-21T16:57:51.409014746+08:00"
    }
}

更多版本

ghcr.io/ferretdb/postgres-documentdb:17-0.107.0-ferretdb-2.7.0

linux/amd64 ghcr.io1.72GB2026-01-21 16:59
14