postgis / docker-postgis

Docker image for PostGIS
https://hub.docker.com/r/postgis/postgis/
MIT License
1.37k stars 462 forks source link

HOLD: Upgrade alpine315 #271

Closed ImreSamu closed 2 years ago

ImreSamu commented 2 years ago

STATUS: waiting for Postgis 3.1.5


Alpine 3.15 upgrade

Changes in the Dockerfile.alpine.template

(in theory) fixing this error

/bin/sh: /usr/lib/llvm12/bin/llvm-lto: not found
make[1]: *** [/usr/local/lib/postgresql/pgxs/src/makefiles/pgxs.mk:240: install] Error 127
make[1]: Leaving directory '/usr/src/postgis/postgis'
make: *** [GNUmakefile:22: install] Error 1

Still testing.

ImreSamu commented 2 years ago

there are 2 check fails in alpine3.14 + postgis 3.1.4 ( Run tests: 140 Failed: 2 )

probably there is a fix for a regress_buffer_params:

ImreSamu commented 2 years ago

I have created a temporary fix - locking Alpine 3.14 ( https://github.com/postgis/docker-postgis/pull/272 ) And waiting for Postgis 3.1.5

ImreSamu commented 2 years ago

Obsolete / Outdated