> I assume the geos you get from Alpine is from > their main repo and that is why it is at > 3.10.2, instead of the newly released GEOS 3.11.0?
Yes, In the Alpine 3.16 repo -> the current Geos package = 3.10.2 https://pkgs.alpinelinux.org/packages?name=geos&branch=v3.16 And this is the current 15beta2-3.3.0beta1-alpine Dockerfile, only the postgis will be compiled. https://github.com/postgis/docker-postgis/blob/master/15beta2-3.3.0beta1/alpine/Dockerfile The postgis alpine version is generally expected to have a small image size, and Alpine 3.16 GEOS package is currently on 3.10.2. ( Alpine 3.17 expected in the next 6 months ) And the recommended -lto flag is not yet enabled. ( the jq based templating is planned, so it will be solved in the future ) It's not perfect yet, but I hope it will continue to get better and better in the future. and I will try to figure out how to make the recommended geos 3.11-based PostGIS version. (Maybe it will be Debian based.) regards, Imre Regina Obe <[email protected]> ezt írta (időpont: 2022. júl. 4., H, 20:02): > Much appreciated J > > One question for #2 > > I assume the geos you get from Alpine is from their main repo and that is > why it is at > > 3.10.2, instead of the newly released GEOS 3.11.0? > > > > If you are building that too, can you update it to GEOS 3.11.0. > > > > The geos on the masters I’m happy to see are at geos 3.12dev J > > > > > > *From:* postgis-users [mailto:[email protected]] *On > Behalf Of *Imre Samu > *Sent:* Monday, July 4, 2022 3:28 AM > *To:* PostGIS Users Discussion <[email protected]> > *Subject:* Re: [postgis-users] [postgis-devel] PostGIS 3.3.0beta1 released > > > > And the PostGIS docker images also have been updated so they are ready for > testing: > > > > 1.) NEW: docker pull *postgis/postgis:14-3.3.0beta1-alpine * > > PostgreSQL 14.4 on x86_64-pc-linux-musl, compiled by gcc (Alpine > 11.2.1_git20220219) 11.2.1 20220219, 64-bit > POSTGIS="3.3.0beta1 0" [EXTENSION] PGSQL="140" GEOS="3.10.2-CAPI-1.16.0" > PROJ="9.0.0" LIBXML="2.9.14" LIBJSON="0.16" LIBPROTOBUF="1.4.0" > WAGYU="0.5.0 (Internal)" > > > > 2.) NEW: docker pull *postgis/postgis:15beta2-3.3.0beta1-alpine* > > PostgreSQL 15beta2 on x86_64-pc-linux-musl, compiled by gcc (Alpine > 11.2.1_git20220219) 11.2.1 20220219, 64-bit > POSTGIS="3.3.0beta1 0" [EXTENSION] PGSQL="150" GEOS="3.10.2-CAPI-1.16.0" > PROJ="9.0.0" LIBXML="2.9.14" LIBJSON="0.16" LIBPROTOBUF="1.4.0" > WAGYU="0.5.0 (Internal)" > > > > 3.) UPDATED: docker pull *postgis/postgis:15beta2-master* > > PostgreSQL 15beta2 (Debian 15~beta2-1.pgdg110+1) on x86_64-pc-linux-gnu, > compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit > POSTGIS="3.3.0dev 3.3.0beta1-2-ga887aab94" [EXTENSION] PGSQL="150" > GEOS="3.12.0dev-CAPI-1.18.0" PROJ="9.1.0" LIBXML="2.9.10" LIBJSON="0.15" > LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)" > > > > 4.) UPDATED: docker pull *postgis/postgis:14-master* > > PostgreSQL 14.4 (Debian 14.4-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled > by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit > POSTGIS="3.3.0dev 3.3.0beta1-2-ga887aab94" [EXTENSION] PGSQL="140" > GEOS="3.12.0dev-CAPI-1.18.0" PROJ="9.1.0" LIBXML="2.9.10" LIBJSON="0.15" > LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)" > > > > More details: https://github.com/postgis/docker-postgis > > > > Regards, > > Imre ( docker-postgis contributor and user ) > > > > > > Regina Obe <[email protected]> ezt írta (időpont: 2022. júl. 3., V, 19:11): > > The PostGIS Team is pleased to release PostGIS 3.3.0beta1 > Best served with PostgreSQL 15 beta2 and GEOS 3.11.0. > > Extra features enabled if you are running with PostgreSQL 15 and GEOS > 3.11.0. > > The new --enable-lto flag improves math computations. This new feature is > disabled by default. > > Use below to enable it. > > ./configure --enable-lto > > Details here: https://postgis.net/2022/07/03/postgis-3.3.0beta1/ > > Warm regards, > PostGIS Development Team > > _______________________________________________ > postgis-devel mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/postgis-devel > > _______________________________________________ > postgis-users mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/postgis-users >
_______________________________________________ postgis-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/postgis-users
