-
Notifications
You must be signed in to change notification settings - Fork 238
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
海外机器构建docker镜像是目前最迫切的问题! #10
Comments
可以参考一下 https://github.com/AliyunContainerService/ubuntu-image/blob/master/16.04/Dockerfile 使用阿里云mirror来构建 |
apt 只是一个例子,还有yum ,apk ,php ,maven,gradle 等等一系列需要网络环境安装的工具。 如果是alpine 类系统,还得特意去适配系统,比如
觉得如果啥工具链都要先考虑加上代理,这已经严重背离了 |
同步 base image 本身也需要一个不停拉取同步的工作量。 |
阿里云镜像服务 https://www.aliyun.com/product/acr 提供了海外镜像构建 可以参考 https://help.aliyun.com/document_detail/60997.html |
我用过你们的海外镜像构建,但是功能有局限性,对私有项目支持不够,我在聆听那边也说了:
我知道你是想说,通过多个 |
被dockerfile
apt-get update -y
支配的恐惧相关建议:
容器镜像服务支持私有仓库海外机器构建
The text was updated successfully, but these errors were encountered: