https://github.com/existentialmutt/docker-postgis-10-2.5
Docker build files for multi-platform postgres w/ postgis
https://github.com/existentialmutt/docker-postgis-10-2.5
Last synced: 3 months ago
JSON representation
Docker build files for multi-platform postgres w/ postgis
- Host: GitHub
- URL: https://github.com/existentialmutt/docker-postgis-10-2.5
- Owner: existentialmutt
- Created: 2022-01-20T23:48:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T23:53:41.000Z (over 4 years ago)
- Last Synced: 2025-10-13T21:29:46.257Z (9 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiplatform-compatible Dockerfile for building Postgres w/ PostGIS
This repository targets Postgres 10 with PostGIS 2.5. The docker image is published on docker hub as `existentialmutt/postgis:10-2.5`
To build for amd64 (Intel processors) and arm64 (Apple Silicon) run
```
docker buildx build --platform=linux/amd64,linux/arm64 -t existentialmutt/postgis:10-2.5 . --push
```
Based on the official PostGIS Docker images. See the [official repo](https://github.com/postgis/docker-postgis) for more information.