Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/odoo] Release odoo-18.0.20250205-debian-12-r0 #77007

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions bitnami/odoo/18/debian-12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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="2025-01-07T16:53:15Z" \
org.opencontainers.image.created="2025-02-05T07:29:55Z" \
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="18.0.20250105-debian-12-r0" \
org.opencontainers.image.ref.name="18.0.20250205-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="18.0.20250105"
org.opencontainers.image.version="18.0.20250205"

ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-12" \
Expand All @@ -28,11 +28,11 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
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
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"python-3.12.8-1-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.7-8-linux-${OS_ARCH}-debian-12" \
"python-3.12.9-0-linux-${OS_ARCH}-debian-12" \
"render-template-1.0.7-11-linux-${OS_ARCH}-debian-12" \
"postgresql-client-17.2.0-0-linux-${OS_ARCH}-debian-12" \
"node-22.12.0-0-linux-${OS_ARCH}-debian-12" \
"odoo-18.0.20250105-0-linux-${OS_ARCH}-debian-12" \
"node-22.13.1-0-linux-${OS_ARCH}-debian-12" \
"odoo-18.0.20250205-0-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -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="18.0.20250105" \
ENV APP_VERSION="18.0.20250205" \
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"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "22.12.0-0"
"version": "22.13.1-0"
},
"odoo": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "18.0.20250105-0"
"version": "18.0.20250205-0"
},
"postgresql-client": {
"arch": "amd64",
Expand All @@ -21,12 +21,12 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "3.12.8-1"
"version": "3.12.9-0"
},
"render-template": {
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "1.0.7-8"
"version": "1.0.7-11"
}
}
2 changes: 1 addition & 1 deletion bitnami/odoo/18/debian-12/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rolling-tags:
- "18"
- 18-debian-12
- 18.0.20250105
- 18.0.20250205
- latest
Loading