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

Add capability for serving files #90

Closed
joshrwolf opened this issue Dec 1, 2021 · 0 comments · Fixed by #87
Closed

Add capability for serving files #90

joshrwolf opened this issue Dec 1, 2021 · 0 comments · Fixed by #87
Milestone

Comments

@joshrwolf
Copy link
Contributor

joshrwolf commented Dec 1, 2021

While serving through OCI is nice for a lot of use cases, another common use case is a simple file server.

Add functionality to hauler for an embedded file server (use stdlib if possible) that is capable of serving a filesystem at a user defined root.

To reduce complexity (and maintainability), we shouldn't build a file system interface on top of oci layouts, rather, provide easy to use methods for users to extract File contents from the Store, and then allow them to serve the file system.

This depends on:

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

Successfully merging a pull request may close this issue.

1 participant