From c507515de1c6b2fbcf2db25fa9465edffa3490f5 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 18 May 2022 12:04:14 +0000 Subject: [PATCH] 2.3.0-debian-10-r16 release --- bitnami/airflow-scheduler/2/debian-10/Dockerfile | 2 +- .../2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- .../2/debian-10/rootfs/opt/bitnami/scripts/libairflow.sh | 2 +- bitnami/airflow-scheduler/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/airflow-scheduler/2/debian-10/Dockerfile b/bitnami/airflow-scheduler/2/debian-10/Dockerfile index 58df1d29a0b2..54c1f328d93a 100644 --- a/bitnami/airflow-scheduler/2/debian-10/Dockerfile +++ b/bitnami/airflow-scheduler/2/debian-10/Dockerfile @@ -16,7 +16,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "10.21.0-0" --checksum d5820263d74b7847f65a05b513f1e1ab196128cd9e3dff1b90a2063276667982 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ini-file" "1.4.1-7" --checksum 7a4f45cbebd2e242278060415dd1a3f0dbe68991fdcaea5bb311e8de54a3e027 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.36.1-0" --checksum e00f740b66faf2808cb8983a39b186d43a8367730512c402df78751a9cefbfc1 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow-scheduler" "2.3.0-0" --checksum 713dcbca214147b7e47fc6f03407f5bb3ab47be403a5ef15f95d108686527b9c +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "airflow-scheduler" "2.3.0-1" --checksum 713dcbca214147b7e47fc6f03407f5bb3ab47be403a5ef15f95d108686527b9c RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/airflow-scheduler/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/airflow-scheduler/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 23c87cba048f..d7fb3b8142be 100644 --- a/bitnami/airflow-scheduler/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/airflow-scheduler/2/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -4,7 +4,7 @@ "digest": "713dcbca214147b7e47fc6f03407f5bb3ab47be403a5ef15f95d108686527b9c", "distro": "debian-10", "type": "NAMI", - "version": "2.3.0-0" + "version": "2.3.0-1" }, "git": { "arch": "amd64", diff --git a/bitnami/airflow-scheduler/2/debian-10/rootfs/opt/bitnami/scripts/libairflow.sh b/bitnami/airflow-scheduler/2/debian-10/rootfs/opt/bitnami/scripts/libairflow.sh index 9f9a0ea62e50..46ffec02e907 100644 --- a/bitnami/airflow-scheduler/2/debian-10/rootfs/opt/bitnami/scripts/libairflow.sh +++ b/bitnami/airflow-scheduler/2/debian-10/rootfs/opt/bitnami/scripts/libairflow.sh @@ -304,7 +304,7 @@ airflow_configure_database() { is_boolean_yes "$AIRFLOW_DATABASE_USE_SSL" && extra_options="?sslmode=require" info "Configuring Airflow database" - airflow_conf_set "core" "sql_alchemy_conn" "postgresql+psycopg2://${user}:${password}@${AIRFLOW_DATABASE_HOST}:${AIRFLOW_DATABASE_PORT_NUMBER}/${AIRFLOW_DATABASE_NAME}${extra_options:-}" + airflow_conf_set "database" "sql_alchemy_conn" "postgresql+psycopg2://${user}:${password}@${AIRFLOW_DATABASE_HOST}:${AIRFLOW_DATABASE_PORT_NUMBER}/${AIRFLOW_DATABASE_NAME}${extra_options:-}" } ######################## diff --git a/bitnami/airflow-scheduler/README.md b/bitnami/airflow-scheduler/README.md index b0f02dce97a6..2eed534d14da 100644 --- a/bitnami/airflow-scheduler/README.md +++ b/bitnami/airflow-scheduler/README.md @@ -33,7 +33,7 @@ You can find the default credentials and available configuration options in the 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/). -* [`2`, `2-debian-10`, `2.3.0`, `2.3.0-debian-10-r15`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/2.3.0-debian-10-r15/2/debian-10/Dockerfile) +* [`2`, `2-debian-10`, `2.3.0`, `2.3.0-debian-10-r16`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-scheduler/blob/2.3.0-debian-10-r16/2/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow-scheduler).