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

PB-887: Fix docker image missing dependencies #74

Merged
merged 4 commits into from
Sep 17, 2024
Merged

PB-887: Fix docker image missing dependencies #74

merged 4 commits into from
Sep 17, 2024

Conversation

ltshb
Copy link
Contributor

@ltshb ltshb commented Sep 17, 2024

Due to last PR #73 the docker image was missing all dependencies because
pipenv sync install dependencies in virtual environment.

To solve this we moved to build stages which also fix a security issue in which
we had pipenv installed in container image.

When trying to run dockerrun locally it was failing due to gunicorn
worker tmp dir.
Due to last PR #73 the docker image was missing all dependencies because
pipenv sync install dependencies in virtual environment.

To solve this we moved to build stages which also fix a security issue in which
we had pipenv installed in container image.
@ltshb ltshb requested a review from schtibe September 17, 2024 11:35
@github-actions github-actions bot added the bug label Sep 17, 2024
The new moto version 5.x has apparently breaking changes therefore stick to 4.x
version.
@ltshb ltshb requested a review from benschs September 17, 2024 13:41
Copy link
Contributor

@schtibe schtibe left a comment

Choose a reason for hiding this comment

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

looks good to me

@ltshb ltshb merged commit fb1daa8 into develop Sep 17, 2024
3 checks passed
@ltshb ltshb deleted the bug-docker branch September 17, 2024 16:52
@ltshb ltshb changed the title Fix docker image missing dependencies PB-887: Fix docker image missing dependencies Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants