0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-12 11:38:11 +00:00
crazy-max_diun/pkg
Ian Fijolek e974fbbc2c Add sorting for prefixed semver
Strips non-numeric prefixes when checking semver. This also adds a
secondary layer to the sort whereby identical semvers are sorted
relative to eachother lexigraphically.

This will ensure a more stable sort for non-versioned tags (eg. `latest`
or `edge`) as well as multiple variants tagged with the same number.
(eg `1.0.0-alpine` compared to `1.0.0-ubuntu`).

Fixes #758
2023-01-13 15:03:24 -08:00
..
docker Add profiler flag (#336) 2021-04-25 18:04:07 +02:00
dockerfile Move from io/ioutil to os package (#524) 2021-12-26 03:59:05 +01:00
k8s Move from io/ioutil to os package (#524) 2021-12-26 03:59:05 +01:00
registry Add sorting for prefixed semver 2023-01-13 15:03:24 -08:00
utl Move syscall to golang.org/x/sys (#525) 2021-12-26 03:59:19 +01:00