2.2.4-debian-10-r14 release

This commit is contained in:
Bitnami Bot
2022-03-09 10:32:25 +00:00
parent 990eb0524a
commit 6e77314ccc
3 changed files with 3 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ RUN /opt/bitnami/scripts/airflow-worker/postunpack.sh
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
BITNAMI_APP_NAME="airflow-worker" \
BITNAMI_IMAGE_VERSION="2.2.4-debian-10-r13" \
BITNAMI_IMAGE_VERSION="2.2.4-debian-10-r14" \
C_FORCE_ROOT="True" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \

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: