Skip to content

Creating tags for minor version of Postgres #86

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
NicoTexas opened this issue Feb 9, 2018 · 1 comment
Closed

Creating tags for minor version of Postgres #86

NicoTexas opened this issue Feb 9, 2018 · 1 comment

Comments

@NicoTexas
Copy link

NicoTexas commented Feb 9, 2018

Hi,

I see you are creating your images from postgres:9.5 for example.

The issue with that is you will get the 9.5 version at the image build time (could be 9.5.2 or whatever).
As a result you will not getting the latest 9.5 when pulling your image. Which is a bit misleading.

So, to ensure the latest version part of your image, you would need to build

FROM postgres:9.5.10

and tag it appropriately mdillon/postgis:9.5.10

Which bring the question of the versioning of PostGIS in the tag too.

mdillon/postgis:9.5.10-2.4.3

What do you think?

@md5
Copy link
Contributor

md5 commented Feb 9, 2018

Please see #8, #18, #26, #68, and #72.

As for whether or not you'll have an old version of postgres, there was a repository link in place when the builds were happening on Docker Hub, but I'm not sure that's still the case with the Docker Cloud build... I don't know if there's a good way to replicate that without running my own process somewhere to watch Docker Hub for updates of the postgres image and trigger a build on Docker Cloud.

@md5 md5 closed this as completed Feb 9, 2018
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

No branches or pull requests

2 participants