From ebf96699df6026b8d0c7f50d3213291faccc879a Mon Sep 17 00:00:00 2001 From: dengyh Date: Wed, 1 Jul 2026 16:13:32 +0800 Subject: [PATCH] feat: update template base image registry --- template/cookiecutter.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/cookiecutter.json b/template/cookiecutter.json index f99fea4..197ebc6 100644 --- a/template/cookiecutter.json +++ b/template/cookiecutter.json @@ -9,7 +9,7 @@ "apigw_cors_allow_methods": "GET,POST,PUT,PATCH,HEAD,DELETE,OPTIONS", "apigw_cors_allow_headers": "Accept,Cache-Control,Content-Type,Keep-Alive,Origin,User-Agent,X-Requested-With", "bk_apigw_default_timeout": "60", - "base_image": "bk-plugin-python-base:2.3.14", + "base_image": "mirrors.tencent.com/bkplugin/bk-plugin-python-base:2.3.14", "_copy_without_render": [ ".ci" ]