github sgoudelis/ground-station v0.1.23

latest releases: v0.4.4, v0.4.3, v0.4.2...
6 months ago

Docker Image

Version: 0.1.23-v0.1.23-74f22b6
Environment: production
Git Commit: 74f22b6
Build Date: 20251007

Commits in this release:

  • 74f22b6 Bump backend version to 0.1.23 in version.json.
  • 45850e4 Update Docker workflow to tag and cache multi-arch images
  • eade1b0 Replace CircleMarker with custom square Marker for satellite tracking and refine tooltip button display logic

Pull the Docker image:

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

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.23

Multi-arch support:

This image supports linux/amd64 platform.

Full Changelog: v0.1.22...v0.1.23

Don't miss a new ground-station release

NewReleases is sending notifications on new releases.