docker-postgis icon indicating copy to clipboard operation
docker-postgis copied to clipboard

Docker image for PostGIS

Results 48 docker-postgis issues
Sort by recently updated
recently updated
newest added

A user reported this issue on postgis issue tracker: trying to use 14-3.2 image https://trac.osgeo.org/postgis/ticket/5199 User was trying to do an out-db-raster call to a google cloud raster, and the...

I'm currently running Apple Silicon machine, which is using the ARM-64 ISA. Currently the postgis image is only built for amd64. Would it be possible to export ARM-64 builds? The...

I'd like to disable `fsync` - is there a way to do this with this image?

I was wondering if there was any interest in generating more of the Docker files from templates at build time? This could make it easier to update, add more archs,...

Hi, We are using `postgis:10-2.5-alpine` image to run our CI/CD pipeline, which started to fail after the latest release. (we always pull the latest `postgis:10-2.5-alpine` image, and the latest that...

Using `docker run --rm --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgis/postgis:14-3.2-alpine` AND `docker run -it --rm --link some-postgres postgres psql postgresql://postgres:mysecretpassword@some-postgres -c "CREATE EXTENSION postgis_sfcgal;" -c "SELECT ST_AsGeoJSON(ST_StraightSkeleton(ST_GeomFromText('POLYGON (( 190 190,...

The following file has been created and modified: Added support of buildx in Makefile to build and push the docker image for arm64 and amd64 platforms. Updated .github/workflows/main.yml to build,...

As noted in this ticket - https://github.com/pramsey/pgsql-ogr-fdw/issues/182 It would be really handy if docker-postgis files include ogr_fdw. ogr_fdw spatial data wrapper is already carried by apt.postgresql.org and yum.postgresql.org and its...

We're using an "old" docker version and we used to use postgis. But since few days, your image postgis/postgis:11-3.1 now requires Docker 20.10.6. Source: https://github.com/docker-library/postgres/issues/884#issuecomment-929958080 It would be very cool...

Thanks to ImreSamu in issue #273 for writing this summary