Commit c2bd80b
docs: update Docker base image versioning documentation (Phase 5)
- Dockerfile.unified: Document ubuntu:latest strategy (cross-platform LTS)
- Dockerfile.ethics-ai: Document python:3.11-slim strategy (auto-patch within 3.11.x)
- docker/README.md: Add 'Base Image Versioning Strategy' section with rationale
- DOCKER_BUILD_STRATEGY_QUICKREF.md: Add strategy matrix and cross-compilation benefits
- Validate: All 47 workflows pass YAML syntax validation
Rationale:
- ubuntu:latest allows independent registry resolution (no SHA divergence)
- LTS patches applied automatically across Docker registries
- Reduces maintenance of minor version pinning
- Improves cross-compilation resilience (Docker/Linux/macOS/Windows)
Co-authored-by: makr-code <150588092+makr-code@users.noreply.github.com>1 parent 41d9ca2 commit c2bd80b
2 files changed
Lines changed: 40 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
15 | 31 | | |
16 | 32 | | |
17 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
18 | 40 | | |
19 | 41 | | |
20 | 42 | | |
21 | 43 | | |
22 | 44 | | |
23 | 45 | | |
24 | | - | |
| 46 | + | |
25 | 47 | | |
26 | 48 | | |
27 | 49 | | |
| |||
0 commit comments