无人机"Insufficient privileges to use privileged mode"



我在gogs git存储库中编写了一个.drone.yml。 但是当我推送 git 更改时,无人机网络告诉我权限不足,无法使用特权模式。 我该如何解决?

这是我的.drone.yml:

pipeline:
   build:
     image: test-harbor.cx580.com/centos/centos7:Beat2.0
     privileged: true
     commands:
      - mkdir -p /data/k8s/drone/jar-db/
      - cp README.md /data/k8s/drone/jar-db/
      - ls /data/k8s/drone/jar-db/
   push:
     image: plugins/docker
     repo: test-harbor.cx580.com/centos/centos7:Beat2.0
     registry: test-harbor.cx580.com
     username: ci
     password: '1qaz!QAZ'
     tags:
      - latest

我在谷歌上搜索过,这个网络大小告诉我Your repository isn't in the trusted list of repositories. Get in touch with Devops and ask them to trust it但是,我怎么能信任存储库?

我在无人机网络中进行了设置,并在设置中检查了受信任,但也失败了:图像

  1. 设置无人机服务器环境(我的存储库是GitLab(

... - DRONE_OPEN=false - DRONE_ADMIN=<your gitlab username> - DRONE_GITLAB_PRIVATE_MODE=true ...

  1. 启用无人机设置

设置 ->像这样受信任

相关内容

  • 没有找到相关文章

最新更新