-
Notifications
You must be signed in to change notification settings - Fork 515
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 zipfs, an archive/zip-based read-only filesystem #146
Conversation
3cdbe1e
to
4d6ea2e
Compare
Would love to see this merged as well, I was about to start on a zipfs backend myself till I saw this. |
@bep Are you interested in this PR? If not, it is fine, in that case I would simply publish the zipfs package in a separate repository. |
@hillu we might be interested to merge this in https://github.com/absfs/afero |
@aviau Please help yourself. :-) |
I will look more at this in a few days (please bump if I don't). Can I ask, what is your current use case for this? /cc @spf13 |
@bep The main (public) use case is contained in https://github.com/DCSO/spyre. The tool can either read its configuration from a ZIP file that has been appended to the executable or from files that have been placed into the same directory as the executable. |
@bep another bump for this. Our use-case is something similar, except the zip files are embedded in the executable for legal compliance. For us, the killer feature Afero provides is support for union filesystems, allowing users to modify/override the embedded files if they desired. |
This package seems panic if check stat of root. would u fix it? @hillu
|
50a2098
to
1b01115
Compare
@senghoo done. |
Thanks! |
No description provided.