diff --git a/bitnami/odoo/19/debian-12/Dockerfile b/bitnami/odoo/19/debian-12/Dockerfile index d308ab520181..267a7d33de32 100644 --- a/bitnami/odoo/19/debian-12/Dockerfile +++ b/bitnami/odoo/19/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-02-10T07:14:47Z" \ + org.opencontainers.image.created="2026-02-13T18:36:03Z" \ 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.source="https://github.com/bitnami/containers/tree/main/bitnami/odoo" \ @@ -27,10 +27,10 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "python-3.12.12-13-linux-${OS_ARCH}-debian-12" \ + "python-3.12.12-15-linux-${OS_ARCH}-debian-12" \ "render-template-1.0.9-162-linux-${OS_ARCH}-debian-12" \ - "postgresql-client-18.1.0-0-linux-${OS_ARCH}-debian-12" \ - "node-22.22.0-0-linux-${OS_ARCH}-debian-12" \ + "postgresql-client-18.2.0-0-linux-${OS_ARCH}-debian-12" \ + "node-22.22.0-1-linux-${OS_ARCH}-debian-12" \ "odoo-19.0.20260201-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ @@ -58,7 +58,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/odoo/postunpack.sh ENV APP_VERSION="19.0.20260201" \ BITNAMI_APP_NAME="odoo" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/odoo/bin:$PATH" EXPOSE 3000 8069 8072 diff --git a/bitnami/odoo/README.md b/bitnami/odoo/README.md index c1922b42a837..141a1294d4d7 100644 --- a/bitnami/odoo/README.md +++ b/bitnami/odoo/README.md @@ -441,14 +441,6 @@ docker-compose up -d - Added port 8072 to the list of exposed ports. This port is used by the [Odoo Longpolling service](https://www.odoo.com/documentation/14.0/administration/deployment/deploy.html#livechat). - The `WITHOUT_DEMO` environment variable was deprecated in favor of the boolean `ODOO_LOAD_DEMO_DATA` environment variable. -## Contributing - -We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution. - -## Issues - -If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template. - ## License Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.