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.0Deployment
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 configurationWhat'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
- @jonnyspicer made their first contribution in #3
- @Sol455 made their first contribution in #9
Full Changelog: https://github.com/offworldlabs/tar1090-node/commits/v0.2.0