0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2025-01-20 22:52:51 -05:00
zot/pkg/extensions/search/common
LaurentiuNiculae 150ee88945
fix(repodb): GQL request for ExpandedRepoInfo errors when artifacts with tags are present (#1265)
If we push an artifact and give it a tag, repodb would crash because of the null pointer dereferencing

Now when iterating over the tags of a repo and stumbling upon a unsupported media type, it's being ignored

Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
2023-03-15 10:34:48 -07:00
..
common.go feat(repodb): Multiarch Image support (#1147) 2023-02-27 11:23:18 -08:00
common_test.go fix(repodb): GQL request for ExpandedRepoInfo errors when artifacts with tags are present (#1265) 2023-03-15 10:34:48 -07:00
model.go feat(repodb): Multiarch Image support (#1147) 2023-02-27 11:23:18 -08:00
oci_layout.go feat(repodb): Multiarch Image support (#1147) 2023-02-27 11:23:18 -08:00