-
Notifications
You must be signed in to change notification settings - Fork 70
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
feat(runc-shim): add a version flag #167
Conversation
OK, I'll review it ASAP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please rebase your commits? Because there is a Merge commit.
a96759e
to
ed0e9d1
Compare
you've hit #147 (comment) with the integration tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@Mossaka a rebase should fix the integration test failing |
Signed-off-by: jiaxiao zhou <[email protected]>
Let me try rerunning the CI |
Once we get this PR merged, can we get a new release cut? |
@mxpv could we merge this PR? |
This PR adds two things
parse
function fromcontainerd-shim
crate and move the namespace check to the boostrap functionCloses #120