recordwise-backend (sha256:e4c122a6568e242f0dda65b5e28d0ff3b65b67d63ffacd33f050556cfd63f306)

Published 2025-09-03 15:34:00 +00:00 by macocha

Installation

docker pull git.tooinconsistent.com/tooinconsistent/recordwise-backend@sha256:e4c122a6568e242f0dda65b5e28d0ff3b65b67d63ffacd33f050556cfd63f306
sha256:e4c122a6568e242f0dda65b5e28d0ff3b65b67d63ffacd33f050556cfd63f306

Image layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1754870400'
RUN /bin/sh -c apt-get update -y && apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates && 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/recordwise ./ # buildkit
USER nobody
CMD ["/app/bin/server"]

Labels

Key Value
service recordwise-backend
Details
Container
2025-09-03 15:34:00 +00:00
1
OCI / Docker
linux/amd64
49 MiB
Versions (30) View all