-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support single docker image for a pgRouting minor release #53
Comments
I completely agree with this. Creating patch release folder will cause future combination explosion. Note that docker-postgis team is preparing upcoming PostGIS 3.3 release,
so, it's better to prepare combinations with PostGIS 3.3. |
Well, PostGIS 3.3.0 was just released today. :) |
Thanks for the info! My suggestion for |
Oh, I missed that.
Okay, thanks for the details, and I agree with that. TO: @pgRouting/admins (@dkastl, @cayetanobv, @cvvergara, @robe2) |
@cayetanobv Could you check this structure change suggestion ? |
I approve this suggestion or was I supposed to check a box somewhere? |
@robe2 Thanks for approval. |
Sorry for the delay in my response. I agree with this suggestion. I have little time to make these changes in the next weeks, so it would be great if somebody start working on that enhancement soon |
@cayetanobv Thanks for approval. |
@cayetanobv @krashish8 (CC: @cvvergara, @smellman) |
Okay. |
We are having different docker images for different pgRouting patch releases.
Maybe we can have a single image
a-b-x.y
containing the latest patch releasex.y.z
, instead of several imagesa-b-x.y.0
,a-b-x.y.1
, etc because anyway, users would want to use the latest patch release.(a = PostgreSQL version, b = PostGIS version, x.y.z = major.minor.patch version of pgRouting)
PostGIS also maintains a single docker image for a minor release: https://github.com/postgis/docker-postgis#versions--2022-06-22- and that contains the latest patch release.
@pgRouting/admins
The text was updated successfully, but these errors were encountered: