• Joined on 2026-01-11

localskytracker/web (59f8690)

Published 2026-04-09 20:33:43 +00:00 by dfunnell

Installation

docker pull gitea.codewarp.org/tron/localskytracker/web:59f8690
sha256:87ae17250d851c7701df34a495f545bd5d4ba26db06fa5e1b6c58ce5c4fe1755

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
ARG APP_VERSION=0.2.0
RUN |1 APP_VERSION=0.2.0 /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.2.0 /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.2.0
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 20:33:43 +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