Use cb-mapui:0.12.8#2317
Conversation
Signed-off-by: Seokho Son <shsongist@gmail.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the cb-mapui Docker image version from 0.12.7 to 0.12.8 in the main docker-compose configuration file. CB-MapUI is the map-based client interface for CB-Tumblebug, providing visual management of cloud infrastructure resources.
Changes:
- Updated cb-mapui container image version from 0.12.7 to 0.12.8
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # This is the Map-based client for CB-Tumblebug. | ||
| cb-mapui: | ||
| image: cloudbaristaorg/cb-mapui:0.12.7 | ||
| image: cloudbaristaorg/cb-mapui:0.12.8 |
There was a problem hiding this comment.
The cb-mapui version has been updated to 0.12.8 in this file, but the environment variable COMPOSE_MAP_VERSION_TAG in the .env file (line 146) still defaults to 0.9.0. This creates an inconsistency where users of docker-compose-custom.yaml will get version 0.9.0 while users of docker-compose.yaml will get version 0.12.8. Consider updating the default value in .env to match this version.
| image: cloudbaristaorg/cb-mapui:0.12.8 | |
| image: cloudbaristaorg/cb-mapui:${COMPOSE_MAP_VERSION_TAG} |
|
/approve |
https://github.com/cloud-barista/cb-mapui/releases/tag/v0.12.8