github sgoudelis/ground-station v0.1.16

latest releases: v0.3.16, v0.3.15, v0.3.14...
6 months ago

Docker Image

Version: 0.1.16-v0.1.16-ed0783f
Environment: production
Git Commit: ed0783f
Build Date: 20251005

Commits in this release:

  • ed0783f Bump version to 0.1.16 in version.json
  • 9680d47 Increase CircleMarker radius in overview-map.jsx for improved visibility.
  • 393c715 Format imports in overview-map.jsx for consistency and readability.
  • fc0deac Simplify commit list format in Docker release workflow
  • 0436d63 Remove unnecessary page reload in maintenance countdown timer
  • 4e216e8 Increase maxWidth of version update overlay to 350px for better content accommodation.

Pull the Docker image:

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

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

Multi-arch support:

This image supports linux/amd64 platform.

Full Changelog: v0.1.15...v0.1.16

Don't miss a new ground-station release

NewReleases is sending notifications on new releases.