aspnet / aspnet-docker

[Archived] ASP.NET Core Docker images for 1.x. Go to https://github.com/dotnet/dotnet-docker for 2.1 and up.
https://asp.net
719 stars 171 forks source link

Consider not shipping NodeJS in aspnetcore-build 2.1 #367

Closed natemcmaster closed 6 years ago

natemcmaster commented 6 years ago

Currently, the 2.1 nightly images of aspnetcore-build have NodeJS 8 in them. However, we should investigate the impact of removing NodeJS altogether and instead instructing users to use multi-stage build.

Benefits:

Downsides:

muratg commented 6 years ago

We can probably avoid the breaking change by using the multi-stage build, final stage with the current name and NodeJS.

Also, I believe we're not releasing SPA templates anymore so that shouldn't be an issue.

@glennc thoughts?

natemcmaster commented 6 years ago

Closing as we are not planning to ship aspnetcore-build 2.1 at all. See https://github.com/aspnet/Announcements/issues/298.