docker环境下使用gitlab,gitlab-runner 为 NetCore 持续集成

Centos7.6 安装应用dockerdocker-compose (我的Centos是用Hyper-V跑的分了8G的内存,阿里云2G根本跑不起来gitlab

为了保证我的Centos环境干净所以我的gitlab与gitlab-runner都是采用docker服务运行,包括后续的runner的工作形式(executor)也是选的docker。

准备工作:

拉去镜像:这步骤耗时挺长的,耐心等待吧(如果这个镜像没有了,你可以去hub.docker.com搜一下对应的镜像)

docker pull gitlab/gitlab-ce:latest docker pull gitlab/gitlab-runner:latest docker pull docker:stable docker pull mcr.microsoft.com/dotnet/core/sdk

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wppdgw.html