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

Docker tag gitea/gitea:1 is not monotonic #12008

Closed
2 of 7 tasks
hweidner opened this issue Jun 21, 2020 · 3 comments
Closed
2 of 7 tasks

Docker tag gitea/gitea:1 is not monotonic #12008

hweidner opened this issue Jun 21, 2020 · 3 comments
Labels
topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile

Comments

@hweidner
Copy link

hweidner commented Jun 21, 2020

  • Gitea version (or commit ref): 1.12.0 / 1.11.8
  • Git version: 2.20.1
  • Operating system: Debian GNU/Linux 10
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

I ran Gitea from the Docker Hub image gitea/gitea:1. Until now, this was Gitea 1.12.0. After a docker pull today, it downgraded to Gitea 1.11.8. This is unexpected, I always thought that the tag does not downgrade.

I'd suggest making the tag gitea/gitea:1 monotonic. I.e. even when newer versions of 1.11.x come out, gitea/gitea:1 stays 1.12.0 until 1.12.1 gets released.

@pabloyoyoista
Copy link

This could possibly be fixed by #11897 or is at least related

@lafriks
Copy link
Member

lafriks commented Jun 21, 2020

It should be now 1.12.1. It was just pointing to 1.11.8 in between while drone does build version. When releasing versions in multiple releases branches like this time v1.11.8 and v1.12.1 it could point to wrong version for some time as Gitea release process takes more than hour to finish. It should not happen often as we rarely do minor versions to two major version branches.

@lafriks lafriks added the topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile label Jun 21, 2020
@lafriks
Copy link
Member

lafriks commented Jun 21, 2020

Closing this as fixed as now it points correctly but in long term should be fixed in #11897

@lafriks lafriks closed this as completed Jun 21, 2020
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic/build PR changes how Gitea is built, i.e. regarding Docker or the Makefile
Projects
None yet
Development

No branches or pull requests

3 participants