mirror of
https://github.com/bitnami/containers.git
synced 2026-03-01 06:57:49 +08:00
2.1.2-debian-10-r33 release
This commit is contained in:
@@ -27,7 +27,7 @@ RUN /opt/bitnami/scripts/airflow/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/locales/add-extra-locales.sh
|
||||
ENV AIRFLOW_HOME="/opt/bitnami/airflow" \
|
||||
BITNAMI_APP_NAME="airflow" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.2-debian-10-r32" \
|
||||
BITNAMI_IMAGE_VERSION="2.1.2-debian-10-r33" \
|
||||
LANG="en_US.UTF-8" \
|
||||
LANGUAGE="en_US:en" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/python/lib/:/opt/bitnami/airflow/venv/lib/python3.8/site-packages/numpy.libs/:$LD_LIBRARY_PATH" \
|
||||
|
||||
@@ -9,12 +9,14 @@ services:
|
||||
- POSTGRESQL_DATABASE=bitnami_airflow
|
||||
- POSTGRESQL_USERNAME=bn_airflow
|
||||
- POSTGRESQL_PASSWORD=bitnami1
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
redis:
|
||||
image: docker.io/bitnami/redis:6.0
|
||||
volumes:
|
||||
- 'redis_data:/bitnami'
|
||||
environment:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
airflow-scheduler:
|
||||
# TODO: to be reverted to use proper registry/distro on T39132
|
||||
|
||||
@@ -13,7 +13,7 @@ $ curl -LO https://raw.githubusercontent.com/bitnami/bitnami-docker-airflow/mast
|
||||
$ docker-compose up
|
||||
```
|
||||
|
||||
You can find the default credentials and available configuration options in the [Environment Variables](#environment-variables) section.
|
||||
**Warning**: This quick setup is only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Environment Variables](#environment-variables) section for a more secure deployment.
|
||||
|
||||
# Why use Bitnami Images?
|
||||
|
||||
@@ -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.1.2`, `2.1.2-debian-10-r32`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/2.1.2-debian-10-r32/2/debian-10/Dockerfile)
|
||||
* [`2`, `2-debian-10`, `2.1.2`, `2.1.2-debian-10-r33`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/2.1.2-debian-10-r33/2/debian-10/Dockerfile)
|
||||
* [`1`, `1-debian-10`, `1.10.15`, `1.10.15-debian-10-r124` (1/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow/blob/1.10.15-debian-10-r124/1/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/airflow GitHub repo](https://github.com/bitnami/bitnami-docker-airflow).
|
||||
|
||||
@@ -9,12 +9,14 @@ services:
|
||||
- POSTGRESQL_DATABASE=bitnami_airflow
|
||||
- POSTGRESQL_USERNAME=bn_airflow
|
||||
- POSTGRESQL_PASSWORD=bitnami1
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
redis:
|
||||
image: docker.io/bitnami/redis:6.0
|
||||
volumes:
|
||||
- 'redis_data:/bitnami'
|
||||
environment:
|
||||
# ALLOW_EMPTY_PASSWORD is recommended only for development.
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
airflow-scheduler:
|
||||
# TODO: to be reverted to use proper registry/distro on T39132
|
||||
|
||||
Reference in New Issue
Block a user