connectome (develop)

Published 2026-09-03 17:06:03 +00:00 by fodurrr

Installation

docker pull git.xpando.ai/fodurrr/connectome:develop
sha256:519437c1773b2b621bd8923bc52dbf85858f8989885ed28b12ed0471260250a1

Image layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1787529600'
SHELL [/bin/bash -o pipefail -c]
ENV LANG=C.UTF-8 MIX_ENV=prod PHX_SERVER=true
RUN /bin/bash -o pipefail -c apt-get update -y && apt-get install -y libstdc++6 openssl ca-certificates libncurses5 locales curl bash gnupg && ARCH=$(dpkg --print-architecture) && curl -1sLf -o /tmp/infisical.deb "https://artifacts-cli.infisical.com/deb/pool/stable/i/in/infisical_0.43.121_linux_${ARCH}.deb" && apt-get install -y /tmp/infisical.deb && rm -f /tmp/infisical.deb && apt-get clean && rm -f /var/lib/apt/lists/*_* && sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit
WORKDIR /app
COPY /app/_build/prod/rel/connectome ./ # buildkit
RUN /bin/bash -o pipefail -c chown -R nobody:nogroup /app # buildkit
USER nobody
EXPOSE [4000/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:4000/api/health || exit 1] Interval:30s Timeout:5s StartPeriod:2m0s StartInterval:0s Retries:3}
ENTRYPOINT ["/app/bin/server"]
Details
Container
2026-09-03 17:06:03 +00:00
0
OCI / Docker
linux/arm64
130 MiB
Versions (1) View all
develop 2026-09-03