Expand description
outrig build: pre-warm one (or every) image-config image.
execute follows the order documented in doc/usage/build.md:
load + merge + validate the build-relevant config, decide the target list, then for each
target compute the cache tag, probe the image store, and either print
a one-line “cache hit” summary or stream a buildah build between the
verbose header and a final image ready line. --all prints a
per-image summary line instead of the verbose form so the output
stays scannable across many image-configs.
Structs§
Functions§
- execute
- Run one
outrig buildinvocation end-to-end. Returns the process exit code.