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 registry delete download counts on push #20722

Closed
6543 opened this issue Aug 8, 2022 · 2 comments · Fixed by #20728
Closed

docker registry delete download counts on push #20722

6543 opened this issue Aug 8, 2022 · 2 comments · Fixed by #20728

Comments

@6543
Copy link
Member

6543 commented Aug 8, 2022

if you push a docker image to same existing tag, download counts are erased.

to reproduce:

  1. push a docker image with tag :latest
  2. delete image local and download image -> download count shows 1
  3. push a new image with tag :latest
  4. download count is 0 again

gitea version: v1.17.0 - main

@6543
Copy link
Member Author

6543 commented Aug 8, 2022

@KN4CK3R is this intended?

@KN4CK3R
Copy link
Member

KN4CK3R commented Aug 9, 2022

No, fixed in #20728

@lunny lunny added this to the 1.17.1 milestone Aug 10, 2022
@go-gitea go-gitea locked and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants