docker-images-de (d5accc08e5905e3f6dd0e155f1024a8761f78544)

Published 2025-03-30 17:22:20 +00:00 by recenza

Installation

docker pull gitea.recenza.ro/recenza/docker-images-de:d5accc08e5905e3f6dd0e155f1024a8761f78544
sha256:28c017ab5896310aeeab539c670aeb57e996354dabe7f58cc5e0635bf6f50ed3

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1734912000'
RUN /bin/sh -c apt-get update -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-03-30 17:22:20 +00:00
0
OCI / Docker
linux/amd64
180 MiB
Versions (11) View all