Commit Graph

10 Commits

Author SHA1 Message Date
ruberoid
1a3ffada92 copy nuget.config while deploy to every submodule. 2025-10-17 12:26:22 +04:00
ruberoid
cf9af0e931 Removed echoed package sourcing to nuget.config file attached. 2025-10-17 12:11:32 +04:00
ruberoid
1691de91b6 Returned back dockerfiles source as echo commands. 2025-10-16 23:35:37 +04:00
ruberoid
2862ee8ae3 Optimized steps for Dockerfile's 2025-10-16 23:04:26 +04:00
ruberoid
3c3b7f9447 returned nuget like a config file 2025-10-14 18:46:16 +04:00
ruberoid
5045e0826e 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:19 +04:00
ruberoid
f6d1b103d1 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:08 +04:00
ruberoid
33c26622b9 update certificates for docker correct build. 2025-10-14 14:26:12 +04:00
Ruberoid
5a8fbc5aaf removed nuget priority restore warnings. 2025-07-21 17:46:31 +03:00
Sergey Nazarov
65f03d2e20 Add Nocr.TextMatcher.Migrator 2024-03-30 11:31:23 +03:00