• Joined on 2024-12-12

tobacco (latest)

Published 2025-11-01 18:35:47 -04:00 by thread

Installation

docker pull git.impulsedetroit.net/thread/tobacco:latest
sha256:c5cd5251ef4ee60dff65627be88bb0b904e64f6acc96625dd7668889ff170cf5

Image Layers

# debian.sh --arch 'amd64' out/ 'bullseye' '@1733097600'
/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/*_*
/bin/sh -c sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US:en
ENV LC_ALL=en_US.UTF-8
WORKDIR /app
/bin/sh -c chown nobody /app
ENV MIX_ENV=prod
COPY --chown=nobody:root dir:485a643619bf5e259e14c0fec598789fce2b7f2894f597000a74cf042981eb1d in ./
USER nobody
CMD ["/app/bin/server"]
Details
Container
2025-11-01 18:35:47 -04:00
11
OCI / Docker
linux/amd64
50 MiB
Versions (1) View all
latest 2025-11-01