Sitecore.Demo.Base
View on GitHubThis repository contains the scripts used to build various base Docker images used in the Lighthouse Demo. It uses docker 'asset' images previously built to install modules into the CM, CD, SQL, etc. images.
Related posts
Using the Matrix Strategy to Build Multiple OS Container Images in Parallel
DevOps
The Sitecore demo team builds container images with many base operating systems. We build on Linux, Windows Server 2019 (ltsc2019), and two semi-annual releases (2004 and 20H2 at the moment). See how we achieve this without adding additional build time, by leveraging the Microsoft Azure Pipelines Matrix Strategy to run the same job in parallel against different agent pools.

Jean-Francois (J.F.) Larente
What's in Sitecore's Official Container Registry (scr.sitecore.com)?
Containers
scr.sitecore.com is the official Sitecore container registry, great. Where are all of these images coming from?

Jean-Francois (J.F.) Larente