Move container params building to shim #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently container params are built while the outcome is being finalised, then transmitted to shim. This not only introduces unnecessary IPC overhead but also makes testing slightly more difficult due to the container params being tied to the OS library stub.
A better alternative would be to transmit a set of resolved paths and options to the shim, and have the shim build the final container params.
This should not break the API as it is internal to the implementation. Getting this implemented will take a lot of time and effort, so unfortunately this is not making it into v0.2.0.
Everything is almost in place for this to happen. Adding this to v0.3.0.