-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Consider using Alpine for .NET Samples #2167
Comments
We have two options for ARM32
After discussing this we believe option 2 is the way to go. |
This change should be made when 5.0 is released. This is when the samples repo would transition from |
This issue is significantly related to #2182. They make sense to do together, or not at all. |
We'll first update the Alpine sample Dockerfiles to have an architecture-agnostic version of alpine-slim. That will serve as the basis for being able to publish the sample images. That means we won't use https://github.com/dotnet/dotnet-docker/blob/main/samples/aspnetapp/Dockerfile as the Dockerfile for building the images anymore. |
Today, we use Debian for our samples. Our samples should put our best foot forward. I think using Alpine would be better since the samples would be much smaller. We'd have to figure out what to do for Linux ARM32 (we don't support Alpine for that configuration).
Experience today:
The text was updated successfully, but these errors were encountered: