• Joined on 2025-06-08

atl/atl/main-devstats-nturtp (latest)

Published 2026-06-02 06:56:41 +00:00 by joladev

Installation

docker pull gitea.hexworks.dev/joladev/atl/atl/main-devstats-nturtp:latest
sha256:3868f85bf7c454d00112216c343b4d0702bd720638c55409cde68f9e658e5dd6

Image Layers

# debian.sh --arch 'arm64' out/ 'bullseye' '@1762202650'
RUN /bin/sh -c apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates curl && apt-get clean && rm -f /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/atl ./ # buildkit
USER nobody
CMD ["/app/bin/server"]
Details
Container
2026-06-02 06:56:41 +00:00
38
OCI / Docker
linux/arm64
78 MiB
Versions (1) View all
latest 2026-06-02