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

implement lazy fetch support #17

Open
tych0 opened this issue Feb 16, 2021 · 1 comment
Open

implement lazy fetch support #17

tych0 opened this issue Feb 16, 2021 · 1 comment

Comments

@tych0
Copy link
Collaborator

tych0 commented Feb 16, 2021

It would be nice to have lazy fetch. I think this would happen in a couple of steps:

  • abstract reader::fuse::Filesystem to take something like umoci's CAS (although maybe with a clearer name :D)
  • implement a lazy-fetching CAS which knows about both an on disk location like oci::Image does now, but also a repo to go fetch blobs from if it doesn't have them
@ariel-miculas
Copy link
Collaborator

It's unclear how we can implement this in the kernel module or if it's useful just as a feature for the fuse version.

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

No branches or pull requests

2 participants