Skip to content

Disable cache for base images

Miguel Ramos Pernas requested to merge (removed):master into master

By setting NO_CACHE in the variables in a GitLab CI job, we ensure that every time we ask to build an image the cache is not used, so the commands yum update and yum install will be rerun. This must only be done for the "base" images.

Merge request reports