Skip to content

Commit 6381472

Browse files
committed
chore: Update default base image to UCloud registry with latest tag.
1 parent 48e51ec commit 6381472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ucloud_sandbox/template/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ def __init__(
737737
:param file_context_path: Base path for resolving relative file paths in copy operations
738738
:param file_ignore_patterns: List of glob patterns to ignore when copying files
739739
"""
740-
self._default_base_image: str = "e2bdev/base"
740+
self._default_base_image: str = "uhub.service.ucloud.cn/agentbox/e2bdev/base:latest"
741741
self._base_image: Optional[str] = self._default_base_image
742742
self._base_template: Optional[str] = None
743743
self._registry_config: Optional[RegistryConfig] = None

0 commit comments

Comments
 (0)