Skip to content

Build all targets in a single container before creating per-target containers

Robert Schmidt requested to merge ci_build_common_container_images into develop

Builds all per-target containers in three steps

  1. Base image with all dependencies installed (ran-base, was ran-build)
  2. Image with all targets compiled (ran-build, did not exist before)
  3. Copy

To be done:

  • Install the same software for all containers (if useful) to use cached layers
Edited by Robert Schmidt

Merge request reports