[bitnami/odoo] Release 15.0.20240210-debian-11-r0 (#56685)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
4672f7e0b6
commit
3c2935db3d
|
|
@ -7,13 +7,13 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:1e1b4657a77f0d47e9220f0c37b9bf7802581b93214fff7d1bd2364c8bf22e8e" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2024-02-02T15:56:37Z" \
|
||||
org.opencontainers.image.created="2024-02-10T07:34:09Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="15.0.20240110-debian-11-r3" \
|
||||
org.opencontainers.image.ref.name="15.0.20240210-debian-11-r0" \
|
||||
org.opencontainers.image.title="odoo" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="15.0.20240110"
|
||||
org.opencontainers.image.version="15.0.20240210"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
|
|
@ -26,10 +26,10 @@ RUN install_packages acl ca-certificates curl fontconfig libbrotli1 libbsd0 libb
|
|||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"python-3.10.13-15-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.6-7-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-16.1.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"render-template-1.0.6-8-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-16.2.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.19.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"odoo-15.0.20240110-1-linux-${OS_ARCH}-debian-11" \
|
||||
"odoo-15.0.20240210-0-linux-${OS_ARCH}-debian-11" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -54,7 +54,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="15.0.20240110" \
|
||||
ENV APP_VERSION="15.0.20240210" \
|
||||
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"
|
||||
|
||||
|
|
|
|||
|
|
@ -9,13 +9,13 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.0.20240110-1"
|
||||
"version": "15.0.20240210-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "16.1.0-1"
|
||||
"version": "16.2.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -27,6 +27,6 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.0.6-7"
|
||||
"version": "1.0.6-8"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
rolling-tags:
|
||||
- "15"
|
||||
- 15-debian-11
|
||||
- 15.0.20240110
|
||||
- 15.0.20240210
|
||||
|
|
|
|||
Loading…
Reference in New Issue