14.0.20220210-debian-10-r26 release
This commit is contained in:
parent
9be61e81c7
commit
e2b6d0e632
|
|
@ -26,7 +26,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="14.0.20220210-debian-10-r25" \
|
||||
BITNAMI_IMAGE_VERSION="14.0.20220210-debian-10-r26" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/odoo/bin:$PATH"
|
||||
|
||||
EXPOSE 3000 8069 8072
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@ postgresql_execute_print_output() {
|
|||
local opts
|
||||
read -r -a opts <<<"${@:4}"
|
||||
|
||||
local args=("-U" "$user")
|
||||
local args=("-U" "$user" "-p" "${POSTGRESQL_PORT_NUMBER:-5432}")
|
||||
[[ -n "$db" ]] && args+=("-d" "$db")
|
||||
[[ "${#opts[@]}" -gt 0 ]] && args+=("${opts[@]}")
|
||||
|
||||
|
|
@ -398,7 +398,6 @@ EOF
|
|||
fi
|
||||
}
|
||||
|
||||
|
||||
########################
|
||||
# Retrieves the WAL directory in use by PostgreSQL / to use if not initialized yet
|
||||
# Globals:
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
- [`15`, `15-debian-10`, `15.0.20220210`, `15.0.20220210-debian-10-r24`, `latest` (15/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/15.0.20220210-debian-10-r24/15/debian-10/Dockerfile)
|
||||
- [`14`, `14-debian-10`, `14.0.20220210`, `14.0.20220210-debian-10-r25` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220210-debian-10-r25/14/debian-10/Dockerfile)
|
||||
- [`14`, `14-debian-10`, `14.0.20220210`, `14.0.20220210-debian-10-r26` (14/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/14.0.20220210-debian-10-r26/14/debian-10/Dockerfile)
|
||||
- [`13`, `13-debian-10`, `13.0.20220210`, `13.0.20220210-debian-10-r25` (13/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-odoo/blob/13.0.20220210-debian-10-r25/13/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