Skip to content

Docker testing image

Anton Baklanov requested to merge bak1an/gitlab-ce:docker_testing_image into master

This merge request adds a dockerfile for building image with all GitLab dependency gems pre installed. When used as a CI runner image this speeds up builds for hours.

Image can be built with a command like docker build -t gitlab/gitlab-tests -f docker/Dockerfile . and then pushed into public. This could be turned into a weekly cronjob to keep it up to date.

Merge request reports