libops docker base images
Build an image into the local Docker engine, then run its retained compose tests:
make bake TARGET=base
make test TARGET=baseYou can also run a single test:
make test TARGET=base TEST=ServiceStartsWithDefaultsThe test runner prints compose status, exit codes, and service logs directly in
the run output when a test fails. The same Go implementation backs
ci/image-metadata.sh, so CI and local commands use one source for image tags,
contexts, and affected-image planning.
Forked from https://github.com/Islandora-Devops/isle-buildkit