Matthias Metzger noobymatze
  • Joined on 2026-02-20

eggert (v4)

Published 2026-07-11 19:33:13 +02:00 by noobymatze

Installation

docker pull git.noobymatze.io/noobymatze/eggert:v4
sha256:3e6aceabe54f93d741c07519934ce7b7c2de6ce60c342485a95fa09404b45309

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1781049600'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 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
COPY --chown=nobody:root /app/_build/prod/rel/eggert ./ # buildkit
USER nobody
RUN /bin/sh -c mkdir -p /app/eggert-data # buildkit
CMD ["/app/bin/server"]
Details
Container
2026-07-11 19:33:13 +02:00
1
OCI / Docker
linux/amd64
49 MiB
Versions (4) View all
v4 2026-07-11
latest 2026-07-11
v3 2026-07-11
v2 2026-07-11