Skip to content

Support fetching bundled gems from a Docker image

Rémy Coutable requested to merge 1312-support-bundled-gems-image into master

This fetches an image of the gems bundle when FETCH_GEMS_BUNDLE_IMAGE == 'true' (this variable is only set in the CNG-mirror project).

The image itself is built in a new build-gems-bundle-image job in the gitlab pipelines, this is done in gitlab-org/gitlab!19402 (closed).

Closes gitlab-org/charts/gitlab#1312 (closed).

Edited by Rémy Coutable

Merge request reports