Block a user
atl/atl/main-dispatchkit-2qbdxc (latest)
Published 2026-03-17 06:21:30 +00:00 by joladev
Installation
docker pull gitea.devstats.io/joladev/atl/atl/main-dispatchkit-2qbdxc:latestsha256:f0a883b0bf35f13ffae680b785920c20f77c6828f95a5a7b6def5027641d887c
Image Layers
| # debian.sh --arch 'arm64' out/ 'bullseye' '@1753056000' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses5 locales ca-certificates curl && 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/dispatch_kit ./ # buildkit |
| USER nobody |
| CMD ["/app/bin/server"] |