mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
2.2.4-debian-10-r14 release
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user