build team-controlled containers from 0xacab registry
Value
- currently, we build the signalboost and our own custom signald container from scratch on deply and in CI
- this both: (1) creates slow build times, (2) creates breaking changes on prod when restoring from backup when something in the dockerfile changes and some odd debian dependency has caused URLs to become invalid or certain packages to have been EOL'ed, etc...
- instead, lets publish images to the 0xacab docker regisry and pull them for both gitlab CI jobs and ansible deploy scripts
Edited by aguestuser