{
"app_image": {
"bin_path": "bin/imagetool", <= 容器镜像构建工具
"make_method": "make",
"url": "https://hub.docker.com/repository/docker/lvyijiu/centos" <= 应用容器镜像地址
},
"base_image": {
"bin_path": "bin/makeBase.sh", <= 基础镜像构建脚本
"make_method": "make",
"url": "https://hub.docker.com/r/arm64v8/centos" <= 基础容器镜像地址
},
"code_source": https://gitee.com/lvyijiu/multiarch-builder.git <= 容器镜像构建工具源码地址
}