Open PeterAlabaster opened 5 years ago
This for the new car dealership project?
This for the new car dealership project?
Yes, however it's beneficial for any Odoo 11 which is based on docker-odoo-custom
Oh @PeterAlabaster I also suggest adding to the README about the change, to say that users might have to explicitly use -u root
or -u odoo
in their docker command line as appropriate when running non-odoo commands whereas before they might not have had to.
Perhaps we should be versioning these so breaking changes like this have a version number bump at the third level (e.g. 11.0.2.7 -> 11.0.3.0
) and non-breaking changes at the fourth (e.g. 11.0.3.0 -> 11.0.3.1
), with the third-level having a branch (11.0.3
) and fourth-level releases being a tag (11.0.3.0
). This would allow us to pin projects using a particular 'compatibility version' into that series until we can get around to reviewing its usage and upgrading it.
We could freeze the two-level ones where they currently are and use three-level or four-level docker tags in our FROM clauses from this point on.
Fixes #14 for
11.0
, not for12.0
(that will need a seperate PR)