Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jan 15:54
· 2 commits to master since this release
88751a7

Docker Image Published

The tar1090-node image has been built and published to GitHub Container Registry:

  • ghcr.io/offworldlabs/tar1090-node:v0.2.0

Pull the image with:

docker pull ghcr.io/offworldlabs/tar1090-node:v0.2.0

Deployment

To use this image in your deployment, update your docker-compose.yml:

tar1090:
  image: ghcr.io/offworldlabs/tar1090-node:v0.2.0
  restart: always
  network_mode: host
  # ... rest of configuration

What's Changed

  • Get tar1090 working on blah2 raspberry pi node by @jonnyspicer in #3
  • Fix Docker networking configuration for tar1090 by @jonnyspicer in #6
  • Add Claude Code Review GitHub Action by @jonnyspicer in #8
  • Add adsb.lol fallback support for dual-source aircraft feed by @jonnyspicer in #7
  • Add GitHub Actions workflows for Docker image builds by @Sol455 in #9
  • Fix ARM64 build: copy lighttpd config directly to conf-enabled by @Sol455 in #10
  • Fix/extend docker tar1090 by @Sol455 in #14

New Contributors

Full Changelog: https://github.com/offworldlabs/tar1090-node/commits/v0.2.0