wotan (master)

Published 2026-08-02 12:33:53 +02:00 by killerx

Installation

docker pull git.magehand.net/magehand/wotan:master
sha256:f236fc361c616ee5e4b8222c65f1cab58e51eeaf0554cb53ee6fce714a44fa56

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
RUN apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates libsqlite3-0 && apt-get clean && rm -f /var/lib/apt/lists/*_*
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
WORKDIR /app
RUN chown nobody /app
RUN mkdir -p /data && chown nobody /data
VOLUME /data
ENV MIX_ENV="prod"
COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/wotan ./
USER nobody
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://localhost:${PORT:-4000}/health || exit 1
CMD ["/app/bin/server"]
Details
Container
2026-08-02 12:33:53 +02:00
0
OCI / Docker
linux/amd64
63 MiB
Versions (16) View all
sha-d0bb429 2026-08-02
master 2026-08-02
latest 2026-08-02
sha-3a29c68 2026-08-01
sha-8c621a5 2026-07-22