Lightweight debian:13-slim image with the .NET 10 SDK installed. Suitable as a base for CLI tooling that requires .NET 10.
Prerequisites:
- Docker
- Docker Compose (v2+)
Download:
docker pull tirsvad/tirsvadcli_debian13_dotnet10:latestBuild from source:
git clone https://github.com/TirsvadCLI/TirsvadCLI.Docker.Debian13.DotNet10.git
cd TirsvadCLI.Docker.Debian13.DotNet10
docker compose build --pull --no-cacheRun a container:
docker run --rm -it tirsvad/tirsvadcli_debian13_dotnetdebian:13-slimmcr.microsoft.com/dotnet/aspnet:10.0- official Microsoft .NET 10 ASP.NET runtime image.mcr.microsoft.com/dotnet/sdk:10.0- official Microsoft .NET 10 SDK image.- Common dependencies for .NET applications
If the build fails, run with plain logs to see diagnostics:
docker compose build --no-cache --progress=plainCommon issues:
- Network/download failures when adding Microsoft packages — retry the build.
- Missing native dependencies — check the
aptstep output in the Dockerfile.
Dockerfile— builds Debian 13 + .NET 10 imagedocker-compose.yml— minimal compose file for local development
This project is licensed under the License Url.
