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.