docs: Add develop tag and clarify Docker image tag descriptions (#97)

This commit is contained in:
Daniel Graf
2025-07-06 16:27:38 +02:00
committed by GitHub
parent e936022ea9
commit 693d2ae733
2 changed files with 6 additions and 4 deletions

View File

@@ -98,8 +98,9 @@ Configure real-time location tracking with:
## Tags
- `latest` - Latest stable release
- `x.y.z` - Specific version releases
- `develop` - **Bleeding Edge**: Built from every push to main branch. For developers and early adopters who want the newest features and don't mind potential instability.
- `latest` - **Stable Release**: Updated with each stable release. For most users who want reliable, tested functionality with new features.
- `x.y.z` - **Conservative**: Specific version releases for users who want full control over updates and prefer to manually choose when to upgrade.
## Source Code

View File

@@ -196,8 +196,9 @@ The included `docker-compose.yml` provides a complete setup with:
### Tags
- `latest` - Latest stable release
- `x.y.z` - Specific version releases
- `develop` - **Bleeding Edge**: Built from every push to main branch. For developers and early adopters who want the newest features and don't mind potential instability.
- `latest` - **Stable Release**: Updated with each stable release. For most users who want reliable, tested functionality with new features.
- `x.y.z` - **Conservative**: Specific version releases for users who want full control over updates and prefer to manually choose when to upgrade.
## Data Flow & Architecture