Linux 使用shell gitlab runner ERRO[0000]时获取docker错误

Linux 使用shell gitlab runner ERRO[0000]时获取docker错误,linux,ubuntu,gitlab,gitlab-ci-runner,Linux,Ubuntu,Gitlab,Gitlab Ci Runner,你好,我在安装时遇到了这个错误, 当我使用命令“gitlab runner run”或“gitlab runner start”时: 奇怪的是,我使用的是一个shell runner。 我还在另一台服务器上试过,没有问题。 甚至我也尝试过用docker构建,但没有 我通过 apt install gitlab-runner 我还升级了它,也更新了它。重建服务器(digitalocean droplet Ubuntu20.04))和jep。。。我不知道发生了什么事 下面是gitlab runne

你好,我在安装时遇到了这个错误, 当我使用命令“gitlab runner run”或“gitlab runner start”时:

奇怪的是,我使用的是一个shell runner。 我还在另一台服务器上试过,没有问题。 甚至我也尝试过用docker构建,但没有

我通过

apt install gitlab-runner
我还升级了它,也更新了它。重建服务器(digitalocean droplet Ubuntu20.04))和jep。。。我不知道发生了什么事

下面是gitlab runner的一些输出:

root@Server:~# gitlab-runner verify
ERRO[0000] Docker executor: prebuilt image helpers will be loaded from /var/lib/gitlab-runner.
Running in system-mode.

Verifying runner... is alive                        runner=xVNzfox5

root@Server:~# gitlab-runner list
ERRO[0000] Docker executor: prebuilt image helpers will be loaded from /var/lib/gitlab-runner.
Listing configured runners                          ConfigFile=/etc/gitlab-runner/config.toml
test                                                Executor=shell Token=JustAToken
URL=https://gitlab.com/
关于这个错误,我只找到了docker runner,但正如我所说,我使用的是shell runner


如果有人能帮忙,谢谢。

自从上次更新gitlab cc以来,我也遇到了同样的问题

找到此相关帖子,帮助:

所以只需禁用共享运行程序(直到有人修复此问题;)

root@Server:~# gitlab-runner verify
ERRO[0000] Docker executor: prebuilt image helpers will be loaded from /var/lib/gitlab-runner.
Running in system-mode.

Verifying runner... is alive                        runner=xVNzfox5

root@Server:~# gitlab-runner list
ERRO[0000] Docker executor: prebuilt image helpers will be loaded from /var/lib/gitlab-runner.
Listing configured runners                          ConfigFile=/etc/gitlab-runner/config.toml
test                                                Executor=shell Token=JustAToken
URL=https://gitlab.com/