Docker Image
Version: 0.1.26-v0.1.26-71fe6c0
Environment: production
Git Commit: 71fe6c0
Build Date: 20251007
Commits in this release:
- 71fe6c0 Bump backend version to 0.1.26 in version.json.
- 6f5cb0b Bump backend version to 0.1.25 in version.json.
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.26Run 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.26Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.25...v0.1.26