github sgoudelis/ground-station v0.1.20

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

Docker Image

Version: 0.1.20-v0.1.20-50ac8fe
Environment: production
Git Commit: 50ac8fe
Build Date: 20251006

Commits in this release:

  • 50ac8fe Bump backend version to 0.1.20 in version.json.
  • 4ee5cc4 Remove unnecessary rotation transform from WavesIcon in App.jsx.
  • f322fbc Reorganize Dockerfile to maximize cache reuse and improve frontend asset placement.

Pull the Docker image:

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

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

Multi-arch support:

This image supports linux/amd64 platform.

Full Changelog: v0.1.19...v0.1.20

Don't miss a new ground-station release

NewReleases is sending notifications on new releases.