werktrieb_web (sha-427b289)

Published 2026-08-17 16:20:43 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/oddie-apps/werktrieb_web:sha-427b289
sha256:765f80ea5b69f4aee30e1054d5786ec5db6ac1ff4959e5b2c8f79ed8e5948f9e

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200'
RUN /bin/sh -c apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends libstdc++6 openssl libncurses6 locales ca-certificates chromium fonts-liberation && apt-get clean && rm -rf /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
ENV CHROMIC_PDF_CHROME_EXECUTABLE=/usr/bin/chromium
WORKDIR /app
RUN /bin/sh -c groupadd -g 1000 appgroup && useradd -u 1000 -g appgroup -m appuser # buildkit
ENV HOME=/home/appuser
RUN /bin/sh -c chown 1000:1000 /app # buildkit
ENV MIX_ENV=prod
COPY --chown=1000:1000 /app/_build/prod/rel/werktrieb ./ # buildkit
RUN /bin/sh -c chmod +x /app/bin/* # buildkit
USER 1000
CMD ["/app/bin/server"]
Details
Container
2026-08-17 16:20:43 +00:00
161
OCI / Docker
linux/amd64
304 MiB
Versions (210) View all
cache 2026-09-03
sha-0a07238 2026-09-03
sha-4fb217d 2026-09-03