Skip to content

add postgis/postgis:14beta2-3.1 versions #249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 14, 2021

Conversation

ImreSamu
Copy link
Member

adding a new Postgres 14beta2 versions


Other notes:

ImreSamu added 4 commits July 14, 2021 04:01
- No "postgres:14" images; only "postgres:14beta2" and "postgres:14beta2-alpine"
so I have made some quick&dirty changes
The Postgres-betas internal format can be change; so the new tagging is better for the users.
typical error: "The database cluster was initialized with CATALOG_VERSION_NO"
related: postgis#228

- I have updated some upstream master to main.
The debain version is still on 3.1.2 ; but this unmodified version is not working with beta2
see: https://postgis.net/2021/07/02/postgis-3.1.3/
@ImreSamu
Copy link
Member Author

build test OK: ready to review

@phillipross
Copy link
Contributor

looks good to me, is it ready for merging?

@ImreSamu
Copy link
Member Author

looks good to me, is it ready for merging?

IMHO: yes

"postgis/postgis:14beta2-3.1-alpine"
postgres=# select version(), postgis_full_version() ;
-[ RECORD 1 ]--------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------
version              | PostgreSQL 14beta2 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424, 64-bit
postgis_full_version | POSTGIS="3.1.3 0" [EXTENSION] PGSQL="140" GEOS="3.9.1-CAPI-1.14.2" PROJ="7.2.1" LIBXML="2.9.12" LIBJSON="0.15" LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)" TOPOLOGY
"postgis/postgis:14beta2-3.1" ( debian )
postgres=# select version(), postgis_full_version() ;
-[ RECORD 1 ]--------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
version              | PostgreSQL 14beta2 (Debian 14~beta2-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
postgis_full_version | POSTGIS="3.1.2 cbe925d" [EXTENSION] PGSQL="140" GEOS="3.7.1-CAPI-1.11.1 27a5e771" PROJ="Rel. 5.2.0, September 15th, 2018" LIBXML="2.9.4" LIBJSON="0.12.1" LIBPROTOBUF="1.3.1" WAGYU="0.5.0 (Internal)" TOPOLOGY

@phillipross phillipross merged commit dabd4d3 into postgis:master Jul 14, 2021
@ImreSamu ImreSamu deleted the imre_14beta2 branch July 14, 2021 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants