Skip to content

Commit

Permalink
Fix readonly usage with app image (#14179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubad786 authored Aug 11, 2024
1 parent 1ee953e commit 53ebada
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/middlewared/middlewared/plugins/apps_images/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Config:
List('repo_digests', items=[Str('repo_digest')]),
Int('size'),
Bool('dangling'),
Bool('update_available'),
Str('created'),
Str('author'),
Str('comment'),
Expand All @@ -30,8 +31,10 @@ class Config:
Str('tag'),
Str('registry'),
Str('complete_tag'),
additional_attrs=True,
)]
),
additional_attrs=True,
)

@filterable
Expand Down

0 comments on commit 53ebada

Please sign in to comment.