fmd (f9e9aade4013db31d4cce3a196fe6cdbe51e4638)

Published 2026-01-20 14:02:38 +01:00 by stasaberg

Installation

docker pull forgejo.gitgud.zip/stasaberg/fmd:f9e9aade4013db31d4cce3a196fe6cdbe51e4638
sha256:38d268e9ca9640daa34e673c1e2d493ea6fd7bfdcbdef125c5f28b0c3c4874cf

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1768176000'
RUN /bin/sh -c bash -c 'set -eux; rm -rf /var/lib/apt/lists/*; mkdir -p /var/lib/apt/lists/partial; apt-get update; apt-get install -y --no-install-recommends ca-certificates; rm -rf /var/lib/apt/lists/*' && groupadd -r fmd -g 101 && useradd -r -g fmd -u 101 fmd # buildkit
WORKDIR /app
COPY /app/fmd/target/release/fmd /usr/local/bin/fmd # buildkit
COPY /bin/lightpanda /usr/local/bin/lightpanda # buildkit
ENV RUST_LOG=info
ENV PORT=4020
ENV LIGHTPANDA_DISABLE_TELEMETRY=true
EXPOSE [4020/tcp]
USER fmd
ENTRYPOINT ["/usr/local/bin/fmd"]
Details
Container
2026-01-20 14:02:38 +01:00
4
OCI / Docker
linux/amd64
64 MiB
Versions (59) View all
ci-latest 2026-05-20
sha-614d0ce0d040 2026-05-20
ci-main-706 2026-05-20
sha-86448c7a5ff5 2026-05-20
ci-main-702 2026-05-20