Skip to content

Commit 02fc6a0

Browse files
authored
[bitnami/odoo] Release odoo-18.0.20250305-debian-12-r3 (#79106)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
1 parent 2f2b4c3 commit 02fc6a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bitnami/odoo/18/debian-12/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ ARG TARGETARCH
88

99
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2025-03-18T00:41:08Z" \
11+
org.opencontainers.image.created="2025-03-24T01:30:19Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/odoo/README.md" \
14-
org.opencontainers.image.ref.name="18.0.20250305-debian-12-r2" \
14+
org.opencontainers.image.ref.name="18.0.20250305-debian-12-r3" \
1515
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/odoo" \
1616
org.opencontainers.image.title="odoo" \
1717
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -25,9 +25,9 @@ COPY prebuildfs /
2525
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
2626
# Install required system packages and dependencies
2727
RUN install_packages acl ca-certificates curl fontconfig 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
28-
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
28+
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
2929
COMPONENTS=( \
30-
"python-3.12.9-8-linux-${OS_ARCH}-debian-12" \
30+
"python-3.12.9-9-linux-${OS_ARCH}-debian-12" \
3131
"render-template-1.0.7-14-linux-${OS_ARCH}-debian-12" \
3232
"postgresql-client-17.4.0-0-linux-${OS_ARCH}-debian-12" \
3333
"node-22.14.0-2-linux-${OS_ARCH}-debian-12" \
@@ -39,7 +39,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
3939
curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \
4040
fi ; \
4141
sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \
42-
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \
42+
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
4343
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
4444
done
4545
RUN apt-get update && apt-get upgrade -y && \

bitnami/odoo/18/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"arch": "amd64",
2222
"distro": "debian-12",
2323
"type": "NAMI",
24-
"version": "3.12.9-8"
24+
"version": "3.12.9-9"
2525
},
2626
"render-template": {
2727
"arch": "amd64",

0 commit comments

Comments
 (0)