Skip to content

Frequent lack o built Hivemind or reputation tracker image version to run CI

CI uses the version of the hivemind submodule to determine which hivemind image must be used by the sync step ( it is set in the haf_api_node docker compose variable). But we remove from the registry not tagged versions of images, which frequently lead to CI failures. I see potential solutions:

  • Build a hivemind image on demand (as it is already done for HAF image), but it will need to modify some scripts in hivemind
  • Use only tagged versions of hivemind, but during development, tags are not created