Tell us about your feature request:
A clear and concise description of what you want to happen or the change you would like to see. Use a use case to describe how a person would actually use your request to accomplish a goal. Thank you.
-> after adding pull request: Sort image tags by version instead of purely alphabetically #14
-> reversing the order by including -r so the latest version would be first, -Vr
Before pull request #14
$ ls -1 | sort
foo-1
foo-11
foo-111
foo-5
registry:2lv2019-04-07T15.56.40_CDT
registry:2lv2019-04-07T18.37.19_CDT
registry:2lv2019-04-07T18.41.25_CDT
After pull request #14
$ ls -1 | sort -V
foo-1
foo-5
foo-11
foo-111
registry:2lv2019-04-07T15.56.40_CDT
registry:2lv2019-04-07T18.37.19_CDT
registry:2lv2019-04-07T18.41.25_CDT
test feature request
$ ls -1 | sort -Vr
registry:2lv2019-04-07T18.41.25_CDT
registry:2lv2019-04-07T18.37.19_CDT
registry:2lv2019-04-07T15.56.40_CDT
foo-111
foo-11
foo-5
foo-1
Describe how your feature request could work:
Steps to demonstrate your feature request.
Enter/Click on -> view-private-registry 17315
How are you currently working without your feature request?
A description of any alternative solutions or features you've considered or are using today.
-> N/A
Version:
OS ( lsb_release -a ; Ubuntu 14.04 Ubuntu 16.04 Ubuntu 20.04 )
Tell us about your feature request: A clear and concise description of what you want to happen or the change you would like to see. Use a use case to describe how a person would actually use your request to accomplish a goal. Thank you.
Before pull request #14 $ ls -1 | sort foo-1 foo-11 foo-111 foo-5 registry:2lv2019-04-07T15.56.40_CDT registry:2lv2019-04-07T18.37.19_CDT registry:2lv2019-04-07T18.41.25_CDT
After pull request #14 $ ls -1 | sort -V foo-1 foo-5 foo-11 foo-111 registry:2lv2019-04-07T15.56.40_CDT registry:2lv2019-04-07T18.37.19_CDT registry:2lv2019-04-07T18.41.25_CDT
test feature request $ ls -1 | sort -Vr registry:2lv2019-04-07T18.41.25_CDT registry:2lv2019-04-07T18.37.19_CDT registry:2lv2019-04-07T15.56.40_CDT foo-111 foo-11 foo-5 foo-1
Describe how your feature request could work: Steps to demonstrate your feature request.
How are you currently working without your feature request? A description of any alternative solutions or features you've considered or are using today.
Version:
OS ( lsb_release -a ; Ubuntu 14.04 Ubuntu 16.04 Ubuntu 20.04 )
-> Ubuntu 16.04
Command: ( check-markit 4.1.4.803 2020-08-29T22:25:47.061044-05:00 (CDT) https://github.com/BradleyA/markit.git master uadmin )
-> view-private-registry V2.1.40 2019-02-18T22:40:30.213875-06:00 (CST) https://github.com/BradleyA/Search-docker-registry-v2-script.git uadmin