runtime-tools
runtime-tools copied to clipboard
time namespace missing
runc supports time namespace since 1.2.0 (https://github.com/opencontainers/runc/pull/3876)
It was added to runtime-spec in https://github.com/opencontainers/runtime-spec/pull/1151
But is missing in this repo: https://github.com/opencontainers/runtime-tools/blob/f7e3563b0271e5cd52d5c915684ea11ef2779572/generate/generate.go#L19 https://github.com/opencontainers/runtime-tools/blob/f7e3563b0271e5cd52d5c915684ea11ef2779572/generate/generate.go#L1465-L1484