Gitlab Runner - Create a private runner on Ubuntu 22.04

preview_player
Показать описание
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.

I will show you what you need to install on Ubuntu and how to use the runner in your GitLab project.

Happy coding!
Рекомендации по теме
Комментарии
Автор

Hi Bro, I was stuck at CI CD flutter for building apk, but after following your tutorial it's work with using docker, thank you very much!
Keep uploading contents bro, you are time saver!

GunturBudiPrasojo
Автор

hey
Tobi's Developer Corner


I followed your video, for docker self-hosted runner, using Alpine image, but the response that I got from docker is:

/bin/sh: eval: line 132: docker: not found

Any solution for this?

My job looks like:

build_image:
stage: build
tags:
- docker2
before_script:
- docker info
script:
- pwd


Thanks

vlatkod