You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)
The text was updated successfully, but these errors were encountered:
I recently bumped into an issue, when
sql_exporter
is used across the environment, but since the only image tag available in Docker Hub islatest
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. :)
The text was updated successfully, but these errors were encountered: