Skip to content

Rename the bootstrap images to container-build-base and qemu-build-base

Peter Hutterer requested to merge whot/ci-templates:wip/rename-images into master

This sits on top of !96 (merged)

The previous names (buildah and qemu-mkosi-base) describe a technology we use and thus leak implementation details into the naming scheme. It also makes it harder to understand why these images exist and what they're used for. Rename them so that now we have:

  • container-build-base - the base image for the container-build jobs
  • qemu-build-base - the base image for the qemu-build jobs
  • qemu-base - the base image for the qemu jobs when run

Merge request reports