github sgoudelis/ground-station v0.1.27

latest releases: v0.2.15, v0.2.14, v0.2.13...
5 months ago

Docker Image

Version: 0.1.27-v0.1.27-59998e8
Environment: production
Git Commit: 59998e8
Build Date: 20251007

Commits in this release:

  • 59998e8 Bump backend version to 0.1.27 in version.json.
  • 611b6f6 Remove outdated testing documentation
  • e416e55 Add test suites for tracking events and coverage footprint calculations
  • 611d81b Adjust satellite crosshair visuals
  • eb8b553 Refine map visual elements and adjust tooltip offset for improved UI consistency

Pull the Docker image:

docker pull ghcr.io/sgoudelis/ground-station:0.1.27

Run the container:

docker run -d \
  -p 7000:7000 \
  --name ground-station \
  --restart unless-stopped \
  --device=/dev/bus/usb \
  --privileged \
  -v $(pwd)/data:/app/backend/data \
  -e GS_ENVIRONMENT=production \
  ghcr.io/sgoudelis/ground-station:0.1.27

Multi-arch support:

This image supports linux/amd64 platform.

Full Changelog: v0.1.26...v0.1.27

Don't miss a new ground-station release

NewReleases is sending notifications on new releases.