fix(dev-env): update default OpenCloudOS image to 9.6-20260514.2 (9.4 download fails)#447
Conversation
The 9.4-20251120.0 qcow2 image at mirrors.tencent.com is no longer available and downloads fail. Bump IMAGE_URL to the latest available 9.6-20260514.2 GenericCloud image.
|
Claude finished @husttsq's task in 1m 58s —— View job PR Review: fix(dev-env): update default OpenCloudOS image to 9.6-20260514.2Review Progress
Review SummaryChange in The URL update is correct:
The new URL structure (version directory
There's a duplicate of the same default IMAGE_URL="${IMAGE_URL:-https://mirrors.tencent.com/opencloudos/9/images/qcow2/x86_64/OpenCloudOS-GenericCloud-9.4-20251120.0.x86_64.qcow2}"This should also be updated to the new 9.6 URL for consistency — if someone runs Suggested fix: IMAGE_URL="${IMAGE_URL:-https://mirrors.tencent.com/opencloudos/9.6/images/qcow2/x86_64/20260514.2/OpenCloudOS-GenericCloud-9.6-20260514.2.x86_64.qcow2}"ConclusionThe main change is correct and ready to merge. Consider also updating |
Same fix as prepare_image.sh: the 9.4-20251120.0 qcow2 is no longer available and downloads fail. Bump default IMAGE_URL to 9.6-20260514.2.
问题
dev-env/下脚本默认的 OpenCloudOS 云镜像9.4-20251120.0在mirrors.tencent.com上已无法正常下载,导致拉取镜像失败。改动
将以下两个脚本中默认
IMAGE_URL升级为当前可用的最新镜像9.6-20260514.2:dev-env/prepare_image.shdev-env/run_vm.sh验证
新链接已确认可正常下载(HTTP 200,Content-Length 约 806 MB)。