Description
In opencontainers/runtime-spec@869b2d5, the schema for LinuxPid was changed, so that Limit is now a *int64 rather than just an int64. As a result we annot pull in the latest changes for both runtime-spec + containerd, since pkg/oci/spec_opts:1604 is now incompatible with that definition.
Can someone please take a look and decide on the best way to move forward with this? Thanks!
Steps to reproduce the issue
- Run
go vet against the latest containerd code, using runtime-spec 1.3.0
Describe the results you received and expected
Go vet should have passed, but failed.
What version of containerd are you using?
2.2.0
Any other relevant information
open-container/runtime-spec v 1.3.0
Show configuration if it is related to CRI plugin.
No response
Description
In opencontainers/runtime-spec@869b2d5, the schema for LinuxPid was changed, so that Limit is now a
*int64rather than just anint64. As a result we annot pull in the latest changes for both runtime-spec + containerd, since pkg/oci/spec_opts:1604 is now incompatible with that definition.Can someone please take a look and decide on the best way to move forward with this? Thanks!
Steps to reproduce the issue
go vetagainst the latest containerd code, using runtime-spec 1.3.0Describe the results you received and expected
Go vet should have passed, but failed.
What version of containerd are you using?
2.2.0
Any other relevant information
open-container/runtime-spec v 1.3.0
Show configuration if it is related to CRI plugin.
No response