-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Closed
Labels
area/imagesImage DistributionImage Distributionarea/performancecontainerd-integrationIssues and PRs related to containerd integrationIssues and PRs related to containerd integrationkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Description
Description
The previous implementation sorted the results by "created" (descending order);
moby/daemon/images/image_list.go
Line 241 in 7624f8a
| sort.Sort(sort.Reverse(byCreated(summaries))) |
We can either sort locally, or possibly optimize and have containerd return the result in sorted order.
When sorting the results, we can also optimize the before and since filters to break the loop if we're reaching a certain "created" date.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/imagesImage DistributionImage Distributionarea/performancecontainerd-integrationIssues and PRs related to containerd integrationIssues and PRs related to containerd integrationkind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Type
Projects
Status
Done