-
Notifications
You must be signed in to change notification settings - Fork 650
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
GitVersion is not working on CentOS 7 #1125
Comments
It is indeed CentOS and is a downstream issue.. |
Thanks a lot for the quick reply and for the reference to the downstream issue. For now, I've created an OpenShift Jenkins image based on Ubuntu on which GitVersion is working fine but I will give it another try with the original CentOS image once the downstream issue is fixed. |
Unsure if anyone is working on the downstream issue is the only problem. If you are interested you could try and progress the issue (maybe get a CI build going for the native binaries or something?) |
I just had a simililar issue using a docker image based on mono:latest which in turn is based on debian:wheezy. |
@omallo: Can you please attempt to do what @ristaloff's describes and see if it fixes your problem? |
Solution for CentOS you can see here in #1571 |
Closing as this due to inactivity and because it should be proven to work in #1571. |
I would like to use GitVersion inside the OpenShift Jenkins 2 Docker image which is based on CentOS 7. Unfortunately, I'm getting the following error:
I do have
libcurl
installed but I guess the problem is that CentOS useslibcurl
4 and not 3.I have created a standalone Docker image to reproduce the problem which you can execute as follows:
The contents of the
Dockerfile
are the following:Can you say whether the problem indeed is that CentOS uses version 4 of
libcurl
and, if so, is there any possibility to get GitVersion running with that version?The text was updated successfully, but these errors were encountered: