-
Notifications
You must be signed in to change notification settings - Fork 351
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
Container exits with code 143 on SIGTERM #86
Comments
ubuntu-base is older image and it doesn't include recent changes. |
@repeatedly right, I understand that and we'd like to stop using it soon. My question was more of whether the newer images should be exiting with code 143, and if that should cause any concern for the |
ghost
mentioned this issue
Aug 4, 2017
It seems it was fixed via #92. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
All recent versions of the Fluentd Docker image exit with code 143 when receiving a SIGTERM (i.e.
docker stop
,docker-compose stop
, ordocker-compose down
). Is this expected behavior, or should containers be exiting with code 0 on SIGTERM?Only
fluent/fluentd:ubuntu-base
exits with code 0. Coincidentally we do use the ubuntu image, but because we wrap ourfluentd -v -c ....
command in a shell script and use that as the container's CMD, we get exit code 137 when sending SIGTERM to our container. In addition, we are looking to move off of the ubuntu image as it's no longer supported.The text was updated successfully, but these errors were encountered: