diff --git a/bitnami/odoo/19/debian-12/Dockerfile b/bitnami/odoo/19/debian-12/Dockerfile index 39fbbd5fea76..0a0481c091d8 100644 --- a/bitnami/odoo/19/debian-12/Dockerfile +++ b/bitnami/odoo/19/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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-03-12T12:16:26Z" \ + org.opencontainers.image.created="2026-04-01T06:57:24Z" \ 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" \ org.opencontainers.image.title="odoo" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="19.0.20260301" + org.opencontainers.image.version="19.0.20260401" ENV OS_ARCH="${TARGETARCH:-amd64}" \ OS_FLAVOUR="debian-12" \ @@ -30,8 +30,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "python-3.12.13-2-linux-${OS_ARCH}-debian-12" \ "render-template-1.0.9-163-linux-${OS_ARCH}-debian-12" \ "postgresql-client-18.3.0-0-linux-${OS_ARCH}-debian-12" \ - "node-22.22.1-0-linux-${OS_ARCH}-debian-12" \ - "odoo-19.0.20260301-2-linux-${OS_ARCH}-debian-12" \ + "node-22.22.2-0-linux-${OS_ARCH}-debian-12" \ + "odoo-19.0.20260401-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -56,9 +56,9 @@ RUN curl -sLO "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6 COPY rootfs / RUN /opt/bitnami/scripts/odoo/postunpack.sh -ENV APP_VERSION="19.0.20260301" \ +ENV APP_VERSION="19.0.20260401" \ BITNAMI_APP_NAME="odoo" \ - IMAGE_REVISION="3" \ + IMAGE_REVISION="0" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/odoo/bin:$PATH" diff --git a/bitnami/odoo/README.md b/bitnami/odoo/README.md index 8ba7ff69c22d..2afbd7e58724 100644 --- a/bitnami/odoo/README.md +++ b/bitnami/odoo/README.md @@ -41,25 +41,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t ## Get this image -The recommended way to get the Bitnami Odoo Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/odoo). - -```console -docker pull bitnami/odoo:latest -``` - -To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/odoo/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/odoo:[TAG] -``` - -If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. - -```console -git clone https://github.com/bitnami/containers.git -cd bitnami/APP/VERSION/OPERATING-SYSTEM -docker build -t bitnami/APP:latest . -``` +The Bitnami Odoo Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## How to use this image