Docker Image
Version: 0.1.29-v0.1.29-3ca728f
Environment: production
Git Commit: 3ca728f
Build Date: 20251009
Commits in this release:
- 3ca728f Bump backend version to 0.1.29 in version.json.
- 0b125e1 Refactor Dockerfile: split SoapySDR build steps into separate layers for clarity
- eb4a614 Clean up Dockerfile: remove commented-out base image and redundant installation steps
- 2ad3fb8 Update Dockerfile to use
ubuntu:noble-20250925as the base image - 89b9ed4 Update Dockerfile to use
ubuntu:plucky-20250925.1as the base image - 559fbe6 Remove commented-out UHD repository and installation steps from Dockerfile
- a16ffda Remove Alembic migration support and related files:
- 1ec1968 Remove Alembic migration execution from startup script
- 2c043ed Integrate Alembic for database migrations
Pull the Docker image:
docker pull ghcr.io/sgoudelis/ground-station:0.1.29Run 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.29Multi-arch support:
This image supports linux/amd64 platform.
Full Changelog: v0.1.28...v0.1.29