• Joined on 2025-01-11

invitory (v1.29.0)

Published 2026-06-15 14:43:22 +02:00 by tomas

Installation

docker pull gitea.lethe.se/tomas/invitory:v1.29.0
sha256:4270aa77f042aa93da892c68396e85db8feed3c90149c65207f216510fc168e6

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libvips ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /build/server ./server # buildkit
COPY /build/frontend-react/dist ./public/ # buildkit
COPY backend-go/migrations/ ./migrations/ # buildkit
ENV UI_FOLDER=public/
EXPOSE [8603/tcp]
CMD ["./server"]
Details
Container
2026-06-15 14:43:22 +02:00
1
OCI / Docker
linux/amd64
133 MiB
Versions (139) View all
latest 2026-08-12
v1.31.0 2026-08-12
v1.30.1 2026-08-12
v1.30.0 2026-08-12
v1.29.2 2026-08-10