Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rafidka opened this issue Mar 28, 2024 · 0 comments
Open

Comments

@rafidka
Copy link
Contributor

rafidka commented Mar 28, 2024

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

  • Automatically refresh the Dockerfiles based on the Jinja2 templates.
  • Ensure that the output Dockerfiles continue to be added to the repository, as this is useful during code reviews.

Additional Info

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant