On 7/8/21 5:57 PM, Shengjing Zhu wrote:
Hi,
Hi! :)
On Thu, Jul 8, 2021 at 7:12 PM Rodrigo Campos <rodr...@sdfg.com.ar> wrote:
runc 1.0 from debian repositories doesn't honor DefaultErrnoRet, that
It's expected. As I disable that in
https://salsa.debian.org/go-team/packages/runc/-/blob/experimental/debian/patches/0010-compatible-with-specs-go-1.0.2.41.g7413a7f.patch
Ohh, it makes sense.
The reason behind is just simple.
golang-github-opencontainers-specs-dev in Debian unstable is just at
version 1.0.2.41.g7413a7f-1, which don't support DefaultErrnoRet.
I plan to update the spec package after bullseye release, which is
planned at July 31. But if you really want to use this feature before
that day, I may update the spec package in experimental first.
No, no need to update it now. Your plan is just fine for me :)
When you update the runtime-spec, it will be great if the version is in
sync with what runc vendors. In particular, if it includes this PR I did
to the runtime-spec
(https://github.com/opencontainers/runtime-spec/pull/1074) it will be
great (the version of the runtime-spec that runc 1.0 vendors already
includes that :))
Thanks again and sorry for the silly report, didn't see the patch! :)
Best,
Rodrigo