Skip to content

Provide distroless base image for dotnet core runtime dependencies. #2074

@TonyDou

Description

@TonyDou

The benefits of distroless base image for dotnet core is mainly for security.

  1. Well known base images introduce lots of unused binaries which may introduce security vulnerabilities.
  2. The distroless base image could only contain the minimum number of native binaries that's not linked or packaged by dotnet publish. And this base image will be very tiny in size.
  3. You can also consider to release another distroless image with dotnet core runtime built in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions