Nils nils
  • Joined on 2025-04-06

photos (v0.4.1)

Published 2026-07-17 15:45:50 +00:00 by nils

Installation

docker pull git.draic.info/nils/photos:v0.4.1
sha256:e1cb4b4c91e51b7a18e7c28d0aa257763c8694ee02f9fb2207f618d6932baa2a

Image Layers

# debian.sh --arch 'arm64' out/ 'bookworm' '@1783900800'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends exiftool ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c useradd --system --uid 1000 photos # buildkit
WORKDIR /app
COPY /app/target/release/server /app/target/release/worker /usr/local/bin/ # buildkit
COPY /app/dist /app/static # buildkit
ENV STATIC_DIR=/app/static
USER photos
EXPOSE [8080/tcp]
CMD ["server"]
Details
Container
2026-07-17 15:45:50 +00:00
0
OCI / Docker
linux/arm64
63 MiB
Versions (30) View all