Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BACKPORT: kill.go: Remove unnecessary checks #18

Merged

Conversation

0x0916
Copy link

@0x0916 0x0916 commented Dec 11, 2018

Hello, maintainers.

Graceful shutdown and kill with SIGRTMIN..SIGRTMAX don't work when we run systemd in docker container.
This upstream patch fix it, so I want to backport it rhel's docker repo.(Fixes: #16)

For more info:

upstream commit: opencontainers/runc@7ac503d

... that prevent sending signals not mentioned in signal map.
Currently these are SIGRTMIN..SIGRTMAX.

Signed-off-by: Valentin Kulesh [email protected]
Signed-off-by: Wang Long [email protected]

upstream commit: opencontainers/runc@7ac503d

... that prevent sending signals not mentioned in signal map.
Currently these are SIGRTMIN..SIGRTMAX.

Signed-off-by: Valentin Kulesh <[email protected]>
Signed-off-by: Wang Long <[email protected]>
@runcom runcom merged commit fa3195e into projectatomic:docker-1.13.1-rhel Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants