4.10.2-debian-10-r24 release

This commit is contained in:
Bitnami Bot
2022-03-09 03:03:29 +00:00
parent 2048228bd6
commit 3242f04056
3 changed files with 3 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ RUN /opt/bitnami/scripts/php-postgresql/postunpack.sh
ENV APACHE_HTTPS_PORT_NUMBER="" \
APACHE_HTTP_PORT_NUMBER="" \
BITNAMI_APP_NAME="dreamfactory" \
BITNAMI_IMAGE_VERSION="4.10.2-debian-10-r23" \
BITNAMI_IMAGE_VERSION="4.10.2-debian-10-r24" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/opt/bitnami/apache/bin:/opt/bitnami/redis/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:/opt/bitnami/git/bin:/opt/bitnami/common/bin:/opt/bitnami/dreamfactory/bin:$PATH"
EXPOSE 8080 8443

View File

@@ -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")
[[ -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:

View File

@@ -37,7 +37,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
- [`4`, `4-debian-10`, `4.10.2`, `4.10.2-debian-10-r23`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/4.10.2-debian-10-r23/4/debian-10/Dockerfile)
- [`4`, `4-debian-10`, `4.10.2`, `4.10.2-debian-10-r24`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-dreamfactory/blob/4.10.2-debian-10-r24/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/dreamfactory GitHub repo](https://github.com/bitnami/bitnami-docker-dreamfactory).