An open API service indexing awesome lists of open source software.

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

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.