Change container name from cnc to cnoc to avoid nginx container conflict
All checks were successful
Cloud Node Container / Build-and-Push (18) (push) Successful in 51s
Cloud Node Container / Build-and-Push (20) (push) Successful in 51s
Cloud Node Container / Build-and-Push (22) (push) Successful in 53s

- Update Gitea pipeline to build cnoc:node18, cnoc:node20, cnoc:node22
- Update local-dev.sh to use cnoc container from registry
- Update documentation references from CNC to CNOC
- Update default app package name to cnoc-default-app
- Avoid conflict with existing nginx container (cnc)

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-07-21 16:17:16 -07:00
parent e9d4d11177
commit f8edb2b407
5 changed files with 9 additions and 9 deletions

View File

@@ -36,5 +36,5 @@ jobs:
build-args: |
NODEVER=${{ matrix.nodever }}
tags: |
repo.anhonesthost.net/cloud-hosting-platform/cnc:node${{ matrix.nodever }}
${{ matrix.nodever == '20' && 'repo.anhonesthost.net/cloud-hosting-platform/cnc:latest' || '' }}
repo.anhonesthost.net/cloud-hosting-platform/cnoc:node${{ matrix.nodever }}
${{ matrix.nodever == '20' && 'repo.anhonesthost.net/cloud-hosting-platform/cnoc:latest' || '' }}