Rémy Taymans
690ab60699
Fix Dockerfile when using root on host
...
root user should not be used to create container and oow should not be
run as root.
But when running oow in a docker, then the default user of this docker
can be root.
This fix allow to link the odoo user in the odoo environment docker to
match a root user of the host docker.
2023-11-09 16:36:53 +01:00
Sylvain LE GAL
f7a198823a
[REF] move lines in dockerfile to optimize image builds if python / debian requirements files changed
2023-01-03 10:41:42 +01:00
Sylvain LE GAL
eeb8c1dab2
[DOC] upgrade documentation, to explain Dockerfile creation (and current issues)
...
[ADD] 11.0 docker file : Add Dockerfile, based on https://raw.githubusercontent.com/odoo/odoo/11.0/setup/package.dfsrc
[FIX] 12.0 docker file : use correct Dockerfile, based on https://raw.githubusercontent.com/odoo/odoo/12.0/setup/package.dfsrc
[FIX] 13.0 docker file : use correct Dockerfile, based on https://raw.githubusercontent.com/odoo/odoo/13.0/setup/package.dfsrc
[FIX] 14.0 docker file : use correct Dockerfile, based on https://raw.githubusercontent.com/odoo/odoo/14.0/setup/package.dfsrc
[FIX] 15.0 docker file : use correct Dockerfile, based on https://raw.githubusercontent.com/odoo/odoo/15.0/setup/package.dfsrc
[FIX] 16.0 docker file : use correct Dockerfile, based on https://raw.githubusercontent.com/odoo/odoo/16.0/setup/package.dfsrc
2023-01-03 10:41:42 +01:00
Sylvain LE GAL
c924103fa0
[IMP] add local_user_id in build call.
2022-07-11 15:15:22 +02:00
Sylvain LE GAL
be74ce5bab
[REF] Set correct dockerfile, based on odoo/debian ones. (for 12 to 15)
2022-07-11 13:43:55 +02:00