Can gitlab.com build custom Docker images

I’m curious to know if I can create Runners / Pipelines with Gitlab.com (NOT self hosted / on premise) that build my Docker image around my source - or do I have to do this on my own machine with webhooks from Gitlab.com?

If possible on Gitlab.com, does it require any subscription?

I’m asking in advance so I’m not blindly searching for a solution that isn’t possible.

Thanks.

It can, and you can store your images on GitLab and use them in later pipeline stages.

This blog post shows an example and there are some detailed docs here.

2 Likes

Thank you :slight_smile: