This integrates all the Image Builder components needed by the cloud.redhat.com frontend and allows them to be developed and run locally using `docker compose`. This should make it simple to make patches across the different components and develop them in tandem. Thanks to Achilleas Koutsou for the initial idea and implementation in osbuild-composer. Signed-off-by: Tom Gundersen <teg@jklm.no>
5 lines
181 B
Bash
5 lines
181 B
Bash
COMPOSE_PROJECT_NAME=image-builder
|
|
STATE_DIR=./state
|
|
COMPOSER_CONFIG_DIR=./config/composer
|
|
WORKER_CONFIG_DIR=./config/worker
|
|
SPANDX_CONFIG=./config/spandx/local-frontend-and-api.js
|