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:
@@ -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
|
||||
Reference in New Issue
Block a user