This tutorial is very similar to the previous one, except this time we will create our GitLab Runner on Docker. As we won’t be repeating a lot of the material, please read the other tutorial first.
Continuous Integration Pipelines with GitLab using XOA
GitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI, the open-source continuous integration service included with GitLab that coordinates the jobs.
Adding Files from your GitLab Project to a Dockerfile
In the last tutorial we look at adding local files to your Dockerfile for image deployment. This time, let’s look at at files from your project on the DkIT GitLab server.