poc-app-api (sha256:712837df1e690bfb5b6ab8d8c77426a864f434189b93b9016e2e0c919886bf33)

Published 2026-01-12 09:53:53 +00:00 by washbin in washbin/poc-app-api

Installation

docker pull forge.recompensame.app/washbin/poc-app-api@sha256:712837df1e690bfb5b6ab8d8c77426a864f434189b93b9016e2e0c919886bf33
sha256:712837df1e690bfb5b6ab8d8c77426a864f434189b93b9016e2e0c919886bf33

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1766966400'
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/twitter_api ./ # buildkit
USER nobody
CMD ["/app/bin/server"]
Details
Container
2026-01-12 09:53:53 +00:00
1
OCI / Docker
linux/amd64
57 MiB
Versions (5) View all
edge 2026-01-13
sha-474efbd 2026-01-13
sha-ec89489 2026-01-13
sha-66a23be 2026-01-12
sha-9a3dece 2026-01-12