Docker Image
Version: 0.1.38-v0.1.38-8632d82
Environment: production
Git Commit: 8632d82
Build Date: 20251021
Commits in this release:
- 8632d82 Bump backend version to 0.1.38 in version.json.
- d9a1629 Extend
waterfall-islandandwaterfall-workerto use theme palette text colors: - 53a74b5 Replace static colors in waterfall components with theme palette:
- 3bdb2cf Update waterfall-toolbar icon button colors to primary for improved theme alignment.
- b27c4e2 Apply theme palette background color to waterfall-bandscope component.
- 3b06dae Replace static colors in waterfall components with theme palette tokens:
- 66b99eb Refactor theme and toolbar colors for consistency with updated palette:
- a1df051 Add visibility-based marker rendering in overview-map component.
- 42cd596 Implement preference upsert logic and improve consistency:
- 0addc5f Force update connection stats and standardize Greek locale button label casing:
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.38Run 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.38Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.37...v0.1.38