dotnet/dotnet-docker

Official container images for .NET

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 16 minutes ago
Type:Curated List / Learning ResourceCategory(s):Containers & RuntimesRuntimes & WebAssemblyCloud Native & Infrastructure
Added to GitGenius on September 14th, 2026
Created on November 16th, 2015
Open Issues & Pull Requests: 124 (+0)
GitHub issues: Enabled
Number of forks: 1,976
Total Stargazers: 4,875 (+0)
Total Subscribers: 214 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.9 hours
Mean response time: 35.1 days
90th percentile: 49.2 days
Tracked items: 335

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. Only 20% of open issues come from outside the core team — the tracker reads mainly as internal planning. Work labelled "untriaged" is answered fastest, typically in about an hour, while "area-infrastructure" waits about 3 days. 70% of issues opened in the past year have been closed, leaving a working backlog. Three people close 86% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 111
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 947 days
Stale 30+ days: 106
Stale 90+ days: 101

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • untriaged (105)
  • area-dockerfiles (95)
  • area-infrastructure (93)
  • area-documentation (44)
  • area-samples (31)
  • up-for-grabs (12)
  • needs-announcement (10)
  • vulnerability (10)

Detailed Description

dotnet-docker is a collection of official container images for .NET that provides pre-built Docker images for different .NET runtime and development scenarios.

The project solves the problem of packaging .NET applications for containerized deployment by maintaining official, production-ready Docker images across multiple .NET variants. It provides separate images for the .NET SDK (for development and building), ASP.NET Core Runtime (for web applications), .NET Runtime (for general applications), and .NET Runtime Dependencies (for minimal footprint deployments). The repository also includes images for specialized tools like .NET Monitor and Aspire Dashboard, along with sample applications demonstrating how to use .NET with Docker.

Developers should adopt these images if they are building .NET applications intended for container deployment on Linux, Windows, or macOS. The images are maintained by Microsoft and the .NET community, making them suitable for production workloads where official support and regular updates are important. The project includes comprehensive samples and documentation showing various patterns for containerizing .NET console applications, web applications, and other scenarios. Teams building ASP.NET Core services or distributed .NET applications will find the pre-built images reduce the effort of creating and maintaining custom Dockerfiles.

The project maintains active discussions for Docker-related announcements and accepts community contributions. Development activity shows consistent engagement with pull request processing and community feedback channels.