runc
runc copied to clipboard
Implement to set a domainname
https://github.com/opencontainers/runtime-spec/pull/1156
Can we have an integration test too?
@AkihiroSuda @kolyshkin Thanks for your great review 🙇 I have updated it. Please retake a look at it.
- Looks like you need to squash the second commit into the first one.
- Not sure why you require root in your test case; I think that UTS namespace works in rootless containers.
@kolyshkin Sorry for the late. May I ask you to review again?
hmm... It seems that the integration test on cent-os7 failed.
# stat: cannot read file system information for ‘/sys/fs/cgroup/unified’: No such file or directory
# /home/runc/tests/integration/helpers.bash: line 76: jq: command not found
# /home/runc/tests/integration/helpers.bash: line 76: jq: command not found
hmm... It seems that the integration test on cent-os7 failed.
This is fixed by https://github.com/opencontainers/runc/pull/3614, please rebase.
Also PTAL https://github.com/containers/crun/pull/1017
Also PTAL https://github.com/containers/crun/pull/1017
Do I have to address it in this PR?
Do I have to address it in this PR?
Ideally, yes. At the very least please open an issue.
Do I have to address it in this PR?
Ideally, yes. At the very least please open an issue.
I think this PR has been going on too long, so I'll respond with another PR. I will set up an issue today night.
@kolyshkin Sorry for the poor setup on my first contribution. Thanks for the kind review.
LGTM, but could you squash commits?
@kolyshkin LGTY?
Please squash commits
Please squash commits
@AkihiroSuda ✅
Sorry, seems to need rebase to pass the CI
Sorry, seems to need rebase to pass the CI
@AkihiroSuda Thanks for letting me know. How's this?
@kolyshkin LGTY?
@kolyshkin LGTY?
@kolyshkin / @AkihiroSuda may I ask when will this change be added to one of the runc releases? If I'm right, I don't think any of the current released runc has this change added / supported.