docker icon indicating copy to clipboard operation
docker copied to clipboard

Results 185 docker issues
Sort by recently updated
recently updated
newest added

I recently pull docker for odoo:16 image, and I get this issue when running it. ``` odoo-1 | 2024-01-12 09:34:32,019 1 CRITICAL ? odoo.modules.module: Couldn't load module web odoo-1 |...

Impacted versions: - 17.0 Steps to reproduce: 1. Run Odoo docker 17.0 in debian 12 server with default nginx configuration. 2. Create a new outgoing email server 3. Set up...

According to release notes: _Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite. See Faster CPython for details._...

In case the database name is not `postgres`, the current image completely fails to run with the error: ``` Database connection failure: connection to server at "..." (ip-address), port ......

Hi, After I updated admin password value reset to default value when restart docker image . Please

Odoo versions `14.0` and `15.0` are prompting the below error when doing database backups through the Database Manager. > INFO odoo odoo.service.db: DUMP DB: odoo format zip > ERROR odoo...

Fixes #115. Utilizes the endpoints added in https://github.com/odoo/odoo/pull/56522.

Here my Docker-File: ``` #Source: https://github.com/odoo/docker/blob/master/17.0/Dockerfile FROM ubuntu:jammy ENV LANG C.UTF-8 WORKDIR /home/odoo/addons # Retrieve the target architecture to install the correct wkhtmltopdf package ARG TARGETARCH # Install dependencies RUN...

## description This pull request try to add odoo:17 with base image `debian:bookworm-slim` because of this commit https://github.com/odoo/odoo/commit/163fb3ae618bf993e60f8c1276e09a5b85565fa5 we can't use old `debian:bullseye-slim`. ## result the build success, and odoo...

Maybe we could create our own fork that would be managed by an open source community as Odoo seems to abandon the Docker project. How many people would be interested...