brain-authority (sha256:434ff87b77f762f11e0e29d11e8d66a937dc5b785796686a4d9eabee87811281)

Published 2026-07-20 12:15:48 +02:00 by simon

Installation

docker pull git-ui.haerer.cloud/simon/brain-authority@sha256:434ff87b77f762f11e0e29d11e8d66a937dc5b785796686a4d9eabee87811281
sha256:434ff87b77f762f11e0e29d11e8d66a937dc5b785796686a4d9eabee87811281

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1762202650'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses5 locales ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
WORKDIR /app
RUN /bin/sh -c chown nobody /app # buildkit
ENV MIX_ENV=prod
ENV PORT=4002
ENV RELEASE_NODE=authority
COPY --chown=nobody:root /app/_build/prod/rel/authority ./ # buildkit
COPY --chown=nobody:root scripts/docker-entrypoint-authority.sh /app/bin/docker-entrypoint.sh # buildkit
COPY --chown=nobody:root service-account.json /app/service-account.json # buildkit
ENV BRAIN_FCM_SERVICE_ACCOUNT_PATH=/app/service-account.json
USER nobody
CMD ["/app/bin/docker-entrypoint.sh"]
Details
Container
2026-07-20 12:15:48 +02:00
1
OCI / Docker
linux/amd64
53 MiB
Versions (11) View all