logo
docker.io/postgres:10.5
linux/arm64 docker.io 已验证 · Postgres 别问我,问AI 贡献 请确认架构匹配
PostgreSQL 是一个开源的关系数据库管理系统(RDBMS),提供了传输控制协议(TCP)上的 PostgreSQL 服务。该镜像支持多种操作系统和存储引擎,方便开发、测试和部署应用程序。
15
浏览次数
218.69MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64
源镜像
docker.io/postgres:10.5
镜像ID
sha256:84d043278ed74ad3a32a5154f20a824d5184e087dfb222edcf85ae105b86ca4d
镜像 TAG
10.5-linuxarm64
镜像大小
218.69MB
平台架构
linux/arm64
镜像源
docker.io
CMD
postgres
启动入口
docker-entrypoint.sh
工作目录
OS/平台
linux/arm64
镜像创建
2018-10-19T11:06:48.242908673Z
同步时间
2026-08-18 16:22
浏览量
15 次
贡献者
avatar 别问我,问AI
🔌 开放端口 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/10/bin 0
GOSU_VERSION=1.10 1
LANG=en_US.utf8 2
PG_MAJOR=10 3
PG_VERSION=10.5-2.pgdg90+1 4
PGDATA=/var/lib/postgresql/data 5
🛡️ 镜像安全扫描
debian 9.5 Trivy 2026-08-18 16:22 查看完整报告
90
低危 LOW
198
中危 MEDIUM
259
高危 HIGH
90
严重 CRITICAL
受影响目标 (2)
docker.io/postgres:10.5 (debian 9.5) debian /etc/ssl/private/ssl-cert-snakeoil.key

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64  docker.io/postgres:10.5

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64  docker.io/postgres:10.5

Shell快速替换命令

sed -i 's#postgres:10.5#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64  docker.io/postgres:10.5'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64  docker.io/postgres:10.5'

镜像构建历史


# 2018-10-19 19:06:48  0.00B 
/bin/sh -c #(nop)  CMD ["postgres"]
                        
# 2018-10-19 19:06:47  0.00B 
/bin/sh -c #(nop)  EXPOSE 5432/tcp
                        
# 2018-10-19 19:06:46  0.00B 
/bin/sh -c #(nop)  ENTRYPOINT ["docker-entrypoint.sh"]
                        
# 2018-10-19 19:06:38  34.00B 
/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh / # backwards compat
                        
# 2018-10-19 19:06:36  5.08KB 
/bin/sh -c #(nop) COPY file:8679fccc32fd3636a9beb8295538f82d9b1466e95ef6111e8c677c558ba9cb1e in /usr/local/bin/ 
                        
# 2018-10-19 19:06:35  0.00B 
/bin/sh -c #(nop)  VOLUME [/var/lib/postgresql/data]
                        
# 2018-10-19 19:06:28  0.00B 
/bin/sh -c mkdir -p "$PGDATA" && chown -R postgres:postgres "$PGDATA" && chmod 777 "$PGDATA" # this 777 will be replaced by 700 at runtime (allows semi-arbitrary "--user" values)
                        
# 2018-10-19 19:06:24  0.00B 
/bin/sh -c #(nop)  ENV PGDATA=/var/lib/postgresql/data
                        
# 2018-10-19 19:06:16  0.00B 
/bin/sh -c #(nop)  ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/postgresql/10/bin
                        
# 2018-10-19 19:06:15  0.00B 
/bin/sh -c mkdir -p /var/run/postgresql && chown -R postgres:postgres /var/run/postgresql && chmod 2777 /var/run/postgresql
                        
# 2018-10-19 19:06:04  22.70KB 
/bin/sh -c mv -v "/usr/share/postgresql/$PG_MAJOR/postgresql.conf.sample" /usr/share/postgresql/ 	&& 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
                        
# 2018-10-19 19:05:57  137.61MB 
/bin/sh -c set -ex; 		export PYTHONDONTWRITEBYTECODE=1; 		dpkgArch="$(dpkg --print-architecture)"; 	case "$dpkgArch" in 		amd64|i386|ppc64el) 			echo "deb http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; 			apt-get update; 			;; 		*) 			echo "deb-src http://apt.postgresql.org/pub/repos/apt/ stretch-pgdg main $PG_MAJOR" > /etc/apt/sources.list.d/pgdg.list; 						case "$PG_MAJOR" in 				9.* | 10 ) ;; 				*) 					echo 'deb http://deb.debian.org/debian stretch-backports main' >> /etc/apt/sources.list.d/pgdg.list; 					;; 			esac; 						tempDir="$(mktemp -d)"; 			cd "$tempDir"; 						savedAptMark="$(apt-mark showmanual)"; 						apt-get update; 			apt-get build-dep -y 				postgresql-common pgdg-keyring 				"postgresql-$PG_MAJOR=$PG_VERSION" 			; 			DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" 				apt-get source --compile 					postgresql-common pgdg-keyring 					"postgresql-$PG_MAJOR=$PG_VERSION" 			; 						apt-mark showmanual | xargs apt-mark auto > /dev/null; 			apt-mark manual $savedAptMark; 						ls -lAFh; 			dpkg-scanpackages . > Packages; 			grep '^Package: ' Packages; 			echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list; 			apt-get -o Acquire::GzipIndexes=false update; 			;; 	esac; 		apt-get install -y postgresql-common; 	sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf; 	apt-get install -y 		"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' -- '{}' +
                        
# 2018-10-19 18:34:24  0.00B 
/bin/sh -c #(nop)  ENV PG_VERSION=10.5-2.pgdg90+1
                        
# 2018-10-17 02:30:34  0.00B 
/bin/sh -c #(nop)  ENV PG_MAJOR=10
                        
# 2018-10-17 01:55:27  4.63KB 
/bin/sh -c set -ex; 	key='B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8'; 	export GNUPGHOME="$(mktemp -d)"; 	gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; 	gpg --export "$key" > /etc/apt/trusted.gpg.d/postgres.gpg; 	command -v gpgconf > /dev/null && gpgconf --kill all; 	rm -rf "$GNUPGHOME"; 	apt-key list
                        
# 2018-10-17 01:55:21  0.00B 
/bin/sh -c mkdir /docker-entrypoint-initdb.d
                        
# 2018-10-17 01:55:17  1.07MB 
/bin/sh -c set -eux; 	apt-get update; 	apt-get install -y --no-install-recommends libnss-wrapper; 	rm -rf /var/lib/apt/lists/*
                        
# 2018-10-17 01:55:04  0.00B 
/bin/sh -c #(nop)  ENV LANG=en_US.utf8
                        
# 2018-10-17 01:55:03  16.53MB 
/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 locales; rm -rf /var/lib/apt/lists/*; 	localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
                        
# 2018-10-17 01:54:42  3.13MB 
/bin/sh -c set -x 	&& apt-get update && apt-get install -y --no-install-recommends ca-certificates wget && rm -rf /var/lib/apt/lists/* 	&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" 	&& wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).asc" 	&& export GNUPGHOME="$(mktemp -d)" 	&& gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4 	&& gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu 	&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } 	&& rm -rf "$GNUPGHOME" /usr/local/bin/gosu.asc 	&& chmod +x /usr/local/bin/gosu 	&& gosu nobody true 	&& apt-get purge -y --auto-remove ca-certificates wget
                        
# 2018-10-17 01:54:08  0.00B 
/bin/sh -c #(nop)  ENV GOSU_VERSION=1.10
                        
# 2018-10-17 01:54:07  332.58KB 
/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; 	mkdir -p /var/lib/postgresql; 	chown -R postgres:postgres /var/lib/postgresql
                        
# 2018-10-17 01:54:04  9.38MB 
/bin/sh -c set -ex; 	if ! command -v gpg > /dev/null; then 		apt-get update; 		apt-get install -y --no-install-recommends 			gnupg 			dirmngr 		; 		rm -rf /var/lib/apt/lists/*; 	fi
                        
# 2018-10-16 16:43:46  0.00B 
/bin/sh -c #(nop)  CMD ["bash"]
                        
# 2018-10-16 16:43:45  50.60MB 
/bin/sh -c #(nop) ADD file:e83c09a5cfc1cecaeba6b736737d551fe0f5d3f204ec3fc984fe768003774f81 in / 
                        
                    

镜像信息

{
    "Id": "sha256:84d043278ed74ad3a32a5154f20a824d5184e087dfb222edcf85ae105b86ca4d",
    "RepoTags": [
        "postgres:10.5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres:10.5-linuxarm64"
    ],
    "RepoDigests": [
        "postgres@sha256:e19acdab213d6318565a6da5fb824ca5161e99fe63dbc37036557aacb35fae51",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/postgres@sha256:291eff9c5b08a6d23a2cb01caca55ff7ba0746f1b65a5d1c4d87fcf2cd3546fa"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2018-10-19T11:06:48.242908673Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "17.06.2-ce",
    "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/10/bin",
            "GOSU_VERSION=1.10",
            "LANG=en_US.utf8",
            "PG_MAJOR=10",
            "PG_VERSION=10.5-2.pgdg90+1",
            "PGDATA=/var/lib/postgresql/data"
        ],
        "Cmd": [
            "postgres"
        ],
        "ArgsEscaped": true,
        "Image": "sha256:9f7140d3377a8f1d50c6468039450bedb93e67802f6c010b3fd2c67207e92ecb",
        "Volumes": {
            "/var/lib/postgresql/data": {}
        },
        "WorkingDir": "",
        "Entrypoint": [
            "docker-entrypoint.sh"
        ],
        "OnBuild": [],
        "Labels": null
    },
    "Architecture": "arm64",
    "Os": "linux",
    "Size": 218687397,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/2e99c7f6b836c61a3c7e3b2e2f5f1863222b3dec0a61f5b923955653cdbac880/diff:/var/lib/docker/overlay2/b331ba4ce01f9cccb7ec14221a8d161cfb3aa647cab4a7a170c493da7afa473b/diff:/var/lib/docker/overlay2/fe9105f9ea4fd38ea968c3ec3e6c78f6e4f3e8134ebbe7d3479de026e96c6df6/diff:/var/lib/docker/overlay2/3096e6b280762ed480a9e0faa3423be1d0e17de80c1cc0d3892ebb29769f11b1/diff:/var/lib/docker/overlay2/05d9a6db15e1945059bf0786fbc3b873cf2e35879b74d1245ab915af80f599df/diff:/var/lib/docker/overlay2/a7b23c04d7cc5da5c9cac774c798c0c690e64a0360ac2f1adbe632cebcf396eb/diff:/var/lib/docker/overlay2/41013748d4efe61ebed82bd5bec5fac78baaa9aae9d821eb5fc1f3d010769fce/diff:/var/lib/docker/overlay2/a54399f6312a58f4c788d9cd63bb8da164170215ecb9fbf7f7d537fe28e0cb76/diff:/var/lib/docker/overlay2/af1aebac56df9dd1f3fc102dd144720c799f04d23864fc531155b13778136ea8/diff:/var/lib/docker/overlay2/fb84f96b2ee4b712c547ee016aba355a93f38b0d31079ee344185d10bd7c1dfe/diff:/var/lib/docker/overlay2/27fbf95f06021755307d42b5610ee7bfd7b833dd88b92527e99ff650a0bb595d/diff:/var/lib/docker/overlay2/34b52f4c1f6683b5d808db1e2ba4ca364f13eaf211208bb48d8037fcfca782a2/diff:/var/lib/docker/overlay2/b51eeae08b1a0df141005faedf5cec96569314fa308526d3889a01fd83137ba2/diff",
            "MergedDir": "/var/lib/docker/overlay2/7d44e3e7134edbf4ab2878479ac389aaae3ce4f3729eca84cca621322f8aa216/merged",
            "UpperDir": "/var/lib/docker/overlay2/7d44e3e7134edbf4ab2878479ac389aaae3ce4f3729eca84cca621322f8aa216/diff",
            "WorkDir": "/var/lib/docker/overlay2/7d44e3e7134edbf4ab2878479ac389aaae3ce4f3729eca84cca621322f8aa216/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:3a00f9630c9e717e382f93820ad2461cf37ee4b08fedb3e3a13369f17d3b43e0",
            "sha256:a281cb3ea99fdbe44c4f551b9f4f3b0340f331456debfbd26e4cdecd06a63564",
            "sha256:b2457f6c9c074f26891264f63790dd0343c184649cba6102817c59c36de21bc8",
            "sha256:edfe005a876ee2a6579db4a065214e877b38a6b80dd18eaa6d85977dfc80bdb0",
            "sha256:b32ffac83942b297a0d685fd6ec9536e97e18f4bd4a6bc2b836bcf333c14c9ce",
            "sha256:fd4333990f900e39a82fd25a42dda669d34d6906fd29cb00a42e0b334d571b89",
            "sha256:1d894db0185da1d500847e6c503f264d6522af55fc3995199066f3c95c6a0835",
            "sha256:9293acd66387f63fa8bdfd4ee94ebb305108553d6050f8a04b2e3888d4ce2f48",
            "sha256:53069ac79e6eb4eab1c97bfb532576baca53039c3eb133d564f20cb250daae29",
            "sha256:7be8450a03c6bedfb5ab105985b0a76036bb8fce822f2431b6959a8a036431a6",
            "sha256:8f3001f22d8a9c009a1066b4fe2d17aad76c32a414edba4840cc875388eeacad",
            "sha256:9f280464a8be1f217cae3334d77f3189a48e5aa74dab51fb901f98b42c6e9bb7",
            "sha256:042d4ee426f8ce923591f055a6c1e14d1b7809330587f11a87fef679a764cf5c",
            "sha256:f59822f84d2ca6aa7997d5111e4de137337659b14282adf7c28bc92b0f9179f7"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-08-18T16:22:46.452154489+08:00"
    }
}

更多版本

docker.io/postgres:12.19-bullseye

linux/amd64 docker.io386.93MB2024-06-16 13:12
1192

docker.io/postgres:15-alpine

linux/amd64 docker.io248.31MB2024-06-19 17:31
7845

docker.io/postgres:12.19-alpine3.20

linux/amd64 docker.io236.26MB2024-06-28 17:32
862

docker.io/postgres:16.3-alpine3.20

linux/amd64 docker.io244.93MB2024-06-28 17:32
1298

docker.io/postgres:14-alpine

linux/amd64 docker.io241.40MB2024-07-03 23:43
1740

docker.io/postgres:15-alpine

linux/arm64 docker.io250.04MB2024-07-08 15:04
4252

docker.io/postgres:15.4

linux/amd64 docker.io410.61MB2024-07-18 12:35
2012

docker.io/postgres:9.6.21-alpine

linux/arm64 docker.io35.93MB2024-07-24 11:50
996

docker.io/postgres:13.8

linux/arm64 docker.io354.23MB2024-07-24 23:02
1347

docker.io/postgres:16

linux/amd64 docker.io431.58MB2024-07-26 18:25
2999

docker.io/postgres:9.6.24

linux/amd64 docker.io199.69MB2024-08-01 16:37
1624

docker.io/postgres:15.3

linux/arm64 docker.io433.16MB2024-08-01 16:55
1559

docker.io/postgres:16.3

linux/amd64 docker.io431.58MB2024-08-02 14:29
1049

docker.io/postgres:16.3-bookworm

linux/amd64 docker.io431.58MB2024-08-08 17:41
990

docker.io/postgres:14.2-alpine

linux/amd64 docker.io210.71MB2024-08-15 15:18
1141

docker.io/postgres:16.4

linux/amd64 docker.io431.68MB2024-08-27 17:28
1440

docker.io/postgres:12.2

linux/amd64 docker.io313.75MB2024-09-13 17:25
972

docker.io/postgres:17

linux/amd64 docker.io434.31MB2024-10-01 13:14
4213

docker.io/postgres:17-alpine

linux/amd64 docker.io248.16MB2024-10-03 21:57
2053

docker.io/postgres:14.12

linux/amd64 docker.io421.93MB2024-10-14 14:43
1040

docker.io/postgres:13.14

linux/amd64 docker.io419.14MB2024-10-15 10:01
1242

docker.io/postgres:10-alpine

linux/amd64 docker.io79.09MB2024-10-15 20:03
1152

docker.io/postgres:alpine

linux/amd64 docker.io248.16MB2024-10-24 11:56
1518

docker.io/postgres:14.7-alpine3.17

linux/amd64 docker.io241.71MB2024-10-29 17:41
1066

docker.io/postgres:14.11

linux/amd64 docker.io421.97MB2024-11-05 19:40
698

docker.io/postgres:12.3

linux/amd64 docker.io313.02MB2024-11-07 08:48
745

docker.io/postgres:12

linux/amd64 docker.io418.59MB2024-11-09 11:00
1163

docker.io/postgres:9.5

linux/amd64 docker.io197.21MB2024-11-22 11:45
716

docker.io/postgres:11

linux/amd64 docker.io284.46MB2024-11-27 14:14
857

docker.io/postgres:16-alpine

linux/amd64 docker.io250.73MB2024-12-03 21:04
3143

docker.io/postgres:9.6.16

linux/amd64 docker.io249.61MB2024-12-04 12:56
770

docker.io/postgres:12.4

linux/arm64 docker.io299.56MB2024-12-19 18:46
694

docker.io/postgres:17.2

linux/amd64 docker.io434.77MB2024-12-19 19:20
1030

docker.io/postgrest/postgrest:v12.0.1

linux/amd64 docker.io17.42MB2024-12-24 10:07
851

docker.io/postgres:16.6-alpine3.21

linux/amd64 docker.io274.85MB2024-12-30 14:08
838

docker.io/postgres:15.6

linux/amd64 docker.io425.45MB2025-01-03 13:48
1045

docker.io/postgres:13-alpine

linux/amd64 docker.io267.85MB2025-01-03 14:51
1096

docker.io/postgres:17.2-alpine3.21

linux/amd64 docker.io277.63MB2025-01-07 14:18
916

docker.io/postgres:11.4

linux/amd64 docker.io312.47MB2025-01-20 14:59
630

docker.io/postgres:14

linux/arm64 docker.io444.02MB2025-01-27 12:55
768

docker.io/postgres:17

linux/arm64 docker.io456.53MB2025-01-27 18:45
1853

docker.io/postgres:14.15

linux/amd64 docker.io422.30MB2025-02-04 11:33
647

docker.io/postgres:16.6-bookworm

linux/amd64 docker.io432.28MB2025-02-13 17:57
722

docker.io/postgres:17.2-bookworm

linux/amd64 docker.io434.73MB2025-02-13 18:00
813

docker.io/postgres:17.3-alpine

linux/amd64 docker.io284.35MB2025-02-14 10:44
774

docker.io/postgres:16.4-bullseye

linux/amd64 docker.io400.01MB2025-02-14 11:10
807

docker.io/postgres:15-bullseye

linux/amd64 docker.io418.13MB2025-02-26 16:42
743

docker.io/postgres:15.3

linux/amd64 docker.io411.84MB2025-03-03 11:27
530

docker.io/postgres:15.3-alpine

linux/amd64 docker.io236.75MB2025-03-03 11:32
647

docker.io/postgres:14.17-bookworm

linux/amd64 docker.io426.07MB2025-03-04 10:33
730

docker.io/postgres:13.17

linux/amd64 docker.io419.45MB2025-03-10 16:32
704

docker.io/postgres:13.20

linux/amd64 docker.io423.33MB2025-03-11 17:26
785

docker.io/postgres:15.6

linux/arm64 docker.io447.23MB2025-03-13 15:13
746

docker.io/postgres:16.3-bullseye

linux/amd64 docker.io399.85MB2025-03-13 15:49
698

docker.io/postgres:15.12

linux/amd64 docker.io429.51MB2025-03-17 11:09
572

docker.io/postgres:15.2-alpine

linux/amd64 docker.io243.09MB2025-03-19 10:17
890

docker.io/postgres:15.6-bookworm

linux/arm64 docker.io447.23MB2025-03-19 14:48
502

docker.io/postgres:15.6-bookworm

linux/amd64 docker.io425.45MB2025-03-20 15:17
549

docker.io/postgres:11.22-alpine

linux/amd64 docker.io231.90MB2025-03-20 17:24
652

docker.io/postgres:17.4

linux/amd64 docker.io438.36MB2025-03-26 11:02
1005

docker.io/postgres:latest

linux/amd64 docker.io438.36MB2025-03-26 14:07
1715

docker.io/postgres:13

linux/amd64 docker.io423.34MB2025-03-29 23:54
1172

docker.io/postgrest/postgrest:v12.2.8

linux/amd64 docker.io17.34MB2025-04-04 13:14
1498

docker.io/postgres:14.5

linux/arm64 docker.io357.18MB2025-04-08 20:02
609

docker.io/postgrest/postgrest:latest

linux/amd64 docker.io17.36MB2025-04-17 08:28
1014

docker.io/postgres:16.8

linux/amd64 docker.io435.96MB2025-04-18 13:40
1186

docker.io/postgres:12.11

linux/amd64 docker.io372.64MB2025-04-18 17:35
510

docker.io/postgres:16.1

linux/amd64 docker.io425.16MB2025-04-19 14:27
737

docker.io/postgres:11.9

linux/amd64 docker.io282.36MB2025-04-24 17:11
649

docker.io/postgres:14.1-bullseye

linux/amd64 docker.io374.04MB2025-04-25 12:40
683

docker.io/postgres:15.2-alpine

linux/arm64 docker.io241.47MB2025-04-27 09:20
597

docker.io/postgrest/postgrest:v12.2.11

linux/amd64 docker.io17.35MB2025-04-28 13:15
543

docker.io/postgres:10.23-alpine3.16

linux/amd64 docker.io79.09MB2025-05-09 03:15
668

docker.io/postgres:17.5-alpine

linux/amd64 docker.io278.20MB2025-05-12 12:29
964

docker.io/postgres:12.22-alpine3.21

linux/amd64 docker.io266.44MB2025-05-22 12:59
623

docker.io/postgres:15.13

linux/amd64 docker.io429.57MB2025-05-22 16:09
743

docker.io/postgres:17-alpine

linux/arm64 docker.io269.70MB2025-05-26 10:26
1008

docker.io/postgres:16

linux/arm64 docker.io456.79MB2025-05-27 15:50
1330

docker.io/postgrest/postgrest:v12.2.12

linux/amd64 docker.io17.38MB2025-05-27 22:02
850

docker.io/postgres:12.3-alpine

linux/amd64 docker.io157.31MB2025-06-12 09:18
687

docker.io/postgres:17.5-bookworm

linux/amd64 docker.io438.42MB2025-06-13 11:09
654

docker.io/postgres:17.5

linux/amd64 docker.io438.42MB2025-06-17 20:03
866

docker.io/postgres:16.9-bullseye

linux/amd64 docker.io424.74MB2025-06-30 16:00
700

docker.io/postgres:17.5-alpine3.22

linux/amd64 docker.io278.76MB2025-07-03 16:01
795

docker.io/postgres:13.21

linux/amd64 docker.io423.40MB2025-07-04 17:17
591

docker.io/postgres:12-alpine

linux/amd64 docker.io266.44MB2025-07-07 14:56
690

docker.io/postgres:latest

linux/arm64 docker.io459.31MB2025-07-18 11:41
1454

docker.io/postgres:15.4-alpine

linux/amd64 docker.io237.40MB2025-07-19 09:47
574

docker.io/postgres:16.9-alpine

linux/amd64 docker.io275.93MB2025-07-20 16:55
833

docker.io/postgres:11-alpine

linux/amd64 docker.io231.90MB2025-07-23 14:46
537

docker.io/postgres:14.18

linux/amd64 docker.io426.14MB2025-07-28 14:46
533

docker.io/postgres:16.5

linux/amd64 docker.io432.29MB2025-07-31 14:08
586

docker.io/postgres:15

linux/amd64 docker.io429.58MB2025-08-04 10:18
1040

docker.io/postgres:16.10-alpine3.21

linux/amd64 docker.io275.40MB2025-08-15 11:48
568

docker.io/postgres:13.22

linux/amd64 docker.io439.21MB2025-08-16 18:18
648

docker.io/postgres:17.6

linux/amd64 docker.io454.26MB2025-08-16 18:20
1169

docker.io/postgres:17.6-bookworm

linux/amd64 docker.io438.47MB2025-08-19 22:35
657

docker.io/postgres:14.19

linux/amd64 docker.io441.90MB2025-08-29 14:38
456

docker.io/postgres:14.9

linux/amd64 docker.io408.06MB2025-08-29 14:42
457

docker.io/postgres:14.5

linux/amd64 docker.io376.37MB2025-09-02 16:18
617
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×