[bitnami/odoo] Release 19.0.20251101-debian-12-r2 (#88313)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2025-11-11 14:15:15 +01:00 committed by GitHub
parent ab82cfcbab
commit ad33bf445f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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="2025-11-11T11:39:00Z" \
org.opencontainers.image.created="2025-11-11T12:34:22Z" \
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" \
@ -31,7 +31,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
"render-template-1.0.9-159-linux-${OS_ARCH}-debian-12" \
"postgresql-client-18.0.0-0-linux-${OS_ARCH}-debian-12" \
"node-22.21.1-0-linux-${OS_ARCH}-debian-12" \
"odoo-19.0.20251101-1-linux-${OS_ARCH}-debian-12" \
"odoo-19.0.20251101-2-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@ -58,7 +58,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/odoo/postunpack.sh
ENV APP_VERSION="19.0.20251101" \
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