werktrieb_web (v0.0.1-beta.20260822093559)

Published 2026-08-22 09:36:17 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/oddie-apps/werktrieb_web:v0.0.1-beta.20260822093559
sha256:49e7b43dd829838233ef6cee6b04972fba2154adb4dcc900a59c51b394a668e3

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 curl xz-utils && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
ARG TYPST_VERSION=0.15.0
RUN |1 TYPST_VERSION=0.15.0 /bin/sh -c set -eux; arch="$(dpkg --print-architecture)"; case "$arch" in amd64) target="x86_64-unknown-linux-musl" ;; arm64) target="aarch64-unknown-linux-musl" ;; *) echo "unsupported architecture: $arch" >&2; exit 1 ;; esac; curl -fsSL "https://github.com/typst/typst/releases/download/v${TYPST_VERSION}/typst-${target}.tar.xz" | tar -xJ -C /tmp; install -m 0755 "/tmp/typst-${target}/typst" /usr/local/bin/typst; rm -rf "/tmp/typst-${target}"; typst --version # buildkit
RUN |1 TYPST_VERSION=0.15.0 /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 |1 TYPST_VERSION=0.15.0 /bin/sh -c groupadd -g 1000 appgroup && useradd -u 1000 -g appgroup -m appuser # buildkit
ENV HOME=/home/appuser
RUN |1 TYPST_VERSION=0.15.0 /bin/sh -c chown 1000:1000 /app # buildkit
ENV MIX_ENV=prod
COPY --chown=1000:1000 /app/_build/prod/rel/werktrieb ./ # buildkit
RUN |1 TYPST_VERSION=0.15.0 /bin/sh -c chmod +x /app/bin/* # buildkit
USER 1000
CMD ["/app/bin/server"]
Details
Container
2026-08-22 09:36:17 +00:00
0
OCI / Docker
linux/amd64
83 MiB
Versions (210) View all
cache 2026-09-03
sha-0a07238 2026-09-03
sha-4fb217d 2026-09-03