-
Notifications
You must be signed in to change notification settings - Fork 36
Reprounzip unpacker containerexec #276
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
Conversation
Any news on this? Is there anything we need to do? |
Hi @PhilippWendler! I just need to find time to go over this and merge it. We are very interested in integrating ReproZip with more tools, I just didn't have the cycles. There are currently a few PRs that have accumulated on ReproZip and that I need to go over. This has really been lingering for a while, I apologize for not getting back to you sooner. Hopefully I can take a good look this week. Sorry about that! |
No worries, just wanted to know whether there is something we need to do. |
Is there still a chance that this will be merged at some point? |
Are you interested? If not, we can close this PR. |
Hi @PhilippWendler, ReproZip is not actively developed at this point, in particular I no longer work at VIDA. You can publish this plugin to PyPI independently though, all plugins are independent packages anyway (see Having your plugin live in this repo would not help with keeping it maintained, since as I said this repo is not really maintained. Sorry for keeping you waiting. Hopefully you understand how those projects go. |
Ok, I understand. Thanks for letting me know. |
This is a new unpacker for reprounzip. It only works on Linux and creates a container similar to a Docker container. However, it is based on our tool BenchExec.
This unpacker provides the following advantages compared to the existing unpackers:
The system requirements are a Linux kernel with namespaces (present since Linux 3.8).
Maybe because of these advantages you would even like to bundle it as one of the default unpackers together with ReproZip, at least on Linux?
This is our first contribution to ReproZip, so there are maybe some things that could be done in a better way, but we would be happy to improve them if required.