[bitnami/odoo] Release 16.0.20230815-debian-11-r0 (#44706)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
abb96a6dda
commit
28aaddc4a6
|
|
@ -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="2023-08-12T11:23:13Z" \
|
||||
org.opencontainers.image.created="2023-08-15T09:08:52Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="16.0.20230715-debian-11-r24" \
|
||||
org.opencontainers.image.ref.name="16.0.20230815-debian-11-r0" \
|
||||
org.opencontainers.image.title="odoo" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="16.0.20230715"
|
||||
org.opencontainers.image.version="16.0.20230815"
|
||||
|
||||
ENV OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
OS_FLAVOUR="debian-11" \
|
||||
|
|
@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
"render-template-1.0.5-10-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-15.4.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-18.17.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"odoo-16.0.20230715-1-linux-${OS_ARCH}-debian-11" \
|
||||
"odoo-16.0.20230815-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -51,7 +51,7 @@ RUN if [ "$OS_ARCH" = "amd64" ]; then \
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/odoo/postunpack.sh
|
||||
ENV APP_VERSION="16.0.20230715" \
|
||||
ENV APP_VERSION="16.0.20230815" \
|
||||
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,7 +9,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "16.0.20230715-1"
|
||||
"version": "16.0.20230815-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "16"
|
||||
- 16-debian-11
|
||||
- 16.0.20230715
|
||||
- 16.0.20230815
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue