No description
Find a file
Marcel van der Heide db3fc44545
All checks were successful
Build workflow image / podman-build (pull_request) Successful in 11m28s
chore: fix workflow - re-add build arg
2025-12-03 20:08:55 +01:00
.forgejo/workflows chore: fix workflow - re-add build arg 2025-12-03 20:08:55 +01:00
Containerfile feat: build arm64 images 2025-12-03 13:02:32 +01:00
README.md initial commit 2025-11-28 22:35:31 +01:00
renovate.json initial commit 2025-11-28 22:35:31 +01: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.