ArchiveTeam / warrior-dockerfile

A Dockerfile for the ArchiveTeam Warrior
306 stars 57 forks source link

Scheduled reboot fails due to missing shutdown binary #86

Open dgilman opened 3 months ago

dgilman commented 3 months ago

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.