odoo / docker

Other
932 stars 1.52k forks source link

Add possibility to control python version #386

Closed lem8r closed 2 years ago

lem8r commented 2 years ago

Odoo 14 image is based on Debian image which ships with Python 3.7.3.

That version of python has bug bpo-37764 which leads to 100% CPU usage in some cases. It can be easily fixed by upgrading to Python 3.7.5 which is not possible to do when base image is debian:buster-slim.

I propose to use Python image which is also based on buster-slim but allows to manipulate Python version by changing tags.

lavrenkov-sketch commented 1 year ago

@lem8r how you solve it?

lem8r commented 1 year ago

I switched to own images.