-
Notifications
You must be signed in to change notification settings - Fork 17
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
feat(git): compile git instead of relying on apt ppa repository #1180
base: main
Are you sure you want to change the base?
Conversation
goss : [git][stdout] git version 2.45.1 |
I'm not sure if it is a blocker or not, but: our images seems to have the
It is most probably installed as a dependency from another installation. The However we should carefully check the following (before going further):
|
The git package has a strong dependency with the ubuntu-server package https://packages.ubuntu.com/jammy/ubuntu-server so removing it is not easy. So we can keep both version as the default one will be the compiled one. |
nowhere to find:
in fact it seems that from the docker container built with this PR (
but from the CI (
For Information
|
As seen together:
From there 2 solutions as we cannot uninstall
|
as per jenkins-infra/helpdesk#4100
compiling git now from tag source on github