13.0.20210710-debian-10-r13 release
This commit is contained in:
parent
e8601c6a3c
commit
2529977f4c
|
|
@ -24,7 +24,7 @@ RUN curl -sLO https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/odoo/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="odoo" \
|
||||
BITNAMI_IMAGE_VERSION="13.0.20210710-debian-10-r12" \
|
||||
BITNAMI_IMAGE_VERSION="13.0.20210710-debian-10-r13" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/odoo/bin:$PATH" \
|
||||
POSTGRESQL_CLIENT_CREATE_DATABASE_NAME="" \
|
||||
POSTGRESQL_CLIENT_CREATE_DATABASE_PASSWORD="" \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Executes custom Ruby init scripts
|
||||
# Executes custom PostgreSQL (.sql or .sql.gz) init scripts
|
||||
|
||||
# shellcheck disable=SC1091
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
- [`14`, `14-debian-10`, `14.0.20210710`, `14.0.20210710-debian-10-r13`, `latest` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20210710-debian-10-r13/14/debian-10/Dockerfile)
|
||||
- [`13`, `13-debian-10`, `13.0.20210710`, `13.0.20210710-debian-10-r12` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20210710-debian-10-r12/13/debian-10/Dockerfile)
|
||||
- [`13`, `13-debian-10`, `13.0.20210710`, `13.0.20210710-debian-10-r13` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20210710-debian-10-r13/13/debian-10/Dockerfile)
|
||||
- [`12`, `12-debian-10`, `12.0.20210715`, `12.0.20210715-debian-10-r10` (12/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/12.0.20210715-debian-10-r10/12/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/odoo GitHub repo](https://github.com/bitnami/bitnami-docker-odoo).
|
||||
|
|
|
|||
Loading…
Reference in New Issue