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

Remove poetry directory from Django Base PATH #192

Merged
merged 1 commit into from
Feb 19, 2024
Merged

Remove poetry directory from Django Base PATH #192

merged 1 commit into from
Feb 19, 2024

Conversation

rm03
Copy link
Member

@rm03 rm03 commented Feb 19, 2024

If /opt/poetry/bin is prepended to PATH in the Django base image, then all packages are installed to this directory when using the system flag regardless of whether the project is using pipenv or poetry. This would be a breaking change and should preferably be set within the product's Dockerfile instead of the base.

@rm03 rm03 requested a review from esinx February 19, 2024 19:12
@rm03 rm03 changed the title Remove poetry directory from PATH Remove poetry directory from Django Base PATH Feb 19, 2024
@esinx
Copy link
Member

esinx commented Feb 19, 2024

Note for myself: Need to update per product Dockerfiles

@esinx esinx merged commit b269ea1 into master Feb 19, 2024
7 checks passed
@esinx esinx deleted the fix-path branch February 19, 2024 19:16
esinx added a commit that referenced this pull request Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants