werktrieb_web (sha-329f81b)

Published 2026-08-26 02:16:17 +00:00 by jlxq0

Installation

docker pull forge.oddie.app/oddie-apps/werktrieb_web:sha-329f81b
sha256:b8f3e7f517d79ada0d0930c503215b64996b6d414522c0bd72ef740d5b75d9b2

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'
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-26 02:16:17 +00:00
529
OCI / Docker
linux/amd64
83 MiB
Versions (210) View all
cache 2026-09-03
sha-0a07238 2026-09-03
sha-4fb217d 2026-09-03