Docker Image
Version: 0.1.36-v0.1.36-28e7801
Environment: production
Git Commit: 28e7801
Build Date: 20251020
Commits in this release:
- 28e7801 Bump backend version to 0.1.36 in version.json.
- a2567fb Add support for dynamic theming and enhance theme management:
- c6e9277 Replace static colors with theme palette tokens:
- 8d9a6f0 Add Spanish locale translations for frontend components:
- 6ff04b3 Integrate i18n translations into common status components and humanized date formatting:
- 54bf173 Standardize Greek locale translations to use uppercase button and action labels.
- a3cbd93 Integrate i18n translations into synchronization-related components:
- ea0ddce Integrate i18n translations across all target-related components:
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.36Run 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.36Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.35...v0.1.36