Add shared Erlang builder/runtime base images from registry.
CI / test (push) Successful in 7m42s

Publish erlang-builder and erlang-runtime as :latest, use them in prod and API test builds, auto-collect NIF libs, and sync CI to pull/push bases before eventhub build.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-11 12:25:42 +03:00
parent 14c0ac9220
commit e8464b3a8b
9 changed files with 228 additions and 42 deletions
+3
View File
@@ -1,3 +1,6 @@
# Базовые Erlang-образы из registry (:latest) или локальная сборка
bash scripts/build-erlang-base-images.sh
# Основной образ EventHub (единственный для нод)
docker build -t eventhub:latest -f docker/Dockerfile .