Docker Image
Version: 0.1.30-v0.1.30-b0330eb
Environment: production
Git Commit: b0330eb
Build Date: 20251010
Commits in this release:
- b0330eb Bump backend version to 0.1.30 in version.json.
- 375f94d Add Alembic migration support for database schema versioning.
- 8bed164 Refactor UHD device selection logic to handle serial-based discovery issues in Docker environments.
- e14f2eb Optimize Dockerfile: chain UHD build steps into a single RUN command.
- 5306100 Optimize Dockerfile: chain SoapySDR build steps into a single RUN command.
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.30Run 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.30Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.29...v0.1.30