• Joined on 2026-01-11

localskytracker/web (cb8a6ce)

Published 2026-04-09 16:43:42 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/localskytracker/web:cb8a6ce
sha256:8bf32a5656677a8c70ee95f152270dc38c74c84031fdabb8468379d98278c922

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
ARG APP_VERSION=0.1.14
RUN |1 APP_VERSION=0.1.14 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
RUN |1 APP_VERSION=0.1.14 /bin/sh -c groupadd -r appuser && useradd -r -g appuser -s /bin/false appuser # buildkit
WORKDIR /app
COPY /build/target/release/localsky-backend ./localsky-backend # buildkit
COPY /build/build ./static # buildkit
COPY data/ ./data/ # buildkit
USER appuser
ENV RUST_LOG=info
ENV APP_VERSION=0.1.14
ENV LOCALSKY_STATIC_DIR=/app/static
ENV LOCALSKY_STAR_CATALOG=/app/data/hipparcos_mag55.json
EXPOSE map[3000/tcp:{}]
CMD ["./localsky-backend"]
Details
Container
2026-04-09 16:43:42 +00:00
1
OCI / Docker
linux/amd64
35 MiB
Versions (16) View all
7df17cf 2026-04-12
latest 2026-04-12
09d6d61 2026-04-12
4f578e8 2026-04-12
e6fb90d 2026-04-11