wotan (sha-02e53fe)

Published 2026-07-21 16:55:36 +02:00 by killerx

Installation

docker pull git.magehand.net/magehand/wotan:sha-02e53fe
sha256:250765ed548d353d16f26b34414a5dcd91b61cb1dbeb965c3cccf37339e50d1f

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-07-21 16:55:36 +02:00
1
OCI / Docker
linux/amd64
62 MiB
Versions (11) View all
master 2026-07-21
latest 2026-07-21
sha-7e19c2a 2026-07-21
sha-02e53fe 2026-07-21
sha-b264efd 2026-07-21