Commit 02df09f
committed
docs: Update DOCKER_README with tag strategy improvements and resilience notes
- Remove references to old master-YYYYMMDD-...sha tags
- Add section explaining tag strategy optimization (October 2025)
- Document why we use 3 tags instead of 4 (registry reliability)
- Add note about infrastructure resilience for Docker Hub timeouts
- Reference AWS outages as potential cause of transient API issues
- Include guidance for users if they encounter Docker Hub issues
Tag strategy now:
latest (current production)
v1.1.1 (semantic version)
sha-9286931 (commit SHA, 12-char short)
This reduces registry pressure and improves reliability during
infrastructure issues like AWS outages or Docker Hub API limits.1 parent e1338f6 commit 02df09f
1 file changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
94 | 105 | | |
95 | 106 | | |
96 | 107 | | |
| |||
0 commit comments