aurum (latest)
Published 2026-09-18 18:44:17 +00:00 by fodurrr
Installation
docker pull git.xpando.ai/fodurrr/aurum:latestsha256:df2f72900825d4791630deeb5a508de03f6782428d4602ed2de7a7c112b25ec0Image layers
| # debian.sh --arch 'arm64' out/ 'bookworm' '@1787529600' |
| ENV LANG=C.UTF-8 MIX_ENV=prod PHX_SERVER=true |
| RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends ca-certificates curl libncurses5 libstdc++6 locales openssl && rm -rf /var/lib/apt/lists/* && sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen # buildkit |
| WORKDIR /app |
| ARG APP_REVISION=8a0b1c653ed6e1b4f481b27a0167e4eb15bf2df7 |
| ENV APP_REVISION=8a0b1c653ed6e1b4f481b27a0167e4eb15bf2df7 |
| COPY /app/_build/prod/rel/aurum ./ # buildkit |
| RUN |1 APP_REVISION=8a0b1c653ed6e1b4f481b27a0167e4eb15bf2df7 /bin/sh -c chown -R nobody:nogroup /app # buildkit |
| USER nobody |
| EXPOSE [4000/tcp] |
| HEALTHCHECK {Test:[CMD-SHELL curl --fail --silent http://127.0.0.1:4000/api/health >/dev/null || exit 1] Interval:30s Timeout:5s StartPeriod:10s StartInterval:0s Retries:3} |
| ENTRYPOINT ["/app/bin/server"] |