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

@@ -1,5 +1,5 @@
{
"name": "cloud-node-container",
"name": "cnoc-default-app",
"version": "1.0.0",
"description": "Default Node.js application for Cloud Node Container",
"main": "index.js",