• Joined on 2025-03-05

carts-api (de7a0a6)

Published 2026-04-29 10:31:29 +00:00 by zuppler in zuppler/carts-api

Installation

docker pull gitea.zuppler.com/zuppler/carts-api:de7a0a6
sha256:b51850ac4436ec48f285f3773bf9e2d62ed46afc8c5e0869ac34fbd48e5ff3a9

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
RUN /bin/sh -c mkdir -p /app/.erlang && chmod 700 /app/.erlang # buildkit
ENV HOME=/app
COPY --chown=nobody:root /app/_build/prod/rel/zuppler ./ # buildkit
USER nobody
CMD ["/app/bin/zuppler" "start"]
Details
Container
2026-04-29 10:31:29 +00:00
3
OCI / Docker
linux/amd64
184 MiB
Versions (784) View all
production 2026-06-26
4b50249 2026-06-26
100112 2026-06-26
27bf1d8 2026-06-26
100118 2026-06-26