docker-images (0.1.0)

Published 2025-03-02 15:27:21 +00:00 by recenza

Installation

docker pull gitea.recenza.ro/recenza/docker-images:0.1.0
sha256:b2950d087de41d8b09771246c76a2d7362130520cffd592ed2fc52a658e66f8b

Image Layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1734912000'
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/recenza ./ # buildkit
USER nobody
CMD ["/app/bin/server" "--sname recenza"]
Details
Container
2025-03-02 15:27:21 +00:00
1
OCI / Docker
linux/arm64/v8
149 MiB
Versions (141) View all