Odoo Nightly builds

Docker image

For those who enjoy the Docker project, officials docker images for Odoo 14, 15 and 16 are provided on Docker Hub. They are not nightly builds per se, but we keep these images updated on a regular basis.

Build scripts

Old releases

Issues

For any issues concerning the nightly builds and/or the nightly repositories, don't hesitate to write us on Github.

Nightly repositories

To benefit from the best experience of our nightlies, you should use our repositories. They are available for Debian (and similar distributions like Ubuntu) and RedHat distributions (esp. Centos and Fedora). Using an Odoo nightly repository, you will be able to install and upgrade Odoo with the help of your traditional package manager (apt or yum).

If you plan to run the PostgreSQL cluster on the same host than the Odoo one, install PostgreSQL before. This way, Odoo will be able to create and configure its user.

Setup of the Debian nightly repository details

wget -O - https://nightly.odoo.com/odoo.key | sudo gpg --dearmor -o /usr/share/keyrings/odoo-archive-keyring.gpg
echo 'deb [signed-by=/usr/share/keyrings/odoo-archive-keyring.gpg] https://nightly.odoo.com/16.0/nightly/deb/ ./' | sudo tee /etc/apt/sources.list.d/odoo.list
sudo apt-get update && sudo apt-get install odoo

Setup of the Fedora nightly repository details

sudo dnf config-manager --add-repo=https://nightly.odoo.com/17.0/nightly/rpm/odoo.repo
sudo dnf install -y odoo
sudo systemctl enable odoo
sudo systemctl start odoo

Signature

Odoo public key is hosted on our server and on pgp.mit.edu.