Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Docker images based on Microsoft's dotnet but with preinstalled tools

Notifications You must be signed in to change notification settings

rodolphocastro/docker-dotnet-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet Docker Tools

This project aims to ease CICD pipelines using Docker and Microsoft`s own images by having some popular tools already added to them.

You can find all our images in DockerHub.

Supported Tools

Currently no tools are yet added

Base

The base images contain the DotNet Global Tools added to its Path, thus enabling use of said tools.

Cake

The Cake images contain the Cake.Tool global dotnet tool. It can be used by running: dotnet cake <command>.

Coverlet

The Coverlet image contains the coverlet.console global dotnet tool. It can be used by running coverlet <paramenters>

Sonarscanner

The Sonarscanner image constainer the dotnet-sonarscanner global dotnet tool. It can be used by running dotnet-sonarscanner <parameters>.

Roadmap

  • Support for SDK 3.0
  • Support for images other than Alpine
  • Better documentation
  • CICD with GitHub Actions
  • Publishing with GitHub Packages

About

Docker images based on Microsoft's dotnet but with preinstalled tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published