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

Switch to using a memfs instead of an osfs #92

Open
aiyengar2 opened this issue Dec 1, 2022 · 0 comments
Open

Switch to using a memfs instead of an osfs #92

aiyengar2 opened this issue Dec 1, 2022 · 0 comments
Labels
enhancement New feature or request team/mapps

Comments

@aiyengar2
Copy link
Contributor

Currently, charts-build-scripts uses a osfs:

However, ideally we should be making loading the current directory into a memfs, making all calls in memory, and then only modifying the underlying filesystem after executing all operations.

https://github.com/go-git/go-billy/blob/205ba6585ca03bd60e304f7fa0b270232ba1d707/memfs/memory.go#L28-L31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request team/mapps
Projects
None yet
Development

No branches or pull requests

3 participants