1.10.2-rhel-7-r38 release
This commit is contained in:
parent
acb385bf58
commit
f53627db17
|
|
@ -28,7 +28,7 @@ ENV AIRFLOW_DATABASE_HOST="postgresql" \
|
|||
AIRFLOW_WEBSERVER_PORT_NUMBER="8080" \
|
||||
AIRFLOW_WORKER_PORT_NUMBER="8793" \
|
||||
BITNAMI_APP_NAME="airflow-worker" \
|
||||
BITNAMI_IMAGE_VERSION="1.10.2-rhel-7-r37" \
|
||||
BITNAMI_IMAGE_VERSION="1.10.2-rhel-7-r38" \
|
||||
C_FORCE_ROOT="True" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/airflow/venv/lib/python3.6/site-packages/numpy/.libs/:$LD_LIBRARY_PATH" \
|
||||
LD_PRELOAD="/usr/lib64/libnss_wrapper.so" \
|
||||
|
|
|
|||
|
|
@ -9,13 +9,19 @@ services:
|
|||
- POSTGRESQL_USERNAME=bn_airflow
|
||||
- POSTGRESQL_PASSWORD=bitnami1
|
||||
redis:
|
||||
image: bitnami/redis:5.0
|
||||
# A Red Hat Customer Portal login is required to access this image. If you do not have one already, you can obtain one at https://www.redhat.com/wapps/ugc/register.html
|
||||
# Pull action should be successful from any RHEL Host system running the Docker service and executing the following command: docker login registry.connect.redhat.com
|
||||
# + info: https://access.redhat.com/containers/?tab=images&platform=docker#/registry.connect.redhat.com/bitnami/redis
|
||||
image: registry.connect.redhat.com/bitnami/redis
|
||||
volumes:
|
||||
- redis_data:/bitnami
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
airflow-worker:
|
||||
image: bitnami/airflow-worker:1-rhel-7
|
||||
# A Red Hat Customer Portal login is required to access this image. If you do not have one already, you can obtain one at https://www.redhat.com/wapps/ugc/register.html
|
||||
# Pull action should be successful from any RHEL Host system running the Docker service and executing the following command: docker login registry.connect.redhat.com
|
||||
# + info: https://access.redhat.com/containers/?tab=images&platform=docker#/registry.connect.redhat.com/bitnami/apache-airflow-worker
|
||||
image: registry.connect.redhat.com/bitnami/apache-airflow-worker
|
||||
environment:
|
||||
- AIRFLOW_DATABASE_NAME=bitnami_airflow
|
||||
- AIRFLOW_DATABASE_USER=bn_airflow
|
||||
|
|
@ -24,7 +30,10 @@ services:
|
|||
volumes:
|
||||
- airflow_worker_data:/bitnami
|
||||
airflow-scheduler:
|
||||
image: bitnami/airflow-scheduler:1
|
||||
# A Red Hat Customer Portal login is required to access this image. If you do not have one already, you can obtain one at https://www.redhat.com/wapps/ugc/register.html
|
||||
# Pull action should be successful from any RHEL Host system running the Docker service and executing the following command: docker login registry.connect.redhat.com
|
||||
# + info: https://access.redhat.com/containers/?tab=images&platform=docker#/registry.connect.redhat.com/bitnami/apache-airflow-scheduler
|
||||
image: registry.connect.redhat.com/bitnami/apache-airflow-scheduler
|
||||
environment:
|
||||
- AIRFLOW_DATABASE_NAME=bitnami_airflow
|
||||
- AIRFLOW_DATABASE_USER=bn_airflow
|
||||
|
|
@ -33,7 +42,10 @@ services:
|
|||
volumes:
|
||||
- airflow_scheduler_data:/bitnami
|
||||
airflow:
|
||||
image: bitnami/airflow:1
|
||||
# A Red Hat Customer Portal login is required to access this image. If you do not have one already, you can obtain one at https://www.redhat.com/wapps/ugc/register.html
|
||||
# Pull action should be successful from any RHEL Host system running the Docker service and executing the following command: docker login registry.connect.redhat.com
|
||||
# + info: https://access.redhat.com/containers/?tab=images&platform=docker#/registry.connect.redhat.com/bitnami/airflow
|
||||
image: registry.connect.redhat.com/bitnami/apache-airflow
|
||||
environment:
|
||||
- AIRFLOW_DATABASE_NAME=bitnami_airflow
|
||||
- AIRFLOW_DATABASE_USER=bn_airflow
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ $ docker-compose up
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`1-rhel-7`, `1.10.2-rhel-7-r37` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-rhel-7-r37/1/rhel-7/Dockerfile)
|
||||
* [`1-rhel-7`, `1.10.2-rhel-7-r38` (1/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-rhel-7-r38/1/rhel-7/Dockerfile)
|
||||
* [`1-ol-7`, `1.10.2-ol-7-r48` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-ol-7-r48/1/ol-7/Dockerfile)
|
||||
* [`1-debian-9`, `1.10.2-debian-9-r52`, `1`, `1.10.2`, `1.10.2-r52`, `latest` (1/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-airflow-worker-scheduler/blob/1.10.2-debian-9-r52/1/debian-9/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue