-
Notifications
You must be signed in to change notification settings - Fork 20
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
adding gunicorn instead of uwsgi and modifying the base image. #362
base: master
Are you sure you want to change the base?
Conversation
…the new python 3.9
The style in this PR agrees with This formatting comment was generated automatically by a script in uc-cdis/wool. |
…m 8000 to 80, and changed the base image to point to the "quay" repo
…lways set gunicorn to run as user "nobody"
…it was causing issue. Also, changing the base image.
…ed by changing where the "git" command runs. I also had to install postgresql-devel in the runtime image so "local_settings" can be imported.
Feat/base image
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
I am removing uwsgi to be replaced by gunicorn and making modifications to use the new python3.9 base image. I had to make some modifications for indexd to be compatible with the AL2 base image.