Fixes issue #132, if image does not have any fixed tags, empty list with no error should be returned

This commit is contained in:
Shivam Mishra
2020-09-04 15:02:10 -07:00
parent aa6683854f
commit cd0206fe6c
5 changed files with 44 additions and 11 deletions
-1
View File
@@ -35,6 +35,5 @@ var (
ErrNoURLProvided = errors.New("cli: no URL provided in argument or via config. see 'zot config -h'")
ErrIllegalConfigKey = errors.New("cli: given config key is not allowed")
ErrScanNotSupported = errors.New("search: scanning of image media type not supported")
ErrFixedTagNotFound = errors.New("search: no fixed tag found")
ErrCLITimeout = errors.New("cli: Query timed out while waiting for results")
)