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

Segmentation Fault in Alpine 3.8 #149

Closed
adamralph opened this issue Dec 5, 2018 · 7 comments · Fixed by #256
Closed

Segmentation Fault in Alpine 3.8 #149

adamralph opened this issue Dec 5, 2018 · 7 comments · Fixed by #256
Labels
bug Something isn't working
Milestone

Comments

@adamralph
Copy link
Owner

Caused by libgit2/libgit2sharp#1647

@adamralph adamralph added this to the 1.0.0 milestone Dec 5, 2018
@adamralph adamralph self-assigned this Dec 5, 2018
@adamralph adamralph added the on-hold This can't be done yet label Dec 5, 2018
@adamralph adamralph removed this from the 1.0.0 milestone Feb 27, 2019
@adamralph adamralph added bug Something isn't working and removed on-hold This can't be done yet labels May 14, 2019
@adamralph adamralph added this to the 2.0.0 milestone Aug 15, 2019
@adamralph
Copy link
Owner Author

Released in 2.0.0-alpha.1.

@adamralph
Copy link
Owner Author

@thefringeninja this problem should be fixed in MinVer 2.0.0-alpha.1. Would you like to give it a try using the Alpine image?

@adamralph adamralph mentioned this issue Sep 14, 2019
31 tasks
@viceice
Copy link

viceice commented Sep 23, 2019

git is not available by default on mcr.microsoft.com/dotnet/core/sdk:2.2.402-alpine

@adamralph
Copy link
Owner Author

adamralph commented Sep 23, 2019

@viceice do you think you can work around that easily enough? E.g. by adding apt-get install git (or the Alpine equivalent) to the container set up?

@thefringeninja did you have to explicitly install git when you tested this on Alpine?

@viceice
Copy link

viceice commented Sep 23, 2019

@adamralph I'm using this Dockerfile

@thefringeninja
Copy link
Contributor

thefringeninja/sql-stream-store-browser@0ea232a

This has worked fine for me

@adamralph
Copy link
Owner Author

Thanks for the info.

So it seems apk add git is enough to get MinVer 2 working.

Git is now listed in the prerequisites so I assume no further action is needed.

@adamralph adamralph removed their assignment Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants