didericis-claude
14ff4fe186
fix(lifecycle): build gateway before infra and fix orchestrator port mapping
...
- `_build_images()` now builds Dockerfile.gateway → Dockerfile.orchestrator
→ Dockerfile.infra in order; Dockerfile.infra starts FROM bot-bottle-gateway
so the base must exist on clean hosts.
- Publish mapping corrected from `self.port:self.port` to `self.port:DEFAULT_PORT`
(8099) — gateway_init hardcodes the orchestrator on port 8099 inside the
container, so the host-side published port must map to that fixed internal port.
- BOT_BOTTLE_ORCHESTRATOR_URL inside the container now always points to
127.0.0.1:8099, not self.port, since gateway daemons reach the orchestrator
over loopback at the fixed internal port.
- Update test_ensure_running_builds_both_images → _all_images for the new
three-step build sequence; add test_publish_maps_host_port_to_fixed_internal_port
to lock in the port-mapping fix.
Addresses the P1 findings from the didericis-codex review on PR #432 .
2026-07-21 04:54:40 +00:00
..
2026-07-14 17:07:56 -04:00
2026-07-14 17:12:12 -04:00
2026-07-08 12:38:15 -04:00
2026-07-17 00:36:43 -04:00
2026-07-11 13:24:47 -04:00
2026-07-14 02:38:20 -04:00
2026-07-20 19:58:14 +00:00
2026-07-19 02:18:07 +00:00
2026-07-11 13:24:47 -04:00
2026-07-14 02:38:20 -04:00
2026-07-14 02:38:20 -04:00
2026-07-11 16:56:17 -04:00
2026-07-20 19:13:08 +00:00
2026-07-14 02:38:20 -04:00
2026-07-18 15:27:29 -04:00
2026-07-20 19:13:08 +00:00
2026-07-20 19:13:08 +00:00
2026-07-20 19:13:08 +00:00
2026-07-14 02:38:20 -04:00
2026-06-25 16:13:19 -04:00
2026-06-07 11:35:35 -04:00
2026-07-14 16:46:46 -04:00
2026-07-14 17:07:56 -04:00
2026-07-21 04:54:40 +00:00
2026-07-01 19:50:38 +00:00
2026-07-16 17:42:36 -04:00
2026-06-25 04:12:43 -04:00
2026-06-30 15:08:14 -04:00
2026-07-19 02:18:07 +00:00
2026-06-03 23:04:17 -04:00
2026-06-26 23:22:18 -04:00
2026-06-25 03:08:47 -04:00
2026-07-14 02:38:20 -04:00
2026-07-14 02:38:20 -04:00
2026-07-16 14:36:54 -04:00
2026-07-16 14:36:54 -04:00
2026-06-30 15:08:14 -04:00
2026-07-19 01:31:06 -04:00
2026-07-18 05:14:27 -04:00
2026-07-14 17:07:56 -04:00
2026-07-18 03:01:41 +00:00
2026-07-18 03:01:41 +00:00
2026-07-14 17:12:12 -04:00
2026-06-25 22:04:27 -04:00
2026-07-17 22:34:28 -04:00
2026-07-21 03:27:16 +00:00
2026-07-14 17:07:56 -04:00
2026-07-19 01:21:23 -04:00
2026-07-14 17:02:08 -04:00
2026-07-19 01:21:23 -04:00
2026-07-19 01:21:23 -04:00
2026-07-19 18:03:11 -04:00
2026-07-18 22:09:05 -04:00
2026-07-14 02:38:20 -04:00
2026-07-17 21:49:30 -04:00
2026-07-09 17:35:28 +00:00
2026-07-14 02:38:20 -04:00
2026-07-16 23:07:12 -04:00
2026-07-18 16:51:31 -04:00
2026-07-17 22:34:28 -04:00
2026-07-17 22:34:28 -04:00
2026-07-21 04:54:40 +00:00
2026-06-24 15:37:57 -04:00
2026-07-21 04:54:40 +00:00
2026-07-08 12:38:15 -04:00
2026-07-21 03:39:18 +00:00
2026-07-20 23:08:59 -04:00
2026-06-23 03:02:03 +00:00
2026-07-21 03:49:19 +00:00
2026-07-20 23:08:59 -04:00
2026-07-20 14:37:09 -04:00
2026-06-22 23:54:02 -04:00
2026-06-25 16:13:19 -04:00
2026-06-24 22:51:27 -04:00
2026-06-25 05:10:03 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-06-26 21:19:27 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-07-09 00:19:24 -04:00
2026-07-14 02:38:20 -04:00
2026-07-21 03:27:16 +00:00
2026-07-21 00:40:59 -04:00
2026-07-21 03:27:16 +00:00
2026-07-14 02:38:20 -04:00
2026-07-17 22:34:28 -04:00
2026-07-21 04:54:40 +00:00
2026-07-14 17:07:56 -04:00
2026-07-21 03:27:16 +00:00
2026-07-21 03:27:16 +00:00
2026-07-11 13:24:47 -04:00
2026-07-14 02:38:20 -04:00
2026-06-01 22:24:17 -04:00
2026-07-14 17:07:56 -04:00
2026-07-19 22:42:54 +00:00
2026-07-16 22:44:47 -04:00
2026-07-16 22:05:21 -04:00
2026-07-14 02:38:20 -04:00
2026-07-18 17:06:04 -04:00
2026-07-14 02:38:20 -04:00
2026-07-18 14:18:39 -04:00
2026-07-09 17:21:57 +00:00