如何使用包管理器在 Debian 11 上安装 gitlab-runner
Posted
技术标签:
【中文标题】如何使用包管理器在 Debian 11 上安装 gitlab-runner【英文标题】:how to install gitlab-runner on Debian 11 using package manager 【发布时间】:2022-01-08 05:02:34 【问题描述】:我正在尝试使用 apt 包管理器安装 GitLab-runner。
curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" | sudo bash
但目前还没有适用于 debian11 的 GitLab 运行程序包。
【问题讨论】:
【参考方案1】:目前 Debian 11 上没有 GitLab-runner 软件包,因此您应该使用 Debian 10 软件包从软件包管理器安装:
curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" | sudo bash
sudo vim /etc/apt/sources.list.d/runner_gitlab-runner.list
用这个deb https://packages.gitlab.com/runner/gitlab-runner/debian/ buster main deb-src https://packages.gitlab.com/runner/gitlab-runner/debian/ buster main
替换这个文件的内容
sudo apt update
sudo apt install gitlab-runner
【讨论】:
需要设置pin优先级docs.gitlab.com/runner/install/…以上是关于如何使用包管理器在 Debian 11 上安装 gitlab-runner的主要内容,如果未能解决你的问题,请参考以下文章
使用 Helm 3 包管理器在 Kubernetes 集群上安装软件