septastic (0.0.39)

Published 2025-10-08 11:59:19 +00:00 by nickorlow

Installation

docker pull git.nickorlow.com/nickorlow/septastic:0.0.39
sha256:f3b10b840a1315ae433f5df885d628295bda6c359f072bd6948eeea6709593d1

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1759104000'
WORKDIR /app
EXPOSE map[8080/tcp:{}]
COPY /api/target/release/septastic_api /app/septastic_api # buildkit
COPY api/assets /app/assets # buildkit
COPY api/templates /app/templates # buildkit
RUN /bin/sh -c apt -y update && apt install -y curl # buildkit
ENV RUST_LOG=info
ENV EXPOSE_PORT=8080
ENTRYPOINT ["./septastic_api"]

Labels

Key Value
org.opencontainers.image.created 2025-10-08T11:54:03.999Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 5990b3a6e35ae290d3cfd71f91a8530cfbfa9458
org.opencontainers.image.source https://git.nickorlow.com/nickorlow/septastic
org.opencontainers.image.title septastic
org.opencontainers.image.url https://git.nickorlow.com/nickorlow/septastic
org.opencontainers.image.version main
Details
Container
2025-10-08 11:59:19 +00:00
3
OCI / Docker
linux/amd64
59 MiB
Versions (18) View all
main 2025-10-10
0.0.40 2025-10-10
0.0.39 2025-10-08
0.0.38 2025-10-08
0.0.35 2025-10-07