Skip to content

Commit

Permalink
[bitnami/odoo] Release 15.0.20231110-debian-11-r0 (#52631)
Browse files Browse the repository at this point in the history
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
  • Loading branch information
bitnami-bot authored Nov 10, 2023
1 parent 6eb8e48 commit 3a42a40
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
18 changes: 9 additions & 9 deletions bitnami/odoo/15/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-10-11T21:15:31Z" \
org.opencontainers.image.created="2023-11-10T07:06:08Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="15.0.20231010-debian-11-r1" \
org.opencontainers.image.ref.name="15.0.20231110-debian-11-r0" \
org.opencontainers.image.title="odoo" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="15.0.20231010"
org.opencontainers.image.version="15.0.20231110"

ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-11" \
Expand All @@ -25,11 +25,11 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages acl ca-certificates curl fontconfig libbrotli1 libbsd0 libbz2-1.0 libc6 libcap2-bin libcom-err2 libcrypt1 libedit2 libffi7 libfreetype6 libgcc-s1 libgmp10 libgnutls30 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblz4-1 liblzma5 libmd0 libncursesw6 libnettle8 libnsl2 libp11-kit0 libpng16-16 libpq5 libreadline8 libsasl2-2 libsqlite3-0 libssl1.1 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.10.13-4-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.6-2-linux-${OS_ARCH}-debian-11" \
"postgresql-client-16.0.0-0-linux-${OS_ARCH}-debian-11" \
"node-18.18.1-0-linux-${OS_ARCH}-debian-11" \
"odoo-15.0.20231010-0-linux-${OS_ARCH}-debian-11" \
"python-3.10.13-8-linux-${OS_ARCH}-debian-11" \
"render-template-1.0.6-3-linux-${OS_ARCH}-debian-11" \
"postgresql-client-16.1.0-0-linux-${OS_ARCH}-debian-11" \
"node-18.18.2-0-linux-${OS_ARCH}-debian-11" \
"odoo-15.0.20231110-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
Expand All @@ -53,7 +53,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.20231010" \
ENV APP_VERSION="15.0.20231110" \
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,30 +3,30 @@
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "18.18.1-0"
"version": "18.18.2-0"
},
"odoo": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "15.0.20231010-0"
"version": "15.0.20231110-0"
},
"postgresql-client": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "16.0.0-0"
"version": "16.1.0-0"
},
"python": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "3.10.13-4"
"version": "3.10.13-8"
},
"render-template": {
"arch": "amd64",
"distro": "debian-11",
"type": "NAMI",
"version": "1.0.6-2"
"version": "1.0.6-3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ print_welcome_page() {
print_image_welcome_page() {
local github_url="https://github.com/bitnami/containers"

log ""
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
log "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
log "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
log ""
info ""
info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"
info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}"
info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}"
info ""
}

2 changes: 1 addition & 1 deletion bitnami/odoo/15/debian-11/tags-info.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rolling-tags:
- "15"
- 15-debian-11
- 15.0.20231010
- 15.0.20231110

0 comments on commit 3a42a40

Please sign in to comment.