Skip to content

Commit d2d846d

Browse files
committed
fix 2
1 parent 09b1391 commit d2d846d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed a serialization issue with the FlatpakIndex cache.

pulp_container/app/registry_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ def get(self, request):
676676
continue
677677
images.append(
678678
{
679-
"Tags": tagged,
679+
"Tags": list(tagged),
680680
"Digest": manifest.digest,
681681
"MediaType": manifest.media_type,
682682
"OS": os,

0 commit comments

Comments
 (0)