-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker Image for odoo 15 #392
Comments
Waiting.. |
Compiled from Dockerfile used for 14.0 and got stuck at the error:
Troubleshooting and waiting for a new Dockerfile... |
using this link http://nightly.odoo.com/15.0/nightly/deb/ @vmelnych ? |
@herawais yes, and adjusted Dockerfile (from 14.0) to the 15th release and checksums. |
Compiled and launched! The Dockerfile needs an extra lib: python3-openssl, then during creating a database it fails with the above listed error, but I updated |
I get the same error but don't manage to fix it. |
Hi am facing the same issue here. I cant locate odoo neither the addons folder.
|
Is it able to get an older docker image? It starts with: and after that there are only follow-up errors in the important sales modules |
@hpz24 , you can build one for yourself, by using the official Dockerfile. Do you need any tip how to do it? |
hi @vmelnych, |
excellent, works like a charm! |
The Odoo 15 Docker image needs to use the latest release on the nightly page instead of a particular one. I was testing for a customer using current Odoo enterprise code, and there was a change to base Odoo and enterprise regarding a SASS mixin that completely broke my environment. The Docker image ought to use the most recent release so as to always have current Odoo source code. |
@vmelnych how does your build behave on newer version at Odoo git? |
@codeagencybe, it is self-explanatory, actually. You find a required nightly build and specify date and a checksum in the .env file. |
@dedanirungu can you close this issue if no longer needed? |
Just for those who are seeking an update - here is another docker-build repo for Odoo versions 16+. |
Docker Image for odoo 15
The text was updated successfully, but these errors were encountered: