-
Notifications
You must be signed in to change notification settings - Fork 111
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
Filesystem abstraction for all file related services #228
Comments
Hi @akondas I would be interested in developing this, is there a way to break down the work here? Seems like a lot of changes for one single MR. I still didn't dive deep into the code, but wouldn't it be okay for a first iteration to keep the Please let me know how I can help. I want to deploy this to a Kubernetes cluster and would love to have the storage totally separate from the instance running the application and I would also like to avoid shared volumes. |
Hi @pedro-stanaka, you can start with |
I believe this is now closed, right? |
Yes, will be preparing a release, we only need to add examples to the documentation. |
Thanks for your help 🍻 |
This is the summary thread for replacing the current implementation with
Filesystem
. It all started in #209 (thanks to @jonnyynnoj). Partly for the proxy, work has already been done (details in #221). Things to do:Filesystem
abstration toPackageManager
Storage
interfaceFilesystem
abstraction to security scanner logicThe text was updated successfully, but these errors were encountered: