ImagesΒΆ
Base imagesΒΆ
Weβre building our own Docker base images. Reasons for the base images are:
We want to have base images on which all of our (productive) images are based on
We want to improve the performance of our GitLab CI pipelines
We want π¬ Testing dependencies to already be installed in the testing stage
Nightly rebuildsΒΆ
Weβre rebuilding our Base images on a nightly basis with the help of scheduled GitLab CI pipelines.
Note
Check out the Scheduled jobs for the time of the pipelines.