Skip to content

Use same Docker image as the GitLab project for Gitpod

I notice when we use the default Gitpod images, we get the message Required ruby-2.7.4 is not installed..

Because the gitlab-docs project likes to use the exact same dependencies as gitlab project, provided for by GDK, we should probably use the same image setting as gitlab: https://gitlab.com/gitlab-org/gitlab/-/blob/8f5bc397208c1d9c9929befe1f567bf2a0d9e0e5/.gitpod.yml#L1

Merge request reports