Docker Image
Version: 0.1.33-v0.1.33-41216ea
Environment: production
Git Commit: 41216ea
Build Date: 20251013
Commits in this release:
- 41216ea Uncomment flake8 and mypy hooks in pre-commit configuration.
- d51f4c1 Bump backend version to 0.1.33 in version.json.
- 2e605a9 Remove authentication and associated features:
- 5d3082f Refactor type annotations and datetime usage:
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.33Run 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.33Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.32...v0.1.33