Our internal id for this project is: 0000.
This project uses Docker. Travis builds a new image for each change on the branches and for each new tag.
The images built on the master branch are built as camptocamp/geo_11_odoo:latest
.
The images built on other branches are built as camptocamp/geo_11_odoo:<branch-name>
.
The ones built from tags are built as camptocamp/geo_11_odoo:<tag-name>
.
Images are pushed on the registry only when Travis has a green build.
When a container starts, the database is automatically created and the migration scripts automatically run.
Please keep this project up-to-date by:
- ensure the
FROM
image inodoo/Dockerfile
is the latest release - run regularly
invoke project.sync
to retrieve the last template's changes