feat(backend): build identity в health, VERSION bake и auto stage по sha-*
CI / test (push) Successful in 28m3s
CI / test (push) Successful in 28m3s
This commit is contained in:
@@ -35,6 +35,14 @@ RUN collect-runtime-libs.sh /app/release /opt/runtime-libs
|
||||
# ============================================================
|
||||
FROM ${ERLANG_RUNTIME_IMAGE}
|
||||
|
||||
ARG EVENTHUB_VERSION=0.0
|
||||
ARG EVENTHUB_GIT_SHA=unknown
|
||||
ARG EVENTHUB_BUILT_AT=
|
||||
|
||||
ENV EVENTHUB_VERSION=${EVENTHUB_VERSION} \
|
||||
EVENTHUB_GIT_SHA=${EVENTHUB_GIT_SHA} \
|
||||
EVENTHUB_BUILT_AT=${EVENTHUB_BUILT_AT}
|
||||
|
||||
COPY --from=builder /app/release /app
|
||||
# Доп. .so, если версия apk-openssl на runtime не совпала с builder (страховка)
|
||||
COPY --from=builder /opt/runtime-libs/ /
|
||||
|
||||
Reference in New Issue
Block a user