gisa_api (v0.1.0-beta.20260717072158)

Published 2026-07-19 06:11:16 +00:00 by julian

Installation

docker pull forge.oddie.app/thehansogroup/gisa_api:v0.1.0-beta.20260717072158
sha256:3941a9b56708d15c1f43543a622541738875a2b5f43fecd69342cccb0517ad1a

Image layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1783900800'
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/gisa_api ./ # buildkit
USER nobody
CMD ["/app/bin/server"]
Details
Container
2026-07-19 06:11:16 +00:00
2
OCI / Docker
linux/amd64
52 MiB
Versions (2) View all
main 2026-05-23