mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 22:47:20 +08:00
[bitnami/odoo] Release 15.0.20240310-debian-12-r1 (#64282)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,10 +7,10 @@ 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-03-10T04:19:43Z" \
|
||||
org.opencontainers.image.created="2024-03-31T14:44:04Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="15.0.20240310-debian-12-r0" \
|
||||
org.opencontainers.image.ref.name="15.0.20240310-debian-12-r1" \
|
||||
org.opencontainers.image.title="odoo" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="15.0.20240310"
|
||||
@@ -25,10 +25,10 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
|
||||
RUN install_packages acl ca-certificates curl fontconfig libbrotli1 libbsd0 libbz2-1.0 libc6 libcap2-bin libcom-err2 libcrypt1 libedit2 libffi8 libfreetype6 libgcc-s1 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed6 libicu72 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 liblz4-1 liblzma5 libmd0 libncursesw6 libnettle8 libnsl2 libp11-kit0 libpng16-16 libpq5 libreadline8 libsasl2-2 libsqlite3-0 libssl3 libstdc++6 libtasn1-6 libtinfo6 libtirpc3 libunistring2 libuuid1 libx11-6 libxcb1 libxext6 libxml2 libxrender1 libxslt1.1 procps xfonts-75dpi xfonts-base zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"python-3.10.13-20-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.10.14-2-linux-${OS_ARCH}-debian-12" \
|
||||
"render-template-1.0.6-10-linux-${OS_ARCH}-debian-12" \
|
||||
"postgresql-client-16.2.0-2-linux-${OS_ARCH}-debian-12" \
|
||||
"node-18.19.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
"node-18.20.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"odoo-15.0.20240310-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "18.19.1-0"
|
||||
"version": "18.20.0-0"
|
||||
},
|
||||
"odoo": {
|
||||
"arch": "amd64",
|
||||
@@ -21,7 +21,7 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "3.10.13-20"
|
||||
"version": "3.10.14-2"
|
||||
},
|
||||
"render-template": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -48,6 +48,7 @@ print_image_welcome_page() {
|
||||
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
|
||||
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
|
||||
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
|
||||
info "Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit ${BOLD}https://bitnami.com/enterprise${RESET}"
|
||||
info ""
|
||||
}
|
||||
|
||||
|
||||
@@ -197,10 +197,17 @@ docker run -d --name odoo \
|
||||
| `ODOO_LOAD_DEMO_DATA` | Whether to load demo data. | `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` |
|
||||
| `ODOO_SMTP_PORT_NUMBER` | Odoo SMTP server port number. | `nil` |
|
||||
| `ODOO_SMTP_USER` | Odoo SMTP server user. | `nil` |
|
||||
| `ODOO_SMTP_PASSWORD` | Odoo SMTP server user password. | `nil` |
|
||||
| `ODOO_SMTP_PROTOCOL` | Odoo SMTP server protocol to use. | `nil` |
|
||||
| `ODOO_DATABASE_HOST` | Database server host. | `$ODOO_DEFAULT_DATABASE_HOST` |
|
||||
| `ODOO_DATABASE_PORT_NUMBER` | Database server port. | `5432` |
|
||||
| `ODOO_DATABASE_NAME` | Database name. | `bitnami_odoo` |
|
||||
| `ODOO_DATABASE_USER` | Database user name. | `bn_odoo` |
|
||||
| `ODOO_DATABASE_PASSWORD` | Database user password. | `nil` |
|
||||
| `ODOO_DATABASE_FILTER` | Database filter | `nil` |
|
||||
|
||||
#### Read-only environment variables
|
||||
|
||||
@@ -220,7 +227,6 @@ docker run -d --name odoo \
|
||||
| `ODOO_DAEMON_USER` | Odoo system user. | `odoo` |
|
||||
| `ODOO_DAEMON_GROUP` | Odoo system group. | `odoo` |
|
||||
| `ODOO_DEFAULT_DATABASE_HOST` | Default database server host. | `postgresql` |
|
||||
| `ODOO_DEFAULT_DATABASE_HOST` | Default database server host. | `127.0.0.1` |
|
||||
|
||||
When you start the Odoo image, you can adjust the configuration of the instance by passing one or more environment variables either on the docker-compose file or on the `docker run` command line. If you want to add a new environment variable:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user