frontc / gitalk

1 stars 0 forks source link

使用阿里云镜像服务构建并发布docker镜像 | LeFer #107

Open frontc opened 4 years ago

frontc commented 4 years ago

https://www.lefer.cn/posts/34723/

阿里云提供了一个免费的镜像仓库服务,可以使用它去读取Github里的dockerfile完成image构建,并发布到阿里云镜像仓库里去。这能解决构建镜像的时候依赖资源在海外本地构建慢的问题,也能解决发布分享问题(可设置镜像是私有还是公开)。本文是操作过程记录。 另外借助阿里云镜像仓库服务提供的webhook还能实现自动监视github仓库代码变动->触发构建->构建成功后推送消息-&g