Skip to content

Conversation

Akanshu-2u
Copy link
Contributor

Description:

Docker build for analytics pipeline was failing because it attempted to install pip==21.2.1 on Python 2.7, but pip versions 21.0+ dropped support for Python 2.7.

Solution:

Updated COMMON_PIP_PACKAGES_PIP from pip==21.2.1 to pip==20.3.4 (the last pip version supporting Python 2.7) in the analytics pipeline Dockerfile.

Job:

Docker-analytics-pipeline-image-builder

Build successful:

Screenshot 2025-10-08 011133

Jira ticket:

BOMS-196

@Copilot Copilot AI review requested due to automatic review settings October 8, 2025 10:11
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a Docker build failure in the analytics pipeline by downgrading the pip version from 21.2.1 to 20.3.4 to maintain compatibility with Python 2.7, as pip versions 21.0+ dropped support for Python 2.7.

  • Updates pip version in Dockerfile environment variable to the last version supporting Python 2.7
  • Resolves Docker build failures for the analytics pipeline image builder

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

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

Successfully merging this pull request may close these issues.

1 participant