Skip to content

build-images.py: Use sha256 digests as base image refs

Dduvall requested to merge main-d0c7 into main

Since the base images are only used internally and never pushed, we can
use the immutable sha256 digests of the base images instead of
referencing mutable tags.

Merge request reports