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
+11
View File
@@ -0,0 +1,11 @@
# EventHub — builder: OTP 28 + toolchain для rebar3 release и CT.
# erlang:28-alpine ≈ Alpine 3.23 — версия должна совпадать с Dockerfile.runtime (ALPINE_VERSION).
# Публикуется как git.sabilin.com/eventhub/erlang-builder:latest
FROM erlang:28-alpine
RUN apk add --no-cache \
git curl make gcc musl-dev \
rust cargo openssl-dev libsodium-dev \
file
WORKDIR /build