Skip to content
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

Add tagged builds to Docker Hub #46

Closed
burningalchemist opened this issue Nov 13, 2019 · 3 comments
Closed

Add tagged builds to Docker Hub #46

burningalchemist opened this issue Nov 13, 2019 · 3 comments

Comments

@burningalchemist
Copy link
Contributor

burningalchemist commented Nov 13, 2019

I recently bumped into an issue, when sql_exporter is used across the environment, but since the only image tag available in Docker Hub is latest it appeared that some containers were still on v0.4 or even v0.3.

Since, you already have automated builds in Docker (#3) and also tagged releases, it's extremely easy to add versioned image tags, so users could explicitly define images and also be aware of versions without looking into logs.

In this case, I'd just recommend to add settings from the following picture (particularly, line three) to Docker Hub settings:

I'm not sure if Docker Hub will pick it up immediately (according to the ticket), so maybe quick re-tag is needed, but it would absolutely great to have them.

I might provide some additional information or help, if needed. :)

@free
Copy link
Owner

free commented Nov 13, 2019

Done, AFAICT. In theory new builds should be created for every future tag.

Thanks a lot for the suggestion and explanation.

@free free closed this as completed Nov 13, 2019
@burningalchemist
Copy link
Contributor Author

Great! Tag 0.5 is already available. Thanks! 👍

@free
Copy link
Owner

free commented Nov 14, 2019

Yeah, the older ones failed though, because there was no Dockerfile in any of them yet. (It had been added between 0.4 and 0.5.)

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