idc101 / git-mkver

Automatic Semantic Versioning for git based software development
https://idc101.github.io/git-mkver/
MIT License
53 stars 13 forks source link

Issues with Installing git-mkver on windows containers #13

Open ExitoLab opened 3 years ago

ExitoLab commented 3 years ago

Installed https://github.com/idc101/git-mkver/releases/download/v1.1.1/git-mkver-windows-amd64-1.1.1.zip manually on windows worker node in kubernetes environment.

Installed it on a windows container but it was not working.. Launched the .exe file but it runs but does not work.. The same setup works on a windows machine but not working on a container

idc101 commented 3 years ago

Hi,

Do you get any error messages? What is the windows docker image? I'm guessing it must be missing a dependency in the container. I'd probably start with depends.exe or something similar to debug.

ExitoLab commented 3 years ago

@idc101

Thanks for the prompt response.. I didnt get any error. I am running it on https://hub.docker.com/_/microsoft-dotnet-framework-runtime/

I will explore depends.exe and provide feedback