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

Official Docker Image? #220

Open
alrz opened this issue Jul 18, 2022 · 3 comments
Open

Official Docker Image? #220

alrz opened this issue Jul 18, 2022 · 3 comments

Comments

@alrz
Copy link

alrz commented Jul 18, 2022

There is https://hub.docker.com/r/akrisiun/dotnet-src1.2 but it's outdated and generation should be done manually.

I'd imagine an official image usage could look like this:

FROM source-browser
COPY . ./
RUN HtmlGenerator Solution.sln /out:out
ENTRYPOINT ["dotnet", "Microsoft.SourceBrowser.SourceIndexServer.dll"]

What are the prerequisites to make this happen? Of course that's beside targeting .netcore :)

@alrz
Copy link
Author

alrz commented Jul 18, 2022

@KirillOsenkov
Copy link
Owner

I'm sorry I have no idea what docker is or how to use it, so it'll have to be a community contribution :)

@alrz
Copy link
Author

alrz commented Jul 18, 2022

I'd love to but I think maybe at least we're going to need to update project file and target an earlier version of dotnet (assuming there's no exotic dependency issues). Any concerns about that?

And btw, readme instructions does not work and gives an error: "solution is null" which I have no idea what's up with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants