Actions
Bug #22160
closedschema 2 tag not showing related tags
Status:
Rejected
Priority:
Normal
Assignee:
Category:
Container
Target version:
Description
Viewing an individual tag that refers to a digest that other tags also refer to should have the related_tags field in json reflect that.
To reproduce:
+ sync registry-1.docker.io busybox
+ view the manifests for the repo and note that 1.25-glibc and 1.25.1-glibc refer to the same digest (works as expected)
+ click through 1.25-glibc and inspect json (/api/v2/docker_tags/52)
+ note that the related_tags only refers to 1.25-glibc and not 1.25.1-glibc
Actions