Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Question - How does the service fabric windowscore container image actually work? #24

Open
andradf opened this issue May 16, 2019 · 0 comments

Comments

@andradf
Copy link

andradf commented May 16, 2019

I'm trying to containerize some SF applications that host reliable services. They are .net 4.6 applications targetting SF 6.4. I've followed the guide on here https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-services-inside-containers but any application I try to load fails to load any of the service fabric runtime dependencies. I try to find what exactly the recommended container image (microsoft/service-fabric-reliableservices-windowsservercore) has in it and for the life of me I can't find where the service fabric runtime is loaded. All the Dockerfile does is run InstallPreReq.ps1 and then add "C:\sffabricbin" to the system path. The ps1 seems to only install visual c redistributables and dotnet core 2.0.0. So, my question is where does C:\sffabricbin come from? If I execute a dir in the container there is no C:\sffabricbin folder, where I imagine the service fabric runtime is supposed to be.

@andradf andradf changed the title Question - How does the windowscore container image actually work? Question - How does the service fabric windowscore container image actually work? May 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant