Closed devimc closed 6 years ago
@devimc virtcontainers needs to be vendored for this. I have raised a PR for this days back, blocked by the proxy CI failing : https://github.com/clearcontainers/proxy/pull/196
@devimc Can you explain how https://github.com/containers/virtcontainers/pull/581 solves this issue. I had simply vendored the changes in proxy and tested it making sure I am running the latest proxy code, I was able to test that new capabilities are added on the docker command line.
@devimc -- AFAICT you solved this issue by making sure all of the data is sent, right? If not, can you clarify if this is still required?
I'm not sure if this is still required, I'm waiting for the result of https://github.com/clearcontainers/proxy/pull/196
clearcontainers/proxy#196 was merged and seems like this issue was fixed
some field like
noNewPrivileges
andcapabilities
are not send to the agent, hence the agent does not apply them in the containersI debugged the issue and I found cc-proxy sends this data to the agent
but the agent does not receive the full data