1.10.2-debian-9-r9 release

This commit is contained in:
Bitnami Bot
2019-02-13 13:19:52 +00:00
parent 55db7b0e26
commit fcc1873582
3 changed files with 14 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`1-ol-7`, `1.10.2-ol-7-r8` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/1.10.2-ol-7-r8/1/ol-7/Dockerfile)
* [`1-debian-9`, `1.10.2-debian-9-r8`, `1`, `1.10.2`, `1.10.2-r8`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/1.10.2-debian-9-r8/1/debian-9/Dockerfile)
* [`1-debian-9`, `1.10.2-debian-9-r9`, `1`, `1.10.2`, `1.10.2-r9`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/1.10.2-debian-9-r9/1/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow).
@@ -369,9 +369,12 @@ The Airflow instance can be customized by specifying environment variables on th
##### Airflow configuration
- `AIRFLOW_EXECUTOR`: Airflow executor. Default: **SequentialExecutor**
- `AIRFLOW_FERNET_KEY`: Airflow Fernet key. No defaults
- `AIRFLOW_FERNET_KEY`: Airflow Fernet key. No defaults.
- `AIRFLOW_WEBSERVER_HOST`: Airflow webserver host. Default: **127.0.0.1**
- `AIRFLOW_WEBSERVER_PORT_NUMBER`: Airflow webserver port. Default: **8080**
- `AIRFLOW_LOAD_EXAMPLES`: To load example tasks into the application. Default: **yes**
- `AIRFLOW_BASE_URL`: Airflow webserver base URL. No defaults.
- `AIRFLOW_HOSTNAME_CALLABLE`: Method to obtain the hostname. No defaults.
##### Use an existing database