-
Notifications
You must be signed in to change notification settings - Fork 122
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
Bug: Minor. Tag 'latest' missing from Docker repo. Affects README and default docker-compose.yml #129
Comments
This is the wrong repo, will move this issue to grocy/grocy-docker... |
@MichaelTiernan Thanks for the issue report. Using the |
Then your docs should show a tag specifically because on docker hub, the pull command states Is it right or wrong to use 'latest'? Dunno. I just know it's a default expectation by the underlying system and the users. |
Alright folks, how can I fix this to get Grocy running? I get these erros:
Mebus |
Hi @Mebus @MichaelTiernan - the least-controversial solution is probably one of the ideas mentioned in #109: that we could/should upload I'll soon make some small edits to the So far I haven't felt like using the Unfortunately I have less time for maintenance here nowadays; if anyone feels like suggesting tagging of images with the |
{OPINION:Personal} I agree it's a problem when these shortcomings/artifacts are encountered but I don't believe that it's a reason to abandon the practice outright. I'm of the "Don't like it? Change it or put up with it." school. (Yes, I got beat up a good bit.) ;) I think (but have no proof) that the issue can be easily addressed in procedures and the /occasional/ failing of those procedures should be considered the price paid as opposed to not following this "convention" and having /all/ procedures fail. Other than this, I don't know what to say. It is ultimately your choice(s). My only caveat is to document it /clearly/ and /consistently/ {/OPINION} Thanks for listening and for your software! |
They're not unexpected updates at all if they specifically use "latest" tags. That is the entire point to "latest", a development pattern used by so many projects because it does have a place. I'd rather face a temporary outage while updating and be sure I have the latest bug-fixes and assumed security than hope I remember to periodically update a docker. Edit: You can automatically tag the latest docker build as "latest" with GitHub Actions, I recall, while also cleaning up old "latest" and naming them static. |
A docker pull using
docker pull grocy/nginx
defaults togrocy/nginx:latest
butlatest
as a tag does not resolve.The text was updated successfully, but these errors were encountered: