github sgoudelis/ground-station v0.1.13

latest releases: v0.3.11, v0.3.10, v0.3.9...
6 months ago

Docker Image

Version: 0.1.13-v0.1.13-3e5d889
Environment: production
Git Commit: 3e5d889
Build Date: 20251004

Commits in this release:

  • 3e5d889 Bump version to 0.1.13 in version.json (Stratos Goudelis)
  • 9a0ed24 Add changelog generation to Docker release workflow (Stratos Goudelis)
  • 8d5ee0c Compact version info display in settings component (Stratos Goudelis)
  • 7614f49 Remove redundant logging in UHD probe process. (Stratos Goudelis)
  • d86614b Add opacity prop to map components for better marker customization (Stratos Goudelis)
  • 74e6f66 Refactor UHD build steps in Dockerfile for improved readability and maintainability. (Stratos Goudelis)
  • bb65ec9 Add ldconfig step to startup.sh to ensure new libraries are loaded before service initialization (Stratos Goudelis)
  • 1d50e0e Reorder UHD image listing in startup.sh for better visibility after FPGA installation. (Stratos Goudelis)
  • 403a5e8 Comment out source code cleanup step in Dockerfile for potential reuse (Stratos Goudelis)
  • fe7e08d Simplify Dockerfile by splitting UHD image directory creation and FPGA binary download steps (Stratos Goudelis)
  • 6289b39 Remove final device check from startup.sh (Stratos Goudelis)
  • a381d62 Simplify UHD device initialization and use static LibreSDR FPGA image (Stratos Goudelis)
  • 85c2dcf Add startup script for Ground Station with UHD device logic (Stratos Goudelis)
  • 27081ac Update Dockerfile to simplify CMD with startup script (Stratos Goudelis)
  • 3e66e3e Remove redundant source code cleanup step from Dockerfile (Stratos Goudelis)
  • 9368da6 Log stdout and stderr from UHD probe process for better debugging. (Stratos Goudelis)
  • 18d20fa Add USB device support and privileged mode to Docker container in release workflow. (Stratos Goudelis)
  • 40f324b Adjust grid sizes for synchronize results tables to improve responsive layout. (Stratos Goudelis)
  • 6f6ac83 Highlight tracked satellite with a styled tooltip (Stratos Goudelis)
  • 56b1449 Fix progress computation and clean up pre-commit configuration (Stratos Goudelis)
  • 5136200 Add support for highlighting tracked satellite on the overview map (Stratos Goudelis)
  • 5787544 Introduce type annotations standard and pre-commit configuration (Stratos Goudelis)
  • a6c4aa2 Remove redundant code quality instructions from README (Stratos Goudelis)
  • 1dc0e50 Fix progress and styles in version update overlay (Stratos Goudelis)
  • f2e2676 Remove unused timeout logic from version update overlay (Stratos Goudelis)
  • e3fe9ea Add backend __init__.py files and type stubs for improved structure and type checking (Stratos Goudelis)
  • ec1c004 Reorganize import statements across backend for consistency and clarity (Stratos Goudelis)
  • a42102c Standardize string quoting across backend and improve formatting (Stratos Goudelis)
  • 65a1b14 Remove backend-specific README and update main README with installation and development instructions (Stratos Goudelis)
  • 3390192 Add pyproject.toml for project metadata and configuration (Stratos Goudelis)
  • 8602e25 Add tests for TLE utilities and satellite tracking functions (Stratos Goudelis)
  • 9260a99 Add .dockerignore and refactor database initialization function (Stratos Goudelis)
  • eeeeeea Improve satellite tracking logic and database initialization process (Stratos Goudelis)
  • 31f47fb Update Docker build badge URL in README to include push event filter (Stratos Goudelis)
  • 4c19046 Remove duplicate test badge from README (Stratos Goudelis)
  • 09512d9 Add Docker build badge to README (Stratos Goudelis)
  • a7bf44b Update README titles for SDR features (Stratos Goudelis)

Pull the Docker image:

docker pull ghcr.io/sgoudelis/ground-station:0.1.13

Run 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.13

Multi-arch support:

This image supports linux/amd64 and linux/arm64 platforms.

Full Changelog: v0.1.12...v0.1.13

Don't miss a new ground-station release

NewReleases is sending notifications on new releases.