gisa_api (sha-aaeda5f)

Published 2026-07-23 05:05:30 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/thehansogroup/gisa_api:sha-aaeda5f
sha256:e1878202ffb789dea63f4109c8cb85286889059ed8f843ebf27ca619fe0c8e92

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-23 05:05:30 +00:00
0
OCI / Docker
linux/amd64
52 MiB
Versions (13) View all
cache 2026-07-23
sha-2efe33c 2026-07-23
sha-4fbfe10 2026-07-23