Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make registry client unpacking the default and only Unpack implementation #182

Closed
anik120 opened this issue Sep 28, 2023 · 0 comments · Fixed by #145
Closed

Make registry client unpacking the default and only Unpack implementation #182

anik120 opened this issue Sep 28, 2023 · 0 comments · Fixed by #145
Milestone

Comments

@anik120
Copy link
Collaborator

anik120 commented Sep 28, 2023

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 Unpack implementation 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant