12.0.20200515-debian-10-r22 release

This commit is contained in:
Bitnami Bot 2020-06-05 08:05:03 +00:00
parent 9284b80c01
commit 7c6d1460e2
3 changed files with 6 additions and 2 deletions

View File

@ -23,7 +23,7 @@ RUN curl -sLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.
COPY rootfs /
ENV BITNAMI_APP_NAME="odoo" \
BITNAMI_IMAGE_VERSION="12.0.20200515-debian-10-r21" \
BITNAMI_IMAGE_VERSION="12.0.20200515-debian-10-r22" \
LD_LIBRARY_PATH="/opt/bitnami/odoo/venv/lib/python3.6/site-packages/reportlab/.libs:$LD_LIBRARY_PATH" \
ODOO_EMAIL="user@example.com" \
ODOO_PASSWORD="bitnami" \

View File

@ -209,3 +209,7 @@ if [ "$BITNAMI_PKG_CHMOD" ]; then
info "Fixing permissions: chmod $BITNAMI_PKG_CHMOD $DIRS"
chmod $BITNAMI_PKG_CHMOD $DIRS
fi
# Include metadata about the package
touch "${BITNAMI_PREFIX}/.bitnami_packages"
echo "${PACKAGE}" >> "${BITNAMI_PREFIX}/.bitnami_packages"

View File

@ -37,7 +37,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`13-debian-10`, `13.0.20200510-debian-10-r24`, `13`, `13.0.20200510`, `latest` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20200510-debian-10-r24/13/debian-10/Dockerfile)
* [`12-debian-10`, `12.0.20200515-debian-10-r21`, `12`, `12.0.20200515` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/12.0.20200515-debian-10-r21/12/debian-10/Dockerfile)
* [`12-debian-10`, `12.0.20200515-debian-10-r22`, `12`, `12.0.20200515` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/12.0.20200515-debian-10-r22/12/debian-10/Dockerfile)
* [`11-debian-10`, `11.0.20200515-debian-10-r20`, `11`, `11.0.20200515` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/11.0.20200515-debian-10-r20/11/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/odoo GitHub repo](https://github.com/bitnami/bitnami-docker-odoo).