Build all targets in a single container before creating per-target containers
Builds all per-target containers in three steps
- Base image with all dependencies installed (
ran-base
, wasran-build
) - Image with all targets compiled (
ran-build
, did not exist before) - Copy
To be done:
- Install the same software for all containers (if useful) to use cached layers
Edited by Robert Schmidt