aws / amazon-mwaa-docker-images

Apache License 2.0
27 stars 11 forks source link

Versions Verification Script #15

Closed rafidka closed 4 months ago

rafidka commented 10 months ago

Overview

We need a script to verify the installed versions of the critical packages (airflow, celery, kombu, botocore, etc.) This is required since installing the customer's requirements (see #14) might result in corrupting the versions if the given requirements are bad. We already have such a script internally, but we need to open source, refactor it, and improve it.

Acceptance Criteria

rafidka commented 4 months ago

We don't need this anymore. We have implemented a special tool for installing pip packages safely (safe-pip-install), ensuring the versions of the critical packages.