No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-08 12:13:08 +02:00
.forgejo/workflows chore(deps): update actions/checkout action to v7 2026-08-08 00:04:11 +00:00
Containerfile.base chore(deps): update git.dutches.de/dutch/workflow-base docker tag to v2.0.1 2026-03-28 10:00:40 +00:00
Containerfile.net chore(deps): update git.dutches.de/dutch/workflow-dotnet-base docker tag to v260801 2026-08-07 20:57:32 +02:00
Containerfile.workloads feat: scheduled builds for 9.0-10.0-android 2026-03-28 00:20:43 +01:00
README.md initial commit 2025-11-28 22:35:31 +01:00
renovate.json feat: enable automerge for base image 2026-08-03 21:47:14 +02:00

Workflow .NET image

This repository provides a basic .NET container image primarily intended for use in CI/CD actions/pipelines.

SDK Version

All available images can be found in the Packages tab.

Currently available are the following images:

  • .NET 8
  • .NET 9
  • .NET 10
  • .NET 9 & 10

To create a new image with a custom set of .NET SDKs installed, simply set the build argument CHANNELS to a comma seperated list of the wanted SDK channels, e.g. CHANNELS=9.0,10.0

License

This project is licensed under the MIT License.