aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Implement a version verification script in the entrypoint for the critical Python packages #20

Closed rafidka closed 2 months ago

rafidka commented 8 months ago

Overview

In addition to #18, we would also like to implement a script that verifies the final versions of the critical Python packages (the ones that are required to run Airflow without issues). If the final versions don't match, we should report an error and exit the container.

Acceptance Criteria

A version verification script that validates the version of our critical Python packages and exit with an error if necessary.

rafidka commented 2 months ago

Not needed anymore, since our safe-pip-install always enforces constraints for our critical packages.