Commit Graph

7 Commits

Author SHA1 Message Date
ruberoid
a2750a154c Simplify Dockerfiles: use dotnet nuget add source API
Replaced manual NuGet.Config creation with simple API call:
- Applied to both Host and Migrator Dockerfiles
- Reduced from 20+ lines to 1 line per config
- No API key needed for public read access

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 15:00:26 +04:00
ruberoid
33b35ab50c Fix Dockerfiles: update CA certificates before network operations
- Move CA certificates update before COPY to ensure SSL works
- Add --no-install-recommends flag to minimize image size
- Clean apt cache after install
- Add --verbosity normal to dotnet restore for better diagnostics
- Applied to both Host and Migrator Dockerfiles

This fixes NU1301 errors caused by outdated SSL certificates in CI/CD builds.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-14 14:45:23 +04:00
ruberoid
c8a05ee49c update certificates for docker correct build. 2025-10-14 14:26:16 +04:00
Ruberoid
d88f8498d6 removed nuget priority restore warnings. 2025-07-21 17:46:22 +03:00
Ruberoid
1170ebdf07 added healthcheks. 2025-07-21 13:48:18 +03:00
ruberoid
bddecdef2b added private nuget repo to Dockerfile. 2024-03-27 12:50:16 +04:00
Sergey Nazarov
f406854dae Initial commit 2024-03-22 11:43:38 +04:00