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

msbuild.exe / full dotnet SDK #2

Closed
alexellis opened this issue Oct 2, 2016 · 6 comments
Closed

msbuild.exe / full dotnet SDK #2

alexellis opened this issue Oct 2, 2016 · 6 comments

Comments

@alexellis
Copy link

Hi,

I'd like to write about CI with Windows Containers and msbuild.

Can you help me put together an image which could run msbuild / nuget and output DLLs etc?

Here are a couple of posts I'm thinking about bringing under CI in a tutorial:

Docker voting app converted to Windows containers + ASP.NET:
http://blog.alexellis.io/p/2bca0a86-6c72-4b36-a5d0-73dc58cf847a/

Getting started guide for IIS / Windows Containers + .NET

http://blog.alexellis.io/run-iis-asp-net-on-windows-10-with-docker/

@alexellis
Copy link
Author

alexellis commented Oct 3, 2016

@shirhatti
Copy link
Contributor

@alexellis We are looking at publishing official "-onbuild" images on DockerHub similar to what we've done for .NET Core already

Your Dockerfile looks good for just building your application, however it might be worthwhile to say perhaps have IIS/IIS Express to run integration tests for a web application. We've haven't reached consensus on what we're putting in that image, but we definitely plan to address the CI scenario.

As a data point, here's another Dockerfile I've seen out in the wild, so we realize you are not the only person with this question.

cc @staceyhaffner @glennc @richlander

@alexellis
Copy link
Author

This is where I got - http://blog.alexellis.io/3-steps-to-msbuild-with-docker/

@masaeedu
Copy link

We are looking at publishing official "-onbuild" images on DockerHub similar to what we've done for .NET Core already

Is this still in the roadmap?

ravimeda added a commit that referenced this issue Jan 8, 2018
* Build and test images

* Address PR feedback - 1

* Address PR feedback - 2 (#2)

* Address PR feedback - 3

* Address PR feedback - 4

* Remove astrix from versionList def
@alexellis
Copy link
Author

Hi I'm glad you found the blog post useful. I'm not sure if this issue is the best forum to provide support, perhaps you could take it up with the .NET team at Microsoft or the .NET community forums?

Alex

@MichaelSimons
Copy link
Member

Producing onbuild images is no longer something that we are considering. The usage of onbuild images doesn't seem to have taken off. Please refer to the samples for our recommended usage patterns.

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

4 participants