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

latest tag doesn't exist anymore #104

Closed
virusperfect opened this issue Nov 11, 2021 · 2 comments
Closed

latest tag doesn't exist anymore #104

virusperfect opened this issue Nov 11, 2021 · 2 comments

Comments

@virusperfect
Copy link

The latest tag doesn't anymore. When I try docker pull victorrds/etesync I get this error message:

Using default tag: latest
Error response from daemon: manifest for victorrds/etesync:latest not found: manifest unknown: manifest unknown

I looked up the tags on Docker Hub and saw that there is indeed no latest tag anymore. Is base the new default tag? I don't want to pull the wrong image in case it messes with my configuration.

@victor-rds
Copy link
Owner

Thanks for report this, the latest tag was, most of the time at least, the same as base and the versioned tags with only numbers like 0.7 and 0.7.0.

Some changes I did in the build automation mus messed this up, I will fix this ASAP, but I would not recommend using latest tag on production, better to use the versioned tags, this are the versions of the etesync server, the image is updated from time from time as the base python image changes so they aren't static.

@victor-rds
Copy link
Owner

I will trigger a new build, in a couple of hours it should push it to the docker hub

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