轩辕镜像 官方专业版
轩辕镜像
专业版
轩辕镜像 官方专业版
轩辕镜像
专业版
首页个人中心搜索镜像
交易
充值流量¥7起我的订单
文档
工具
提交工单页面收录
postgis

imresamu/postgis

imresamu

这是一个用于PostGIS/PostGIS镜像的测试用仓库,其中PostGIS是基于PostgreSQL的开源空间数据库扩展,该仓库的GitHub地址为[]

14 次收藏下载次数: 0状态:社区镜像维护者:imresamu仓库类型:镜像最近更新:15 天前
让 AI 帮你使用轩辕镜像? · 展开查看说明 · 点击收起说明

如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。

只需在 AI 对话中先发送下面这句话即可:

请先完整阅读并严格遵守以下文档中的全部规则与要求:

https://xuanyuan.cloud/agents.md

在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。

查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。

DockerHub 官方简介
轩辕镜像中文简介
下载命令
镜像标签列表与下载命令
轩辕镜像,让镜像更快,让人生更轻。
点击查看

🚧🔧💡🧹 WIP: Experimental development:

  • 🧪🐳 test images (amd64 + arm64) for the users: https://hub.docker.com/r/imresamu/postgis
    • 🧪 internal amd64 only repo: https://hub.docker.com/r/imresamu/postgis-amd64/tags
    • 🧪 internal arm64 only repo: https://hub.docker.com/r/imresamu/postgis-arm64/tags
  • 🧪 code: https://github.com/ImreSamu/docker-postgis
  • Status: Experimental, under active development

🐳🐘🌍 postgis/postgis

https://github.com/imresamu/docker-postgis/workflows/Build%20PostGIS%20images/badge.svg](https://github.com/imresamu/docker-postgis/actions) ![Join the chat at []]([]

Important: Please note that this README document is larger than the 25,000 character limit set by Docker Hub. As a result, the version available on Docker Hub will be trimmed and not complete. For the complete and untrimmed version of the README, it is recommended to visit the project GitHub page: https://github.com/ImreSamu/docker-postgis/blob/master/README.md

The imresamu/postgis image provides tags for running Postgres with PostGIS extensions installed. This image is based on the official https://registry.hub.docker.com/_/postgres/ image and provides debian and alpine variants for PostGIS which is compatible with PostgreSQL versions 13, 14, 15, 16 and 17. Additionally, an image version is provided which is built from the latest two versions of Postgres (16,17) with versions of PostGIS and its dependencies built from their respective master branches.

This image ensures that the default database created by the parent postgres image will have the following extensions installed:

installed extensionshttps://github.com/imresamu/docker-postgis/blob/master/initdb-postgis.sh
postgisyes
postgis_topologyyes
postgis_tiger_geocoderyes
postgis_raster
postgis_sfcgal
address_standardizer
address_standardizer_data_us

Unless -e POSTGRES_DB is passed to the container at startup time, this database will be named after the admin user (either postgres or the user specified with -e POSTGRES_USER). If you would prefer to use the older template database mechanism for enabling PostGIS, the image also provides a PostGIS-enabled template database called template_postgis.

Versions (2025-12-22)

We provide multi-platform image support for the following architectures:

  • amd64: Also known as x86-64.
    • Use --platform=linux/amd64 when specifying the platform.
  • arm64: Also known as AArch64.
    • Use --platform=linux/arm64 when specifying the platform.

Notes:

  • The arm64 architecture support is still experimental. Please refer to the 'arch' column in the version information to determine whether an arm64 version is available for a specific release.
  • We currently do not support 32-bit architectures. Our images are only available for 64-bit architectures.

Build Status

ArchBuild systemStatus
Amd64https://github.com/ImreSamu/docker-postgis/actions/workflows/main.ymlhttps://github.com/ImreSamu/docker-postgis/actions/workflows/main.yml/badge.svg](https://github.com/ImreSamu/docker-postgis/actions/workflows/main.yml)
Arm64CircleCI-logs![CircleCI]([***]

🌟Recommended Versions for New Users

For those new to PostGIS, we recommend the following image versions:

  • imresamu/postgis:17-3.5-bookworm: This image includes a minimal setup of PostgreSQL with the PostGIS extension. ( debian bookworm based, easy to extend with debian packages )
  • imresamu/postgis:17-recent-bookworm: (experimental) Latest postgis with the latest geos,proj,gdal,sfcgal. ( debian based, extending is complex ! )
  • imresamu/postgis:16-3.5-bundle0-bookworm: (experimental) This image includes additional geospatial-related extras along with PostgreSQL and PostGIS.

🥇Debian - bookworm (recommended)

  • This Docker-PostGIS version has a cautious release cycle to guarantee high stability.
    • By "cautious", we mean it does not always have the latest versions of geos, proj, gdal, and sfcgal packages.
  • We use PostGIS, geos, proj, gdal, and sfcgal packages from the Debian repository. The versions are: geos=3.11, gdal=3.6, proj=9.1, and sfcgal=1.4.
  • This version is easy to extend and has matured over time.
docker.io/imresamu/postgis: tagsDockerfileArchOSPostgresPostGIS
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.6-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.6.1-bookwormhttps://github.com/imresamu/docker-postgis/blob/master/13-3.6/bookworm/Dockerfileamd64 arm64bookworm133.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.6-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.6.1-bookwormhttps://github.com/imresamu/docker-postgis/blob/master/14-3.6/bookworm/Dockerfileamd64 arm64bookworm143.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.6-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.6.1-bookwormhttps://github.com/imresamu/docker-postgis/blob/master/15-3.6/bookworm/Dockerfileamd64 arm64bookworm153.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.6-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.6.1-bookwormhttps://github.com/imresamu/docker-postgis/blob/master/16-3.6/bookworm/Dockerfileamd64 arm64bookworm163.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.6-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.6.1-bookwormhttps://github.com/imresamu/docker-postgis/blob/master/17-3.6/bookworm/Dockerfileamd64 arm64bookworm173.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=18-3.6-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=18-3.6.1-bookwormhttps://github.com/imresamu/docker-postgis/blob/master/18-3.6/bookworm/Dockerfileamd64 arm64bookworm183.6.1

📘Debian - Trixie

  • We use PostGIS, geos, proj, gdal, and sfcgal packages from the Debian repository.
    • In the Debian Trixie repository, the versions are: geos=3.13, gdal=3.10, proj=9.6, and sfcgal=2.0.
  • This version is easy to extend and has matured over time.
docker.io/imresamu/postgis: tagsDockerfileArchOSPostgresPostGIS
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.6-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.6.1-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.6https://github.com/imresamu/docker-postgis/blob/master/13-3.6/trixie/Dockerfileamd64 arm64trixie133.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.6-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.6.1-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.6https://github.com/imresamu/docker-postgis/blob/master/14-3.6/trixie/Dockerfileamd64 arm64trixie143.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.6-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.6.1-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.6https://github.com/imresamu/docker-postgis/blob/master/15-3.6/trixie/Dockerfileamd64 arm64trixie153.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.6-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.6.1-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.6https://github.com/imresamu/docker-postgis/blob/master/16-3.6/trixie/Dockerfileamd64 arm64trixie163.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.6-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.6.1-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.6https://github.com/imresamu/docker-postgis/blob/master/17-3.6/trixie/Dockerfileamd64 arm64trixie173.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=18-3.6-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=18-3.6.1-trixie, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=18-3.6, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=latesthttps://github.com/imresamu/docker-postgis/blob/master/18-3.6/trixie/Dockerfileamd64 arm64trixie183.6.1

🧪Recent ( experimental )

  • These images are similar to the debian-based *-master images ( same Dockerfile template ) However, for every build, we use the latest released tag from each library (such as postgis, geos, proj, gdal, cgal, sfcgal).
  • These images are ideal for testing purposes, but expanding them is not straightforward.
  • The specific versions of the libraries used (like postgis, geos, proj, gdal, cgal, sfcgal) can be found in the tags of the image or in the Dockerfile.
docker.io/imresamu/postgis: tagsDockerfileArchOSPostgresPostGIS
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-recent-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-recent-postgis3.6.1-geos3.14.1-proj9.7.1-gdal3.12.1-cgal6.1-sfcgal2.2.0-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-recent-postgis3.6-geos3.14-proj9.7-gdal3.12-cgal6.1-sfcgal2.2-bookwormhttps://github.com/imresamu/docker-postgis/blob/master/17-recent/bookworm/Dockerfileamd64 arm64bookworm17postgis=tags/3.6.1, geos=tags/3.14.1, proj=tags/9.7.1, gdal=tags/v3.12.1, cgal=tags/v6.1, sfcgal=tags/v2.2.0
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=18-recent-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=18-recent-postgis3.6.1-geos3.14.1-proj9.7.1-gdal3.12.1-cgal6.1-sfcgal2.2.0-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=18-recent-postgis3.6-geos3.14-proj9.7-gdal3.12-cgal6.1-sfcgal2.2-bookwormhttps://github.com/imresamu/docker-postgis/blob/master/18-recent/bookworm/Dockerfileamd64 arm64bookworm18postgis=tags/3.6.1, geos=tags/3.14.1, proj=tags/9.7.1, gdal=tags/v3.12.1, cgal=tags/v6.1, sfcgal=tags/v2.2.0

🧪Debian Geo Bundle ( experimental )

This repository provides Debian-based PostGIS Docker images enriched with additional geospatial packages such as pgRouting, https://github.com/zachasme/h3-pg, https://github.com/pramsey/pgsql-ogr-fdw, MobilityDB, PL/Python3, https://pgpointcloud.github.io/pointcloud/, https://github.com/pgvector/pgvector, TimeScaleDB and others. These images serve as a comprehensive solution for various server side geospatial needs. Please note that the included package list is subject to change as we continue to refine the 'bundle0'.

docker.io/imresamu/postgis: tagsDockerfileArchOSPostgresPostGIS
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.6-bundle0-bookworm, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.6.1-bundle0-bookwormhttps://github.com/imresamu/docker-postgis/blob/master/17-3.6-bundle0/bookworm/Dockerfileamd64 arm64bookworm173.6.1

⛰️Alpine 3.21 based

  • The base operating system is Alpine Linux. It is designed to be small, simple, and secure, and it's based on musl libc.
  • In the Alpine 3.21 version, the package versions are: geos=3.13, gdal=3.10, proj=9.5, and sfcgal=2.0
  • PostGIS is compiled from source, making it a bit more challenging to extend.
docker.io/imresamu/postgis: tagsDockerfileArchOSPostgresPostGIS
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.3-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.3.8-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/13-3.3/alpine3.21/Dockerfileamd64 arm64alpine3.21133.3.8
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.4-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.4.4-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/13-3.4/alpine3.21/Dockerfileamd64 arm64alpine3.21133.4.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.5-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.5.4-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/13-3.5/alpine3.21/Dockerfileamd64 arm64alpine3.21133.5.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.6-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.6.1-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/13-3.6/alpine3.21/Dockerfileamd64 arm64alpine3.21133.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.3-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.3.8-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/14-3.3/alpine3.21/Dockerfileamd64 arm64alpine3.21143.3.8
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.4-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.4.4-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/14-3.4/alpine3.21/Dockerfileamd64 arm64alpine3.21143.4.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.5-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.5.4-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/14-3.5/alpine3.21/Dockerfileamd64 arm64alpine3.21143.5.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.6-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.6.1-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/14-3.6/alpine3.21/Dockerfileamd64 arm64alpine3.21143.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.3-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.3.8-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/15-3.3/alpine3.21/Dockerfileamd64 arm64alpine3.21153.3.8
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.4-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.4.4-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/15-3.4/alpine3.21/Dockerfileamd64 arm64alpine3.21153.4.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.5-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.5.4-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/15-3.5/alpine3.21/Dockerfileamd64 arm64alpine3.21153.5.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.6-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.6.1-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/15-3.6/alpine3.21/Dockerfileamd64 arm64alpine3.21153.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.3-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.3.8-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/16-3.3/alpine3.21/Dockerfileamd64 arm64alpine3.21163.3.8
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.4-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.4.4-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/16-3.4/alpine3.21/Dockerfileamd64 arm64alpine3.21163.4.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.6-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=16-3.6.1-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/16-3.6/alpine3.21/Dockerfileamd64 arm64alpine3.21163.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.4-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.4.4-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/17-3.4/alpine3.21/Dockerfileamd64 arm64alpine3.21173.4.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.5-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.5.4-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/17-3.5/alpine3.21/Dockerfileamd64 arm64alpine3.21173.5.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.6-alpine3.21, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=17-3.6.1-alpine3.21https://github.com/imresamu/docker-postgis/blob/master/17-3.6/alpine3.21/Dockerfileamd64 arm64alpine3.21173.6.1

⛰️Alpine 3.22 based

  • The base operating system is Alpine Linux. It is designed to be small, simple, and secure, and it's based on musl libc.
  • In the Alpine 3.22 version, the package versions are: geos=3.13.1, gdal=3.10.2, proj=9.6.0, and sfcgal=2.0.0
  • PostGIS is compiled from source, making it a bit more challenging to extend.
docker.io/imresamu/postgis: tagsDockerfileArchOSPostgresPostGIS
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.4-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.4.4-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.4-alpinehttps://github.com/imresamu/docker-postgis/blob/master/13-3.4/alpine3.22/Dockerfileamd64 arm64alpine3.22133.4.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.5-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.5.4-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.5-alpinehttps://github.com/imresamu/docker-postgis/blob/master/13-3.5/alpine3.22/Dockerfileamd64 arm64alpine3.22133.5.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.6-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.6.1-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=13-3.6-alpinehttps://github.com/imresamu/docker-postgis/blob/master/13-3.6/alpine3.22/Dockerfileamd64 arm64alpine3.22133.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.4-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.4.4-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.4-alpinehttps://github.com/imresamu/docker-postgis/blob/master/14-3.4/alpine3.22/Dockerfileamd64 arm64alpine3.22143.4.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.5-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.5.4-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.5-alpinehttps://github.com/imresamu/docker-postgis/blob/master/14-3.5/alpine3.22/Dockerfileamd64 arm64alpine3.22143.5.4
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.6-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.6.1-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=14-3.6-alpinehttps://github.com/imresamu/docker-postgis/blob/master/14-3.6/alpine3.22/Dockerfileamd64 arm64alpine3.22143.6.1
https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.4-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.4.4-alpine3.22, https://registry.hub.docker.com/r/imresamu/postgis/tags?page=1&name=15-3.4-alpinehttps://github.com/imresamu/docker-postgis/blob/master/15-3.4/alpine3.22/Dockerfileamd64 arm64alpine3.22153.4.4

镜像拉取方式

您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。

轩辕镜像加速拉取命令点我查看更多 postgis 镜像标签

docker pull docker.xuanyuan.run/imresamu/postgis:<标签>

使用方法:

  • 登录认证方式
  • 免认证方式

DockerHub 原生拉取命令

docker pull imresamu/postgis:<标签>

轩辕镜像配置手册

按平台快速找到配置文档

Docker

登录仓库拉取

登录认证 · 私有仓库

专属域名拉取

免登录 · 高速拉取

Linux

Docker 镜像配置

Windows / Mac

Docker Desktop 配置

MacOS OrbStack

OrbStack 容器

Docker Compose

Compose 项目配置

NAS

群晖

Synology 配置

飞牛

fnOS 镜像配置

绿联

绿联 NAS

威联通

QNAP 配置

极空间

极空间 NAS

企业仓库

其他仓库

ghcr · Quay · nvcr

Harbor 镜像源

Proxy Repository 对接

Portainer 镜像源

Registries 配置

Nexus 镜像源

Docker Proxy 缓存

开发工具

Dev Containers

VS Code 开发容器

Podman

Podman 配置指南

Singularity / Apptainer

HPC 科学计算容器

Kubernetes

K8s Containerd

Kubernetes · Containerd

K3s

轻量级集群

面板 / 网络

爱快路由

iKuai 镜像加速

宝塔面板

一键配置镜像源

AI

用 AI 使用轩辕镜像

agents.md · AI 对话 · 提示词

一键安装

一键安装 Docker

Linux Docker 一键安装

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

功能

免费版与专业版区别

功能对比 · 版本选择

支持的镜像仓库

Docker Hub · GCR · GHCR

新手拉取配置

登录 · 专属域名 · 配置

docker search 限制

专属域名 · Hub 搜索

不支持 push

仅支持 pull · 不支持

拉取速度原因

带宽 · 缓存 · 冷热镜像

错误码

402 与流量用尽

402 · 流量包 · 充值

401 认证失败

401 · docker login

manifest unknown

标签错误 · 镜像不存在

410 Gone 排查

410 · Docker 升级

429 限流

免费版 · 请求频率

其他报错

DNS 超时

DNS 解析 · 网络超时

TLS 证书失败

no matching manifest(架构)

账号

失败是否计费

manifest · blob · 计费

申请开发票(企业 / 个人)

企业 · 个人 · 工单

修改登录密码

网站 · 仓库 · 重置

注销账户

工单 · 数据 · 注销

原理

mirrors 不生效

daemon.json · 重启

去掉域名前缀

docker tag · 重命名

指定架构拉取

ARM64 · AMD64 · 多架构

latest 与「最新」

digest · 版本号 · 标签

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
imresamu/postgis
教程轩辕镜像功能与使用教程
定价查看流量套餐与价格
热门查看热门 Docker 镜像推荐
博客Docker 镜像公告与技术博客
专业版 · 高速稳定拉取镜像
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
50GB 仅 ¥7/年
专业版 · 高速稳定拉取镜像
50GB 仅 ¥7/年
高速镜像下载·在线技术支持·99.95% SLA 保障·付费会员免广告
商务合作:点击复制邮箱
用户协议·隐私政策·©2024-2026 源码跳动
用户协议·隐私政策©2024-2026 杭州源码跳动科技有限公司商务合作:点击复制邮箱

更多 postgis 镜像推荐

postgis/postgis logo

postgis/postgis

postgis
PostGIS是PostgreSQL对象关系型数据库的空间数据库扩展器,它为PostgreSQL增添了对空间数据类型(如点、线、面、几何体集合等)的支持,提供空间索引功能以提升空间数据查询效率,并集成了丰富的空间分析函数(包括距离计算、缓冲区分析、叠加操作等),使PostgreSQL能够高效存储、管理与分析空间数据,广泛应用于地理信息系统(GIS)、位置服务、地图绘制等领域。
297 次收藏1亿+ 次下载
21 天前更新
postgis/postgis-build-env logo

postgis/postgis-build-env

postgis
这是用于PostGIS持续集成测试的环境,集成了其核心依赖组件PostgreSQL、GDAL、PROJ及GEOS的多种版本,旨在通过覆盖不同版本组合,确保PostGIS在各类环境配置下的兼容性与稳定性,为开发过程中的自动化测试提供可靠支撑。
9 次收藏10万+ 次下载
17 天前更新
corpusops/postgis logo

corpusops/postgis

corpusops
CorpusOps Docker Images是一个预构建且可定制的Docker镜像集合,针对各类开发与生产环境优化,包含用于CI/CD流水线、基础设施自动化及应用部署的工具,专注于安全性、性能与易维护性,并提供全面文档及社区驱动的更新。
5 次收藏10万+ 次下载
1 年前更新
rootpublic/postgis logo

rootpublic/postgis

rootpublic
Root精选PostGIS镜像是安全、轻量且便捷的容器化应用起点,基于官方postgis/postgis构建,具备减少镜像大小、最小化攻击面和改进初始安全状态的特性。
4.2千+ 次下载
10 个月前更新
mdillon/postgis logo

mdillon/postgis

mdillon
基于官方Postgres镜像的PostGIS容器,预安装PostGIS 2.5及相关扩展(postgis、postgis_topology、fuzzystrmatch、postgis_tiger_geocoder),支持Postgres 9.4-9.6、10和11版本,可快速部署空间数据库。
425 次收藏5000万+ 次下载
7 年前更新
kartoza/postgis logo

kartoza/postgis

kartoza
即开即用的PostGIS地理空间数据库是基于PostgreSQL的高效空间扩展解决方案,可快速存储、查询和分析各类地理空间数据,涵盖矢量数据(如点、线、面要素)与栅格数据处理,支持空间索引优化、地理编码转换、拓扑关系验证及空间分析函数等核心功能,适用于GIS应用开发、城市规划、环境监测、位置服务等多场景,无需复杂配置即可直接部署使用。
203 次收藏1000万+ 次下载
1 个月前更新

查看更多 postgis 相关镜像

更多相关 Docker 镜像与资源

以下是 imresamu/postgis 相关的常用 Docker 镜像,适用于 不同场景 等不同场景:

  • postgis/postgis Docker 镜像说明(PostGIS 空间数据库扩展,为 PostgreSQL 添加地理空间功能)
  • kartoza/postgis Docker 镜像说明(PostGIS 地理空间数据库扩展,基于 PostgreSQL)
  • library/postgres Docker 镜像说明
  • cimg/postgres Docker 镜像说明(CI/CD 优化版本)
  • ubuntu/postgres Docker 镜像说明(基于 Ubuntu,稳定性更好)