-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
latest tag being bind to the wrong Docker image #25193
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
Comments
I came hear wondering if anyone else's Gitea wasn't working. This must be the reason. My container seems to be continuously trying to restart right now. |
@lakoliu it's even more a pain that we not only have to manually downgrade but we also have to tweak/disable Watchtower temporarily because it's will bump Gitea again during its next run... |
Yes, we know. |
@delvh I see. I assume it could only be fixed releasing a new version (1.19.x/1.20) ? Or is it even worse: not being able to fix it until a stable 1.21.0 version? Have you planned some changes to not make it happen again? It's not the first time |
Are you using 1.20? 1.20 has some breaking changes, could you share your logs? |
No, as your db will be upgraded with new versions. |
@delvh so if I get it correctly it won't be fixed until 1.20.0 stable is released? |
Yep |
Ok, and about that @delvh? |
Well… We'll try to harden our CI not to set the |
Don't forget |
Try to prevent what happened with tag `v1.21.0-dev` as outlined in #25193. Unfortunately, we cannot really test if it works as intended as we would need to release a new `dev` tag for that. Fixes #25193 (or at least attempts to). --------- Co-authored-by: jolheiser <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Description
The
latest
tag of your Docker image is often bind to the wrong Gitea version. I often notice that it's bind to some RC version, dev version, or currently to the1.21.0-dev
version, which is definitely not good.I notice it because I'm running Watchtower daily to always keep my containers up-to-date, and right now my Gitea container has been bumped to this dev version and is no longer working because of an undocumented breaking change.
I can also think about the people attempting to casually download and run Gitea for the first time with a simple
gitea/gitea
and won't understand why it's not working.So can you please make sure the
:latest
tag always points to the latest stable version please?Gitea Version
1.21.0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
Git Version
No response
Operating System
Raspberry Pi OS 64bit
How are you running Gitea?
:latest Docker image
Database
SQLite
The text was updated successfully, but these errors were encountered: