Hibou Roost - Odoo: GitLab and Docker Hub Automated Builds: registry.gitlab.com/hibou-io/hibou-odoo/odoo
Managed Odoo Docker Images
Base of Roost Pipeline
Automatically built image on Docker Hub ( hibou/hibou-odoo ) and GitLab ( registry.gitlab.com/hibou-io/hibou-odoo/odoo )
The GitLab implementation has finer grain controls for pipelining the whole suite together. This results in smaller image footprints overall, and they are therefore preferred.
Ports:
8069, 8072 : Exposes standard ports for Odoo XMLRPC listening on 8069 and potentially /longpolling on 8072 (depends on configuration)
Volumes:
/var/lib/odoo : Where Filestore and Sessions will be stored. Should be owned by uid: 104 if mounted externally.
Configuration:
/etc/odoo/odoo.conf : Comes with a basic odoo configuration, mount in your own! (Downstream builds typically overwrite to add themselves to the addons path.)