-
Notifications
You must be signed in to change notification settings - Fork 385
Update docker image to Ubuntu 24.04 LTS #1542
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
Conversation
|
@microsoft-github-policy-service agree |
|
Hi |
|
@ramchale Thanks for raising the PR for this fix, I would like you to please resolve the conflicts in this PR since now we will also be supporting PHP8.4 there are few conflicting changes |
| RUN apt-get install -y python3.12-venv | ||
| RUN python3 -m venv py-venv && \ | ||
| . py-venv/bin/activate && \ | ||
| python3 -m pip install --upgrade pip && \ | ||
| python3 -m pip install --upgrade requests && \ | ||
| python3 -m pip install cpp-coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After the Ubuntu upgrade the original version of this fails with error: externally-managed-environment. Using a virtual env lets the docker build pass, but there's a few options so another approach might be preferable
Hi @jahnvi480 . I've re-based that now, so hopefully it's a bit closer to being usable |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Merging your PR. |
No description provided.