• Joined on 2024-05-13

restia (latest)

Published 2025-02-04 21:49:56 +00:00 by alvaro

Installation

docker pull git.kaizer.cloud/alvaro/restia:latest
sha256:83478ffb3fb6990d5a4f9d08b9cd0858e88006f1822a66ce3a0d22e486035eea

Images

Digest OS / Arch Size
914efeb64a linux/amd64 53 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'
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/restia ./ # buildkit
USER nobody
ENTRYPOINT ["/app/bin/restia"]
Details
Container
2025-02-04 21:49:56 +00:00
3
OCI / Docker
Versions (1) View all
latest 2025-02-04