Azure / Azure/azure-cli

Tags in mcr.microsoft.com should be sorted semantically not lexicographically

Open
#22,021 1 comment 1 reaction 1 assignee Claimed by @jiasli View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.