aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Automate the generation of Dockerfiles based on the Jinja2 templates #42

Open rafidka opened 6 months ago

rafidka commented 6 months ago

Overview

We use Jinja2 templates when writing Dockerfiles to support enhanced programming features. Currently, we use the build.sh file in the corresponding Airflow image to generate the actual Dockerfile. We want to automate this to avoid accidentally forgetting to refresh the Dockerfiles based on changes in the templates.

Acceptance Criteria

Additional Info

N/A