septastic (0.0.68)

Published 2026-04-23 23:12:48 +00:00 by nickorlow

Installation

docker pull git.nickorlow.com/nickorlow/septastic:0.0.68
sha256:16740609a3a65ee2f786c4a9c53058a8e7a09742fe71348afbb38a7efd58184e

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'
WORKDIR /app
EXPOSE [8080/tcp]
COPY /web/target/release/septastic_web /app/septastic_web # buildkit
COPY /web/config.yaml /app/config.yaml # buildkit
COPY web/assets /app/assets # buildkit
COPY web/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_web"]

Labels

Key Value
org.opencontainers.image.created 2026-04-23T23:07:23.948Z
org.opencontainers.image.description
org.opencontainers.image.licenses
org.opencontainers.image.revision 5998a56e98a3bcf378548f422f4025c0cda60057
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
2026-04-23 23:12:48 +00:00
3
OCI / Docker
linux/amd64
57 MiB
Versions (33) View all
main 2026-04-23
0.0.68 2026-04-23
0.0.67 2026-04-20
0.0.66 2026-04-20
0.0.63 2026-04-09