• Joined on 2026-01-11

deepspacetracker.private/web (8456fa7)

Published 2026-04-05 22:25:33 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/deepspacetracker.private/web:8456fa7
sha256:ef566ac417cebd8792474fb7bc167ecc5fbe0ce59947af53ccf0f66525626ef0

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c groupadd -r appuser && useradd -r -g appuser -s /bin/false appuser # buildkit
WORKDIR /app
COPY /build/target/release/deepspace-pi-kiosk ./deepspace-pi-kiosk # buildkit
COPY /build/dist ./static # buildkit
USER appuser
ENV RUST_LOG=info
EXPOSE [3000/tcp]
CMD ["./deepspace-pi-kiosk"]
Details
Container
2026-04-05 22:25:33 +00:00
1
OCI / Docker
linux/amd64
34 MiB
Versions (39) View all
768c9d7 2026-04-08
latest 2026-04-08
a0888d9 2026-04-08
8d4d4d2 2026-04-08
96c5ff7 2026-04-08