Use cb-spider:0.12.8 cb-mapui:0.12.12 with feature documentation#2360
Merged
cb-github-robot merged 3 commits intocloud-barista:mainfrom Mar 11, 2026
Merged
Use cb-spider:0.12.8 cb-mapui:0.12.12 with feature documentation#2360cb-github-robot merged 3 commits intocloud-barista:mainfrom
cb-github-robot merged 3 commits intocloud-barista:mainfrom
Conversation
Signed-off-by: Seokho Son <shsongist@gmail.com>
Signed-off-by: Seokho Son <shsongist@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s deployment defaults to newer CB-Spider/CB-MapUI images while adding end-user documentation for the Resource Template Management feature (templates for MCI/vNet/SecurityGroup and template-based provisioning).
Changes:
- Add a new feature guide documenting resource template CRUD/apply/extract workflows and init-time template loading.
- Bump docker-compose images to
cb-spider:0.12.8andcb-mapui:0.12.12, and add Spider CloudOS config mounts. - Refresh README/docs index links to point to the in-repo feature guides.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/feature_guide/resource-template-management.md | New comprehensive guide for template management, APIs, workflows, and init template loading. |
| docs/feature_guide/README.md | Adds the new “Resource Template Management” guide to the feature guide index. |
| docker-compose.yaml | Updates cb-spider/cb-mapui image tags and mounts Spider CloudOS config from assets/spider/; adds SPIDER_BACKUP_ENABLED=false. |
| assets/spider/cloudos_meta.yaml | Adds CloudOS meta configuration file to be mounted into cb-spider container. |
| assets/spider/cloudos.yaml | Adds CloudOS list configuration file to be mounted into cb-spider container. |
| README.md | Points “Features” link to docs/feature_guide instead of the wiki page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Seokho Son <shsongist@gmail.com>
Member
Author
|
/approve |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Use cb-spider:0.12.8 cb-mapui:0.12.12 with feature documentation