FibCalc is .NET 7 MVC Application built with Docker and GitHub Actions support.
- Calculates Fibonacci number for values <= 50
- Small OCI (~50 MB) images using
runtime-deps
.NET image andself-contained
publish method - Dockerfile with cross-compilation for multiple platforms
- GitHub Actions workflow for continuous delivery of images for
x64
andarm/v8
platforms.