介绍
GitLab Runner 是一个用于在 GitLab CI/CD(持续集成/持续交付)流水线中运行作业(Jobs)的开源工具。它充当了 GitLab CI/CD 系统中的代理,负责接收作业请求、执行作业脚本并报告结果。
More »Java, Spring Boot, Microservice, Cloud, Architecture and DevOps Tutorials
GitLab Runner 是一个用于在 GitLab CI/CD(持续集成/持续交付)流水线中运行作业(Jobs)的开源工具。它充当了 GitLab CI/CD 系统中的代理,负责接收作业请求、执行作业脚本并报告结果。
More »关闭防火墙、SELinux
开启邮件服务
$ systemctl start postfix
$ systemctl enable postfix
centos7:
More »安装 gitlab-ce 版本,当前最新版本为 17.2.0
参考 https://docs.gitlab.com/ee/install/docker.html#install-gitlab-using-docker-compose
More »