[bitnami/odoo] Release odoo-16.0.20241115-debian-12-r0 (#74917)

Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-11-15 07:51:46 +01:00
committed by GitHub
parent ed4db6d0c3
commit c0dc8d4ca7
4 changed files with 10 additions and 10 deletions

View File

@@ -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"

View File

@@ -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",

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "16"
- 16-debian-12
- 16.0.20241015
- 16.0.20241115

View File

@@ -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`.