werktrieb_web (v0.0.1-beta.20260722103259)
Published 2026-07-22 10:36:37 +00:00 by jlxq0
Installation
docker pull forge.oddie.app/oddie-apps/werktrieb_web:v0.0.1-beta.20260722103259sha256:f4b2f9d658ddc3732d0582bdac7461bf94131de6b22a2a260cf9edfbd7289e6eImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800' |
| 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
2026-07-22 10:36:37 +00:00
Versions (210)
View all
Container
2059
OCI / Docker
linux/amd64
299 MiB
cache
2026-09-03
v0.0.1-beta.20260903061844
2026-09-03
sha-0a07238
2026-09-03
v0.0.1-beta.20260903045437
2026-09-03
sha-4fb217d
2026-09-03