Skip to content

Separated building Docker images into Makefile

Sam Kagan requested to merge separate-docker-build-to-makefile into main

Now, if you want to rebuild your local images before running them in docker-compose again, do make docker instead of docker-compose up --build. This has the advantage of rebuilding the base image as well as all the "service" ones, which should mean that we all see CAPO bugs like the one Jen had when they occur.

Merge request reports