-
Notifications
You must be signed in to change notification settings - Fork 482
Create an image based on Postgres 9.5 #8
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
Comments
Just checked again today whether there's a PostGIS 2.1 package available for Postgres 9.5 and there doesn't appear to be one yet. |
+1 Is it possible to create 9.5-2.2 version ? ("PostgreSQL 9.5 with PostGIS 2.2 )
I am testing programs with different postgre + postgis versions,
( https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS#PostGISSupportMatrix ) |
I just checked again and I don't see any PostGIS 2.2 packages at all (I checked both $ curl -fsSL http://apt.postgresql.org/pub/repos/apt/dists/jessie-pgdg/main/binary-amd64/Packages | grep -w 'Package: postgresql-.*postgis-2.1$'
Package: postgresql-9.0-postgis-2.1
Package: postgresql-9.1-postgis-2.1
Package: postgresql-9.2-postgis-2.1
Package: postgresql-9.3-postgis-2.1
Package: postgresql-9.4-postgis-2.1 If you can figure out where the packages are (if they exist) and provide a PR that adds the relevant directories and updates the This isn't the first time that I've ran into issues with the maintenance of the PostGIS Debian packages. The more common problem is that packages that used to exist in the index suddenly disappear when a new version is packaged. This has broken the automated build for this package after a new build was triggered by an update to the |
I just realized that last $ curl -fsSL http://apt.postgresql.org/pub/repos/apt/dists/jessie-pgdg/main/binary-amd64/Packages | grep -w 'Package: postgresql-.*postgis-.*$' |
grep -v -- -scripts
Package: postgresql-9.0-postgis-2.1
Package: postgresql-9.1-postgis-2.1
Package: postgresql-9.2-postgis-2.1
Package: postgresql-9.3-postgis-2.1
Package: postgresql-9.4-postgis-2.1 It's possible that those packages exist under |
Looks like there are 2.0 packages for $ curl -fsSL http://apt.postgresql.org/pub/repos/apt/dists/wheezy-pgdg/main/binary-amd64/Packages | grep 'Package:.*-postgis-' | grep -v -- -scripts
Package: postgresql-8.4-postgis-2.0
Package: postgresql-9.0-postgis-2.0
Package: postgresql-9.0-postgis-2.1
Package: postgresql-9.1-postgis-2.0
Package: postgresql-9.1-postgis-2.1
Package: postgresql-9.2-postgis-2.0
Package: postgresql-9.2-postgis-2.1
Package: postgresql-9.3-postgis-2.1
Package: postgresql-9.4-postgis-2.1
$ curl -fsSL http://apt.postgresql.org/pub/repos/apt/dists/squeeze-pgdg/main/binary-amd64/Packages | grep 'Package:.*-postgis-' | grep -v -- -scripts
$ curl -fsSL http://apt.postgresql.org/pub/repos/apt/dists/etch-pgdg/main/binary-amd64/Packages | grep 'Package:.*-postgis-' | grep -v -- -scripts
$ |
FWIW, I've started a branch for 9.5-2.2: https://github.com/appropriate/docker-postgis/tree/postgres-9.5-postgis-2.2 It doesn't yet have a package version in it, since there isn't a package yet, but I'll update it when the first packages are published. |
Looks like RMPs available for Postgres 9.5, maybe that helps further the work on this? :) |
@emilbayes Thanks for the heads-up, but it looks like only RPMs were pushed, not |
I have found 9.4-2.2 in the debian "experimental" repo : postgresql-9.4-postgis-2.2 , |
Thanks @ImreSamu. I saw those packages as well. I haven't had a chance to look at how they differ from the packages provided by the |
ok , no problem ... :) |
9.5 is now stable and used as the latest at https://hub.docker.com/_/postgres/ Should be a lot easier to add it in now. |
Postgres 9.5 and PostGis 2.2 would be good. Happy to lend a hand if it will help move things along. |
I still don't see packages in the Apt repo for PostGIS 2.2. I also don't see PostGIS 2.1 packages for Postgres 9.5, so I'm afraid we're stuck with the packages we have until that situation is resolved. If someone can point me to where I can get the packages or provide a PR, I'm happy to review. $ curl -fsSL http://apt.postgresql.org/pub/repos/apt/dists/jessie-pgdg/main/binary-amd64/Packages | grep -w 'Package: postgresql-.*postgis-.*$' | grep -v -- -script
s
Package: postgresql-9.0-postgis-2.1
Package: postgresql-9.1-postgis-2.1
Package: postgresql-9.2-postgis-2.1
Package: postgresql-9.3-postgis-2.1
Package: postgresql-9.4-postgis-2.1 |
Looks like @sebastic has been working on the Debian package for PostGIS 2.2 over at https://anonscm.debian.org/cgit/pkg-grass/postgis.git Hope you don't mind the ping @sebastic, but do you have a rough sense of when a PostGIS 2.2 package for Debian will be available and whether it will be targeting |
Sorry, I meant |
PostGIS 2.2.1 was uploaded to Debian unstable yesterday. Markus Wanner (@mwanner) takes care of the postgis package in PGDG/pgApt, this is complicated somewhat because SFCGAL is only available in stretch & sid. When PostGIS 2.2.1 migrates to testing I'll update it along with sfcgal for jessie-backports. |
Thanks @sebastic! |
:) $ curl -fsSL http://apt.postgresql.org/pub/repos/apt/dists/jessie-pgdg/main/binary-amd64/Packages | grep -w 'Package: postgresql-.*postgis-.*$' | grep -v -- -scripts
Package: postgresql-9.0-postgis-2.1
Package: postgresql-9.1-postgis-2.1
Package: postgresql-9.1-postgis-2.2
Package: postgresql-9.2-postgis-2.1
Package: postgresql-9.2-postgis-2.2
Package: postgresql-9.3-postgis-2.1
Package: postgresql-9.3-postgis-2.2
Package: postgresql-9.4-postgis-2.1
Package: postgresql-9.4-postgis-2.2
Package: postgresql-9.5-postgis-2.2 |
Unfortunately, it looks like the updates made to @sebastic Do you know who manages |
To quote the Apt page on wiki.postgresql.org to which you're redirected from apt.postgresql.org:
That page further documents:
|
Thanks @sebastic! |
Looks like that
I believe I can update the 2.1 Docker images to stop installing |
I just sent a message to I'm wondering now whether the 2.2 version of the PostGIS userland binaries are still compatible with an installation of |
I got a very helpful response from @mwanner on By removing support for Postgres 9.0, we can limit this image to only those Postgres releases that are not EOL, all of which have published packages from PostGIS 2.2. I'll update this PR later today with the fixes. |
I've merged #17 and the new images based on 2.2 are building now. The test builds on Travis worked fine, so hopefully Docker Hub has no issues building them. Thanks for your patience! |
cf. docker-library/postgres#70
The text was updated successfully, but these errors were encountered: