Skip to content

WIP: Sort registry tag list by created at date in descending order

What does this MR do?

Sort registry tag list by created at date

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

As stated here: #46314 (closed)

Sort the registry tag list by created at date. Sorting them by tag does not make much sense from user perspective. Which images are on first glance important? The newest one. Right now you need to go trough a bunch of pagination pages to may find your image you are searching for (eg. we have rolling minor version number tags + multiple tags per build). So lets show the newest created image always at first. From security point of view it is as well a benefit. Usually you always want to pull the newest image for security fixes, features etc.

Screenshots (if relevant)

before:

Bildschirmfoto_2018-05-13_um_18.33.23

after:

Bildschirmfoto_2018-05-13_um_18.32.32

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#46314 (closed)

Edited by Lars Greiss

Merge request reports

Loading