forked from milvus-io/milvus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: [skip e2e] optimize get_image_tag_by_short_name function (milvu…
…s-io#33780) Refactor the function to improve performance and readability. Instead of making API requests to Docker Hub, the function now retrieves tags from the Harbor registry. It also filters the tags based on the provided architecture and selects the latest tag that matches the prefix. This change enhances the efficiency of retrieving image tags by short name. Signed-off-by: zhuwenxing <[email protected]>
- Loading branch information
1 parent
8cb3505
commit 1697706
Showing
1 changed file
with
22 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters