Skip to content

TirsvadCLI/Docker.Debian13.DotNet10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo TirsvadCLI Docker image — Debian 13 + .NET 10

Lightweight debian:13-slim image with the .NET 10 SDK installed. Suitable as a base for CLI tooling that requires .NET 10.

⚡ Quick start

Prerequisites:

  • Docker
  • Docker Compose (v2+)

Download:

docker pull tirsvad/tirsvadcli_debian13_dotnet10:latest

Build from source:

git clone https://github.com/TirsvadCLI/TirsvadCLI.Docker.Debian13.DotNet10.git
cd TirsvadCLI.Docker.Debian13.DotNet10
docker compose build --pull --no-cache

Run a container:

docker run --rm -it tirsvad/tirsvadcli_debian13_dotnet

🧱 Base image

  • debian:13-slim
  • mcr.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

🛠️ Troubleshooting

If the build fails, run with plain logs to see diagnostics:

docker compose build --no-cache --progress=plain

Common issues:

  • Network/download failures when adding Microsoft packages — retry the build.
  • Missing native dependencies — check the apt step output in the Dockerfile.

📁 Files of interest

  • Dockerfile — builds Debian 13 + .NET 10 image
  • docker-compose.yml — minimal compose file for local development

📜 License

This project is licensed under the License Url.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors