Commit 69ae424
committed
Merge #257: Update Docker images to latest stable versions
eac6bbc docs: [#253] add MySQL configuration guidance to manual testing docs (Jose Celano)
6171a6b fix: [#253] update MySQL 8.4 authentication parameter (Jose Celano)
fa175d8 docs: [#253] update security scans with trivy v0.68.2 (Jose Celano)
ec66d31 docs: [#253] update issue spec with correct image versions (Jose Celano)
Pull request description:
## Summary
Updates Docker images to their latest stable versions with long-term support, prioritizing security and maintenance windows.
Closes #253
## Changes
### Docker Image Updates
- **Prometheus**: v3.0.1 → v3.5.0 (LTS) - 7 months support remaining
- **Grafana**: 11.4.0 → 12.3.1 (latest major version)
- **MySQL**: 8.0 (generic) → 8.4 (explicit LTS) - 6+ years support remaining
### MySQL 8.4 Compatibility Fix
- Fixed MySQL authentication parameter for 8.4 compatibility
- Changed `--default-authentication-plugin=mysql_native_password` to `--mysql-native-password=ON`
- Old parameter was deprecated in MySQL 8.4 and caused container initialization failures
### Documentation Updates
- Updated security scan documentation with Trivy v0.68.2 results
- Added MySQL configuration guidance to manual testing guides
- Fixed example configurations in `docs/e2e-testing/manual/mysql-verification.md`
- Added complete MySQL configuration example with all required fields
## Testing
### Manual E2E Tests Completed
✅ **SQLite Test** - Full deployment workflow verified with:
- Prometheus v3.5.0 running and healthy
- Grafana 12.3.1 accessible and responsive
- Tracker successfully handling HTTP requests
✅ **MySQL Test** - Full deployment workflow verified with:
- MySQL 8.4 container running and healthy with new authentication parameter
- Tracker successfully connected to MySQL database
- All services (Prometheus, Grafana, Tracker, MySQL) running with correct versions
- BitTorrent announce requests working correctly
### Security Scans
All images scanned with Trivy v0.68.2:
- Prometheus v3.5.0: 3 HIGH vulnerabilities (Go stdlib - CVE-2024-45337, CVE-2025-22874, CVE-2024-45338)
- Grafana 12.3.1: 0 HIGH/CRITICAL vulnerabilities
- MySQL 8.4: 4 HIGH vulnerabilities (urllib3 CVE-2025-24762, gosu CVE-2024-3094)
See `docs/security/docker-image-security-scans.md` for detailed vulnerability information.
## Commits
- docs: update Trivy version to 0.68.2 in security scan documentation
- fix: update MySQL 8.4 authentication parameter
- docs: add MySQL configuration guidance to manual testing docs
ACKs for top commit:
josecelano:
ACK eac6bbc
Tree-SHA512: b97be4aff48787424039e50d41b281f0af2728f3e33669f25953332743ad69af3c27e421a1da97e0c39faf57667117bfe3ea459ff996f45a82a3150df28b6d6fFile tree
8 files changed
+467
-92
lines changed- docs
- e2e-testing/manual
- issues
- security
- src/infrastructure/templating/docker_compose/template
- renderer
- wrappers/docker_compose
- templates/docker-compose
8 files changed
+467
-92
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
119 | 190 | | |
120 | 191 | | |
121 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
29 | 43 | | |
30 | 44 | | |
31 | 45 | | |
32 | 46 | | |
33 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
34 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
35 | 68 | | |
36 | 69 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
45 | 76 | | |
46 | 77 | | |
47 | 78 | | |
48 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
49 | 89 | | |
50 | 90 | | |
51 | 91 | | |
| |||
Lines changed: 16 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | 345 | | |
347 | 346 | | |
348 | 347 | | |
| |||
356 | 355 | | |
357 | 356 | | |
358 | 357 | | |
359 | | - | |
| 358 | + | |
360 | 359 | | |
361 | 360 | | |
362 | 361 | | |
363 | 362 | | |
364 | 363 | | |
365 | 364 | | |
366 | 365 | | |
367 | | - | |
| 366 | + | |
368 | 367 | | |
369 | 368 | | |
370 | 369 | | |
| |||
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
388 | | - | |
| 387 | + | |
389 | 388 | | |
390 | 389 | | |
391 | 390 | | |
| |||
414 | 413 | | |
415 | 414 | | |
416 | 415 | | |
417 | | - | |
418 | | - | |
| 416 | + | |
| 417 | + | |
419 | 418 | | |
420 | 419 | | |
421 | 420 | | |
| |||
425 | 424 | | |
426 | 425 | | |
427 | 426 | | |
428 | | - | |
429 | | - | |
| 427 | + | |
| 428 | + | |
430 | 429 | | |
431 | 430 | | |
432 | 431 | | |
| |||
0 commit comments