youki icon indicating copy to clipboard operation
youki copied to clipboard

support time namespace

Open saku3 opened this issue 2 months ago • 2 comments

As far as I can confirm, there’s no implementation for the time namespace. Please refer to the following.

runtime spec

  • https://github.com/opencontainers/runtime-spec/blob/main/config-linux.md#namespaces
  • https://github.com/opencontainers/runtime-spec/blob/main/config-linux.md#offset-for-time-namespace

runc implementation

  • https://github.com/opencontainers/runc/pull/3876

Please add tests, too.

  • https://github.com/opencontainers/runc/blob/main/tests/integration/timens.bats

saku3 avatar Sep 28 '25 07:09 saku3

@CheatCodeSam Can I assign you to this issue?

saku3 avatar Oct 04 '25 04:10 saku3

Sure! I'm working on this right now @saku3

CheatCodeSam avatar Oct 05 '25 21:10 CheatCodeSam