[bitnami/odoo] Release 15.0.20230910-debian-11-r18 (#50997)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
d20dbc6499
commit
0d09510466
|
|
@ -7,10 +7,10 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-09-30T09:43:06Z" \
|
||||
org.opencontainers.image.created="2023-10-04T03:14:44Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="15.0.20230910-debian-11-r17" \
|
||||
org.opencontainers.image.ref.name="15.0.20230910-debian-11-r18" \
|
||||
org.opencontainers.image.title="odoo" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="15.0.20230910"
|
||||
|
|
|
|||
|
|
@ -95,7 +95,6 @@ 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_DATABASE_FILTER="${ODOO_DATABASE_FILTER:-.*}"
|
||||
|
||||
# Odoo credentials
|
||||
export ODOO_EMAIL="${ODOO_EMAIL:-user@example.com}" # only used during the first initialization
|
||||
|
|
@ -127,5 +126,6 @@ ODOO_DATABASE_USER="${ODOO_DATABASE_USER:-"${POSTGRESQL_DATABASE_USERNAME:-}"}"
|
|||
export ODOO_DATABASE_USER="${ODOO_DATABASE_USER:-bn_odoo}" # only used during the first initialization
|
||||
ODOO_DATABASE_PASSWORD="${ODOO_DATABASE_PASSWORD:-"${POSTGRESQL_DATABASE_PASSWORD:-}"}"
|
||||
export ODOO_DATABASE_PASSWORD="${ODOO_DATABASE_PASSWORD:-}" # only used during the first initialization
|
||||
export ODOO_DATABASE_FILTER="${ODOO_DATABASE_FILTER:-}" # only used during the first initialization
|
||||
|
||||
# Custom environment variables may be defined below
|
||||
|
|
|
|||
Loading…
Reference in New Issue