mirror of
https://github.com/bitnami/containers.git
synced 2026-02-14 16:47:21 +08:00
[bitnami/odoo] Release 15.0.20221010-debian-11-r0 (#9740)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,11 +4,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="15.0.20220910-debian-11-r5" \
|
||||
org.opencontainers.image.ref.name="15.0.20221010-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/odoo" \
|
||||
org.opencontainers.image.title="odoo" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="15.0.20220910"
|
||||
org.opencontainers.image.version="15.0.20221010"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -25,7 +25,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
"render-template-1.0.3-154-linux-${OS_ARCH}-debian-11" \
|
||||
"postgresql-client-13.8.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"node-14.20.1-1-linux-${OS_ARCH}-debian-11" \
|
||||
"odoo-15.0.20220910-1-linux-${OS_ARCH}-debian-11" \
|
||||
"odoo-15.0.20221010-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -49,7 +49,7 @@ RUN if [ "$OS_ARCH" = "amd64" ]; then \
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/odoo/postunpack.sh
|
||||
ENV APP_VERSION="15.0.20220910" \
|
||||
ENV APP_VERSION="15.0.20221010" \
|
||||
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"
|
||||
|
||||
|
||||
@@ -15,10 +15,10 @@
|
||||
},
|
||||
"odoo": {
|
||||
"arch": "amd64",
|
||||
"digest": "96f111ac97fbbd7c45060af655cd8529de7f13b3102c550aff2e841aedba12aa",
|
||||
"digest": "1258ff206929481d7a693f266ee50799881fa6709155e61d37dc2355f980c5a0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "15.0.20220910-1"
|
||||
"version": "15.0.20221010-0"
|
||||
},
|
||||
"postgresql-client": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "15"
|
||||
- "15-debian-11"
|
||||
- "15.0.20220910"
|
||||
- "15.0.20221010"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user