septastic (0.0.35)

Published 2025-10-07 23:57:17 +00:00 by nickorlow

Installation

docker pull git.nickorlow.com/nickorlow/septastic:0.0.35
sha256:1e9b9b705cd6274747da38ebee63b56df6fba759a0affea3c0532b9b5303eebb

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:52:02.083Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision bc730807e1cdba5f994dbdc5f6a0993a78928f51
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:57:17 +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