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

Rescan only the latest tag in HarborRegistryV2 #3872

Closed
jopemachine opened this issue Mar 2, 2025 — with Lablup-Issue-Syncer · 0 comments · Fixed by #3871
Closed

Rescan only the latest tag in HarborRegistryV2 #3872

jopemachine opened this issue Mar 2, 2025 — with Lablup-Issue-Syncer · 0 comments · Fixed by #3871
Assignees

Comments

@jopemachine
Copy link
Member

Summary  

  • When rescanning images in the HarborRegistryV2 type registry, the rescan operation occurs only for a single tag that is considered as "latest."
  • Even the ignored tags are not being logged. This is not the behavior the administrator expects.

Steps to Reproduce  

  1. Run a Harbor registry for testing.
  2. Push the test image to the registry with the tags 0.1 and 0.2.
  3. Run the image rescan command for the testing registry.

Expected Behavior  

  • The rescan should work for all tags, or at the least, the ignored tags should be logged.

Actual Behavior  

  • Only version 0.2 is recognized, while version 0.1 is neither rescanned nor logged.

Logs/Errors  

  • None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant