Commit Graph

2 Commits

Author SHA1 Message Date
Aurel Canciu 746f61edb3
Better error reporting for image policy evaluation
A more verbose message associated with the error should give the user
better understanding of the cause and the nature of the failure.

Fixes #143

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
2021-05-14 20:05:54 +03:00
Aurel Canciu 2def150710
Implement numerical ordering policy
Converts the given list of tags to floats and compares them based on the
ordering rule.
If a tag is not convertible, it will err and fail to compute the latest
version.

Fixes #102

Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
2021-02-11 13:06:50 +02:00