Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the default gitlab-ci image?

I've looked at the gitlab docker documentation but I cannot find it, what is the default gitlab-ci docker image?

(I'm not setting default:image:)

like image 901
Guglie Avatar asked Mar 13 '26 06:03

Guglie


1 Answers

So taking from the comments, the image is shown at start of build and for the curious around gitlab.com shared runners there's details on gitlab site for the saas_runners

For linux shared runners the default image at time of writing is ruby:3.1

For on premise (own runners), the default image is specified at time of registering the runner.

like image 144
Tensibai Avatar answered Mar 16 '26 15:03

Tensibai