Docker安装gitlab-runner Vi docker-compose.yml version:'3.8'services:gitlab-runner: image:'gitlab/gitlab-runner:v17.2.1'container_name:"gitlab-runner"restart: always volumes: -'/docker/gitlab-runner:/etc/gitlab-runner'-'/var/run/docker.sock:/var/run/docker.sock' 进入容器 dockerexec-it g...
helminstall--namespacejh-gitlab-runner--create-namespacejh-gitlab-runner-f values.yamljh-gitlab/gitlab-runner--version0.68.0 安装日志如下 W091106:50:17.636340639284warnings.go:70]unknownfield"spec.template.spec.containers[0].securityContext.fsGroup"NAME:jh-gitlab-runnerLAST DEPLOYED:WedSep1106:5...
● gitlab-runner.service-GitLab RunnerLoaded:loaded(/etc/systemd/system/gitlab-runner.service;enabled;vendor preset:disabled)Active:active(running)since 日2020-02-1619:38:26CST;1min 55s ago MainPID:10297(gitlab-runner)CGroup:/system.slice/gitlab-runner.service └─10297/usr/lib/gitlab-runner...
GitLab Runner 15.0 introduced a change to the registration API request format. It prevents the GitLab Runner from communicating with GitLab versions lower than 14.8. You must use a Runner version that is appropriate for the GitLab version, or upgrade the GitLab application. If you host your ...
docker exec -it gitlab cat /opt/gitlab/embedded/service/gitlab-rails/VERSION #查出版本11.1.14 2 安装 runner docker run -itd -v /data/devops/gitlab-runner/config:/etc/gitlab-runner gitlab/gitlab-runner:v11.1.0 3 进入容器里面
Runtime platform arch=amd64 os=linux pid=37revision=bbcb5aba version=15.3.0Runninginsystem-mode.# 填写gitlab的地址,确保容器内能够顺利访问到该地址 Enter the GitLab instanceURL(forexample,https://gitlab.com/):http://10.96.12.149/# 填写需要注册的runner token,此处选择shared runner token ...
使用helm install即可进行安装,如果要安装特定版本的 Runner,在安装的时候用 --version指定极狐GitLab Runner Helm Chart 的版本即可。 对于极狐GitLab Runenr 的版本查看,可以使用如下命令: # 查看极狐GitLab Runner 版本 helm search repo -l jh-gitlab/gitlab-runner NAME CHART VERSION APP VERSION DESCRIPTION...
gitlab-ci-multi-runner: the service is not installed Runtime platformarch=amd64os=linuxpid=51872revision=7674edc7version=15.0.1 Runtime platformarch=amd64os=linuxpid=51908revision=7674edc7version=15.0.1 Check and remove all unused containers(both dangling and unreferenced)including volumes. ...
查看当前gitlab-runner版本: gitlab-runner -v Version: 12.7.1 Git revision: 003fe500 Git branch: 12-7-stable GO version: go1.13.5 Built: 2020-01-23T09:08:54+0000 OS/Arch: linux/amd64 本文由Matrixport姜家志 编写,转载无需授权 Matrixport是一站式数字资产金融服务平台,致力于打造下一代数字金...