[fix]修改本地编译时使用docker.io仓库及tencent源

This commit is contained in:
2021-07-08 11:23:52 +08:00
parent 4a8a1cab9a
commit bf04dbe4cb
+1 -1
View File
@@ -9,7 +9,7 @@ image_name :=colovu/dbuilder
registry_url :=docker.io registry_url :=docker.io
# 定义系统默认使用的源服务器,包含:default / tencent / ustc / aliyun / huawei # 定义系统默认使用的源服务器,包含:default / tencent / ustc / aliyun / huawei
apt_source :=aliyun apt_source :=tencent
# 定义镜像TAG,类似: # 定义镜像TAG,类似:
# <镜像名>:<分支名>-<7位Git ID> # Git 仓库且无文件修改直接编译 # <镜像名>:<分支名>-<7位Git ID> # Git 仓库且无文件修改直接编译