-
Notifications
You must be signed in to change notification settings - Fork 36
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
Adding tagged releases to Docker Hub #12
Comments
+1 on having plv8 point release tags on docker hub, but i think we still want to support different pg versions? not sure about tagging in github though - doesn't seem to be what https://github.com/docker-library/postgres is doing. is there a docker source repo using tags? |
I guess those repositories haven't yet moved to the new system provided by Docker Hub, which lets you match git tags to build tags. I was thinking something where Docker tagging looks like this: The git counterpart tag would simply be the plv8 version for now ( Docker Hub config (cannot add it myself):
|
Any luck with these @clkao? I'm not sure how Docker Hub handles external collaborators, but I can help with this if you want and Docker Hub allows. |
Got any update on this @clkao? |
@clkao sorry to be a PITA, but do you have time to take a look at this soon? |
@ruimarinho Hi! sorry i've been busy. Looking into this now. |
it feels a bit painful that any logical change will go into multiple tags, and having tags not being immutable feels a bit icky. Unless there's a good way to programatically generate tag contents from a template (perhaps out of master), I think we should make the repo available as it is for the sake of clarify. also the postgis repo is havin the similar layout. |
@clkao indeed, it has that side affect but that will only affect the |
@clkao I think it's important to start tagging releases on github and auto building tags on Docker Hub so that users can pull the tagged release
docker pull postgres-plv8:1.5.2
instead of latest.WDYT?
The text was updated successfully, but these errors were encountered: