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
{{ message }}
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
Polling for new content in the remote registry will require an Unpack implementation that it can call and expect the content to be...unpacked.
However, the current default Unpack implementation using pod logs has several issues that looks like potential roadblocks for implementing polling. With a new Unpackimplementation being added, polling can be implemented with the expectation from Unpack stated in the first sentence.
All of this is pointing towards ripping out the pod logs based implementation, and making the new direct registry client implementation the default and only one.
Polling for new content in the remote registry will require an
Unpackimplementation that it can call and expect the content to be...unpacked.However, the current default Unpack implementation using pod logs has several issues that looks like potential roadblocks for implementing polling. With a new
Unpackimplementation being added, polling can be implemented with the expectation fromUnpackstated in the first sentence.All of this is pointing towards ripping out the
pod logs basedimplementation, and making the newdirect registry clientimplementation the default and only one.