You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
During a recent ad-hoc cleanup of stale container images, some current (in-production) container images were mistakenly deleted, and this eventually caused the website outage described in #44.
We should determine and document a process to safely clean up stale container images.
Describe the solution you'd like
Documentation, including command-line examples, about how to remove stale container images as an operational process in the README.md file of this repository.
Describe alternatives you've considered
N/A
Additional context
Arises from prevention measures discussed in #45.
Is your feature request related to a problem? Please describe.
During a recent ad-hoc cleanup of stale container images, some current (in-production) container images were mistakenly deleted, and this eventually caused the website outage described in #44.
We should determine and document a process to safely clean up stale container images.
Describe the solution you'd like
Documentation, including command-line examples, about how to remove stale container images as an operational process in the
README.mdfile of this repository.Describe alternatives you've considered
N/A
Additional context
Arises from prevention measures discussed in #45.