docker-images (fc0173dca7a1f4b0afc74ed58e58b4e992e3847c)

Published 2025-05-05 18:00:56 +00:00 by recenza

Installation

docker pull gitea.recenza.ro/recenza/docker-images:fc0173dca7a1f4b0afc74ed58e58b4e992e3847c
sha256:b846332b22934ee11d046b4e04a43e120d99522205df1db01613260d5e1a46d6

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'
RUN /bin/sh -c apt-get update -y && apt-get upgrade -y && apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates curl wget libpng-dev libjpeg-dev libtiff-dev imagemagick && 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-05-05 18:00:56 +00:00
0
OCI / Docker
linux/amd64
187 MiB
Versions (141) View all