- Fixed error reporting in config

- Updated tg-init-pulsar to be able to load initial config to config-svc
- Tweaked API naming and added more config calls
This commit is contained in:
Cyber MacGeddon 2025-04-02 13:43:51 +01:00
parent a2c64cad4a
commit ac03539264
7 changed files with 289 additions and 37 deletions

View file

@ -60,6 +60,12 @@ container: update-package-versions
${DOCKER} build -f containers/Containerfile.ocr \
-t ${CONTAINER_BASE}/trustgraph-ocr:${VERSION} .
basic-containers: update-package-versions
${DOCKER} build -f containers/Containerfile.base \
-t ${CONTAINER_BASE}/trustgraph-base:${VERSION} .
${DOCKER} build -f containers/Containerfile.flow \
-t ${CONTAINER_BASE}/trustgraph-flow:${VERSION} .
container.ocr:
${DOCKER} build -f containers/Containerfile.ocr \
-t ${CONTAINER_BASE}/trustgraph-ocr:${VERSION} .