Skip to content

Update to 2.4, add PostgreSQL 10 #64

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

Closed
wants to merge 3 commits into from

Conversation

tdamsma
Copy link

@tdamsma tdamsma commented Oct 14, 2017

Due to the problem that the postgis package is not versioned with a release number in the name (see here), the version constraint for the postgis package (which contains the pgsql2shp,shp2pgsql, raster2pgsql, and shp2pgsql-gui userland binaries)o. The 9.x-2.3 images thus have postgis 2.3 installed, but these binaries are from postgis 2.4

Fixes #62

Thijs Damsma added 3 commits October 14, 2017 12:00
@tdamsma tdamsma changed the title Update of all images, and addition of 9.6-2.4 and 10-2.4 Update of all containers, and addition of 9.6-2.4 and 10-2.4 Oct 14, 2017
@@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR=$POSTGIS_VERSION \
postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts=$POSTGIS_VERSION \
postgis=$POSTGIS_VERSION \
postgis\
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you put the space back: postgis \

@@ -15,6 +16,7 @@ env:
- VERSION=9.3-2.3 VARIANT=alpine
- VERSION=9.2-2.3
- VERSION=9.2-2.3 VARIANT=alpine
- VERSION=10-2.4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about Alpine variants?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm taking a stab at updating this myself (assuming you didn't uncheck the checkbox that lets me push to your branch).

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, Allow edits from maintainers is still checked

@md5 md5 changed the title Update of all containers, and addition of 9.6-2.4 and 10-2.4 Update to 2.4, add PostgreSQL 10 Nov 10, 2017
@md5 md5 mentioned this pull request Nov 10, 2017
@md5 md5 closed this in #67 Nov 10, 2017
@tdamsma tdamsma deleted the update_postgis branch July 16, 2019 12:36
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