Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 594 Bytes

TODO

File metadata and controls

14 lines (12 loc) · 594 Bytes

ToDo

  • [ ] Refine the custom AppArmor-policy (see 📄 docker/README.md)
  • [ ] Upgrade to Node.js 14 (require it in 📄 package.json and update the Docker container)
  • [ ] Add support for additional architectures (armhf / amd64) to the Docker container
  • [ ] Properly manage failures; right now we gracefully shutdown the container (regardless of the script's exit code)
    • Build some retry logic into the s6-overlay scripts? Or find a way to "escalate" the problem out of the container?