[bitnami/odoo] Release 15.0.20240610-debian-12-r3 (#68558)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
56502da357
commit
04dadb980c
|
|
@ -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:00:49Z" \
|
||||
org.opencontainers.image.created="2024-07-02T12:52:46Z" \
|
||||
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="15.0.20240610-debian-12-r2" \
|
||||
org.opencontainers.image.ref.name="15.0.20240610-debian-12-r3" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/odoo" \
|
||||
org.opencontainers.image.title="odoo" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue