septastic (0.0.34)

Published 2025-10-07 23:08:01 +00:00 by nickorlow

Installation

docker pull git.nickorlow.com/nickorlow/septastic:0.0.34
sha256:8697e68a11676959a800a091cdd364118a97dc7d8bad0fab9b4e2532b7fffa0c

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-07T23:02:55.143Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 12e4f08a6a5a992b5a8c5124bd0bce0091853b60
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-07 23:08:01 +00:00
0
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