Duplicate Packages Listed in Bitnami Apache Airflow Image
search cancel

Duplicate Packages Listed in Bitnami Apache Airflow Image

book

Article ID: 427593

calendar_today

Updated On:

Products

Bitnami Premium (Bitnami Secure Images)

Issue/Introduction

Customers may see the same package listed multiple times with different versions (for example, aiohttp 3.13.3 and aiohttp 3.12.12) in the Packages view of the Bitnami Apache Airflow container image.

Environment

Bitnami Secure Images

Resolution

This behavior is expected and not a bug.

Multiple versions appear because:

  • One version is used directly by Apache Airflow.

  • Another version is bundled internally by a transitive dependency (for example, ray, which is pulled in by apache-airflow-providers-google).

The UI lists all packages detected in the image, including those embedded within other dependencies, and does not distinguish which version comes from the main image versus a transitive dependency.