GitLab Docker images

Docker and container technology have been revolutionizing the software world for the past few years. They combine the performance and efficiency of native execution with the abstraction, security, and immutability of virtualization.

GitLab provides official Docker images to allowing you to easily take advantage of the benefits of containerization while operating your GitLab instance.

Omnibus GitLab based images

GitLab maintains a set of official Docker images based on our Omnibus GitLab package. These images include:

A complete usage guide to these images is available, as well as the Dockerfile used for building the images.

Cloud native images

GitLab is also working towards a cloud native set of containers, with a single image for each component service. We intend for these images to eventually replace the Omnibus GitLab based images.