docker-base-images icon indicating copy to clipboard operation
docker-base-images copied to clipboard

Stagger image builds instead of building all of them at once

Open benmandrew opened this issue 5 months ago • 3 comments

Currently we build the images on a weekly schedule, rebuilding all of them at once, which creates a large spike of demand on the cluster. It may be preferable to spread the builds out over the week.

We may wish to preserve the building-all-at-once behaviour for startup of the service.

benmandrew avatar Jan 23 '24 12:01 benmandrew