Gitlab Runner - Create a private runner on Ubuntu 22.04
Tobi's Developer Corner
0:00 / 0:00
Gitlab Runner - Create a private runner on Ubuntu 22.04
4 950 просмотров · 3 года назад
Tobi's Developer Corner
1,22 тыс. подписчиков
4 950 просмотров · 3 года назад
If you are using gitlab.com you can utilize the provided shared runners.
There may be cases though where the shared runners are not a good choice. This may be due to volume, considering that GitLab only offers a limited amount of minutes for these shared runners or due to security reasons.
In this video I will demonstrate how you can setup a private runner to use with gitlab.com. I will be using Ubuntu 22.04, but other Linux distros or Windows work too.
I will show you what you need to install on Ubuntu and how to use the runner in your GitLab project.
Details for the runner configuration (config.toml) can be found here: https://docs.gitlab.com/runner/config...
Happy coding!