Docker Image
Version: 0.1.34-v0.1.34-a5d674f
Environment: production
Git Commit: a5d674f
Build Date: 20251014
Commits in this release:
- a5d674f Bump backend version to 0.1.34 in version.json.
- a696614 Update e2e test to match heading text change from 'Preferences' to 'General'
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.34Run 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.34Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.33...v0.1.34