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

task: Do not remove Quay container on exit #178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 25, 2024

  1. task: Do not remove Quay container on exit

    When Quay container starts via the systemd unit, it gets automatically removed as a post-stop action. This causes problems when trying to diagnose startup issues, such as any validation errors. Logs are written in journal and can be pulled out by `journalctl` but sometimes it's just easier to call container logs instead.
    With this change, we set the removal of Quay container, if it exists, as an `ExecStartPre` action. This allows the container to persist after exiting for additional debugging.
    ibazulic committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    286ffc9 View commit details
    Browse the repository at this point in the history