docker registry delete download counts on push #9374

Closed
opened 2025-11-02 08:36:51 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @6543 on GitHub (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

Originally created by @6543 on GitHub (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
GiteaMirror added the topic/packagestype/bug labels 2025-11-02 08:36:51 -06:00
Author
Owner

@6543 commented on GitHub (Aug 8, 2022):

@KN4CK3R is this intended?

@6543 commented on GitHub (Aug 8, 2022): @KN4CK3R is this intended?
Author
Owner

@KN4CK3R commented on GitHub (Aug 9, 2022):

No, fixed in #20728

@KN4CK3R commented on GitHub (Aug 9, 2022): No, fixed in #20728
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#9374