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

Adding Dockerfile for dotnet #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

trumhemcut
Copy link

I've just created a new image for dotnet coreclr, basically it was created from https://github.com/aspnet/aspnet-docker/blob/master/1.0.0-rc1-update1-coreclr/Dockerfile (size 357.7 MB compare with this one 69.58 MB, a significant number smaller than standard image of Microsoft) and we can run a very basic HelloWorld app.

But there're many packages I've ignored since they are not available on Alpine:

  1. libcurl3-gnutls
  2. sqlite3
  3. libsqlite3-dev
  4. libunwind8
  5. libicu-dev
  6. zlib1g

Thanks,
Phi

@treeder
Copy link
Contributor

treeder commented Feb 1, 2016

Thanks! I assume this is different than the mono image we have?

@trumhemcut
Copy link
Author

@treeder Yes, it's only Alpine with the dotnet coreclr since dotnet can run on Linux without based on Mono. As a result, we can shrink down the size really much.

@treeder
Copy link
Contributor

treeder commented Feb 3, 2016

Can you make a README for this like the rest of images.

@gerektoolhy
Copy link

@trumhemcut , this is awesome!

@treeder
Copy link
Contributor

treeder commented Feb 7, 2016

Still need a README for this. Also, should there be a :dev version?

@darkSasori
Copy link

DNX is an outdate version of coreclr

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

Successfully merging this pull request may close these issues.

4 participants