Skip to content

Minimal runtime dependencies should be captured in a --slim variant #16

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

Closed
dleeapho opened this issue Nov 23, 2015 · 1 comment
Closed
Milestone

Comments

@dleeapho
Copy link

NAME
--slim variant for dotnet cli apps

SYNOPSIS
Provide the smallest possible base image for any .NET Core app to run in.

DESCRIPTION
Developers can use dotnet publish and dotnet compile --native to encapsulate runtime dependencies that can then be COPY'd to a minimal-footprint image (i.e. excludes dotnet cli toolchain). Yet there are Linux packages that are needed for any .NET Core app to run; for example, ICU). Are there other minimal dependencies that should be included?

@dleeapho dleeapho added this to the RC2 milestone Jan 21, 2016
@MichaelSimons
Copy link
Member

#36 added core-deps and core images. core-deps image only contains the .NET Core dependencies necessary to run a standalone app on. The core image only contains the .NET runtime which is necessary to run a standard app on.

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