max / alloy
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01WFBzMprSmNCfvdj2cGZyka
1 file changed,
+3 insertions,
-3 deletions
| @@ -305,9 +305,9 @@ | |||
| 305 | 305 | fw13 and fw12 both take `UPDATE_TARGET=fw13:5000/alloy:local`, the tag | |
| 306 | 306 | `build/dev-push.sh` publishes: fw13 builds its own image and serves it to | |
| 307 | 307 | itself, and the tag carries the host name so one registry also feeds fw12 over | |
| 308 | - | the LAN. astra takes none, because the registry it would name is the one moving | |
| 309 | - | off astra ahead of its own cut, and naming a destination before that move is | |
| 310 | - | built would bake a guess into a medium. | |
| 308 | + | the LAN. astra takes none, and no medium ever names a fleet update source, | |
| 309 | + | because there is not one: an installed machine updates by applying instructions | |
| 310 | + | to itself rather than by pulling an image. `UPDATE_TARGET` is a dev-loop key. | |
| 311 | 311 | ||
| 312 | 312 | ## Preflight | |
| 313 | 313 |