From 4a049b1b4279e983e4287e76acbca337fefa681c Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 2 Jul 2024 15:16:04 +0200 Subject: [PATCH] [bitnami/odoo] Release 16.0.20240615-debian-12-r2 (#68555) Signed-off-by: Bitnami Containers --- bitnami/odoo/16/debian-12/Dockerfile | 4 ++-- .../odoo/16/debian-12/rootfs/opt/bitnami/scripts/odoo-env.sh | 2 +- bitnami/odoo/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/odoo/16/debian-12/Dockerfile b/bitnami/odoo/16/debian-12/Dockerfile index 762a0b1aaa54..6d6dd3aa3d47 100644 --- a/bitnami/odoo/16/debian-12/Dockerfile +++ b/bitnami/odoo/16/debian-12/Dockerfile @@ -7,11 +7,11 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-06-29T17:01:28Z" \ + org.opencontainers.image.created="2024-07-02T12:01:00Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/odoo/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="16.0.20240615-debian-12-r1" \ + org.opencontainers.image.ref.name="16.0.20240615-debian-12-r2" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/odoo" \ org.opencontainers.image.title="odoo" \ org.opencontainers.image.vendor="Broadcom, Inc." \ diff --git a/bitnami/odoo/16/debian-12/rootfs/opt/bitnami/scripts/odoo-env.sh b/bitnami/odoo/16/debian-12/rootfs/opt/bitnami/scripts/odoo-env.sh index f9b20719e4c4..57d784f70142 100644 --- a/bitnami/odoo/16/debian-12/rootfs/opt/bitnami/scripts/odoo-env.sh +++ b/bitnami/odoo/16/debian-12/rootfs/opt/bitnami/scripts/odoo-env.sh @@ -96,7 +96,7 @@ export ODOO_LONGPOLLING_PORT_NUMBER="${ODOO_LONGPOLLING_PORT_NUMBER:-8072}" # on export ODOO_SKIP_BOOTSTRAP="${ODOO_SKIP_BOOTSTRAP:-no}" # only used during the first initialization export ODOO_SKIP_MODULES_UPDATE="${ODOO_SKIP_MODULES_UPDATE:-no}" # only used during the first initialization export ODOO_LOAD_DEMO_DATA="${ODOO_LOAD_DEMO_DATA:-no}" # only used during the first initialization -export ODOO_LIST_DB="${ODOO_LIST_DB:-no}" +export ODOO_LIST_DB="${ODOO_LIST_DB:-no}" # only used during the first initialization # Odoo credentials export ODOO_EMAIL="${ODOO_EMAIL:-user@example.com}" # only used during the first initialization diff --git a/bitnami/odoo/README.md b/bitnami/odoo/README.md index a87ddfb83654..07cd4d385202 100644 --- a/bitnami/odoo/README.md +++ b/bitnami/odoo/README.md @@ -195,7 +195,7 @@ docker run -d --name odoo \ | `ODOO_SKIP_BOOTSTRAP` | Whether to perform initial bootstrapping for the application. | `no` | | `ODOO_SKIP_MODULES_UPDATE` | Whether to perform initial update of the plugins installed. | `no` | | `ODOO_LOAD_DEMO_DATA` | Whether to load demo data. | `no` | -| `ODOO_LIST_DB` | Whether the database selector is available | `no` | +| `ODOO_LIST_DB` | Whether the database selector is available. | `no` | | `ODOO_EMAIL` | Odoo user e-mail address. | `user@example.com` | | `ODOO_PASSWORD` | Odoo user password. | `bitnami` | | `ODOO_SMTP_HOST` | Odoo SMTP server host. | `nil` |