Tags in mcr.microsoft.com should be sorted semantically not lexicographically
Open
customer-reported
feature-request
Packaging/Docker
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
https://mcr.microsoft.com/v2/azure-cli/tags/list
The tags are currently presented in ascending lexicographic order, so for example 2.19.1 sorts before 2.2.0. This makes it more cumbersome to see what the latest tag actually is.
Instead, they should be presented in descending semantic order, with newer tags up top, like the DockerHub UI does.
```
"latest"
"2.35.0"
"2.34.1"
...
"0.10.0"
```
Contributor guide
Assessment
This issue has not been assessed yet.