dotnet-buildtools-prereqs-docker
dotnet-buildtools-prereqs-docker copied to clipboard
Split apart Dockerfile groupings to avoid long-running build jobs
The CBL Mariner 2.0 and Azure Linux 3.0 build jobs currently take up to 7+ hours to complete. We should look into breaking up the grouping of Dockerfiles so they can be built in separate jobs. This would require determining the dependencies amongst those Dockerfiles to find all the "roots". Then we can get a better picture of what the graphs look like and what potential benefits there may be for splitting things up.