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

Scheduled reboot fails due to missing shutdown binary #86

Open
dgilman opened this issue May 24, 2024 · 0 comments
Open

Scheduled reboot fails due to missing shutdown binary #86

dgilman opened this issue May 24, 2024 · 0 comments

Comments

@dgilman
Copy link

dgilman commented May 24, 2024

Cross-posting this ticket to this bug tracker. Running a shell in the container image I can confirm there's no shutdown binary in the container image. I can also confirm the container has the following restart policy via docker container inspect:

            "RestartPolicy": {
                "Name": "on-failure",
                "MaximumRetryCount": 0
            },

Maybe the solution here is to change the other project to do something other than shutdown, however, maybe this was a regression in this image when the base Debian version was updated.

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

No branches or pull requests

1 participant