neco icon indicating copy to clipboard operation
neco copied to clipboard

Prevent deletion of container images required for startup

Open zoetrope opened this issue 2 years ago • 0 comments

What

When our data center is shut down for more than 72 hours, the container images required for startup may be deleted.

  • https://github.com/cybozu-go/neco/blob/cf1fbc99aeb62d37e37c5c2c69f12e319622b6cd/debian/lib/systemd/system/docker-prune.service
  • https://github.com/cybozu-go/neco/blob/cf1fbc99aeb62d37e37c5c2c69f12e319622b6cd/ignitions/common/systemd/docker-prune.service

How

Describe how to address the issue.

Checklist

  • [ ] Finish implementation of the issue
  • [ ] Test all functions
  • [ ] Have enough logs to trace activities
  • [ ] Notify developers of necessary actions

zoetrope avatar Sep 14 '22 08:09 zoetrope