diff --git a/bitnami/odoo/16/debian-12/Dockerfile b/bitnami/odoo/16/debian-12/Dockerfile index 3b6191dc1243..8d4b74effaf5 100644 --- a/bitnami/odoo/16/debian-12/Dockerfile +++ b/bitnami/odoo/16/debian-12/Dockerfile @@ -8,15 +8,15 @@ 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-11-09T22:39:44Z" \ + org.opencontainers.image.created="2024-11-15T05:54:41Z" \ 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="16.0.20241015-debian-12-r3" \ + org.opencontainers.image.ref.name="16.0.20241115-debian-12-r0" \ 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="16.0.20241015" + org.opencontainers.image.version="16.0.20241115" ENV OS_ARCH="${TARGETARCH:-amd64}" \ OS_FLAVOUR="debian-12" \ @@ -30,9 +30,9 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ "python-3.12.7-4-linux-${OS_ARCH}-debian-12" \ "render-template-1.0.7-7-linux-${OS_ARCH}-debian-12" \ - "postgresql-client-17.0.0-1-linux-${OS_ARCH}-debian-12" \ + "postgresql-client-17.1.0-0-linux-${OS_ARCH}-debian-12" \ "node-22.11.0-1-linux-${OS_ARCH}-debian-12" \ - "odoo-16.0.20241015-1-linux-${OS_ARCH}-debian-12" \ + "odoo-16.0.20241115-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -57,7 +57,7 @@ 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="16.0.20241015" \ +ENV APP_VERSION="16.0.20241115" \ BITNAMI_APP_NAME="odoo" \ 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/16/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/odoo/16/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 3827d48174d7..68b9852d8b94 100644 --- a/bitnami/odoo/16/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/odoo/16/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -9,13 +9,13 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "16.0.20241015-1" + "version": "16.0.20241115-0" }, "postgresql-client": { "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "17.0.0-1" + "version": "17.1.0-0" }, "python": { "arch": "amd64", diff --git a/bitnami/odoo/16/debian-12/tags-info.yaml b/bitnami/odoo/16/debian-12/tags-info.yaml index 91b48fa094a5..ed9f48b1cd6b 100644 --- a/bitnami/odoo/16/debian-12/tags-info.yaml +++ b/bitnami/odoo/16/debian-12/tags-info.yaml @@ -1,4 +1,4 @@ rolling-tags: - "16" - 16-debian-12 -- 16.0.20241015 +- 16.0.20241115 diff --git a/bitnami/odoo/README.md b/bitnami/odoo/README.md index 07cd4d385202..bbf78229377a 100644 --- a/bitnami/odoo/README.md +++ b/bitnami/odoo/README.md @@ -36,7 +36,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.dev/) for deploy ## Supported tags and respective `Dockerfile` links -Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.vmware.com/en/VMware-Tanzu-Application-Catalog/services/tutorials/GUID-understand-rolling-tags-containers-index.html). +Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html). You can see the equivalence between the different tags by taking a look at the `tags-info.yaml` file present in the branch folder, i.e `bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml`.