Convenience images for running .NET Circle CI builds
This repository is needed because Circle CI does not have a ready-made image for building .NET (see https://circleci.com/docs/circleci-images).
List of image tags:
| Tag | Based on | Description |
|---|---|---|
| 8 | cimg/base:current | Circle CI base image with .NET dotnet-sdk-8.0 installed from Microsofts's package repository. Supports buildx used by aws-ecr orb. |
| 9 | cimg/base:current | Circle CI base image with .NET dotnet-sdk-9.0 installed from Ubuntu's package repository (backport ppa needed for 22.04). Supports buildx used by aws-ecr orb. |
| 10 | cimg/base:current | Circle CI base image with .NET SDK 10.0 installed via dotnet-install.sh w/ signature verification. Supports buildx used by aws-ecr orb. |