You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #145, we should update the Unpack() method of ImageRegistry source to be asynchronous. This will ensure we don't create a reconciliation loop block on the actual pulling and layer unpacking of the catalog image.
Acceptance Criteria:
The Unpack() method of the ImageRegistry source is asynchronous
The text was updated successfully, but these errors were encountered:
Following #145, we should update the
Unpack()
method ofImageRegistry
source to be asynchronous. This will ensure we don't create a reconciliation loop block on the actual pulling and layer unpacking of the catalog image.Acceptance Criteria:
Unpack()
method of theImageRegistry
source is asynchronousThe text was updated successfully, but these errors were encountered: