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

build(docker): override debian limitation for pip packages #2682

Merged
merged 3 commits into from
Feb 22, 2024

Conversation

hairyhum
Copy link
Contributor

Change Overview

New debian releases don't allow pip to install packages because they might clash with debian packages.
Add a flag to override them when building docker images since they're not going to break anything.

Fixes build issues like https://github.com/kanisterio/kanister/actions/runs/7979810374/job/21788525211

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • πŸ› Bugfix
  • 🌻 Feature
  • πŸ—ΊοΈ Documentation
  • πŸ€– Test

Test Plan

  • πŸ’ͺ Manual
  • ⚑ Unit test
  • πŸ’š E2E

New debian releases don't allow pip to install packages because they
might clash with debian packages.
Add a flag to override them when building docker images since they're
not going to break anything.
@infraq infraq added this to In Progress in Kanister Feb 20, 2024
Kanister automation moved this from In Progress to Reviewer approved Feb 22, 2024
@pavannd1 pavannd1 added the kueue label Feb 22, 2024
@mergify mergify bot merged commit 445ffe6 into master Feb 22, 2024
14 checks passed
@mergify mergify bot deleted the build-docker-postgres-pip branch February 22, 2024 18:58
Kanister automation moved this from Reviewer approved to Done Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants