Skip to content

Use gitlab-build-images instead

Kamil Trzciński requested to merge use-gitlab-build-images into master

This switches from manually compiling and installing all dependencies to using exactly the SAME image as GitLab uses for running CI for GitLab.

We have all dependencies there, so it is also much faster to extend this image, and is much smaller maintenance burden as well.

This does switch from ubuntu:bionic to debian:buster. From what I see it does not really make a big difference for running GCK. It appears that all gems are recompiled on a first boot as:

  • target is changed to: /data/cache/bundle-2.7.2 (different RUBY_VERSION=2.7 vs 2.7.2)
  • from: /data/cache/bundle-2.7
Edited by Kamil Trzciński

Merge request reports