didericis-claude
0c8c6b854d
fix(macos-container): commit via exec-tar instead of stop→export
...
Apple Container removes containers when they stop, making the
stop-then-export flow impossible regardless of the --rm flag.
Replace `container export` (requires stopped container) with
`container exec --user root <name> tar --create ... --file=- --directory=/ .`
streamed to a temp file, then build the committed image from that archive
as before. The bottle stays running after commit, which is better UX.
Drop the stop-confirm prompt from MacosContainerFreezer since we no longer
need to stop the container at all.
2026-06-23 16:43:01 -04:00
..
2026-06-22 18:59:51 +00:00
2026-06-23 16:43:01 -04:00
2026-06-04 11:30:51 -04:00
2026-06-22 23:54:02 -04:00
2026-06-10 22:25:00 -04:00
2026-06-22 19:09:22 +00:00
2026-06-22 23:54:02 -04:00
2026-06-23 16:43:01 -04:00
2026-06-04 11:27:23 -04:00
2026-06-23 16:43:01 -04:00
2026-06-09 03:27:31 +00:00
2026-06-22 23:54:02 -04:00
2026-06-09 06:57:33 -04:00
2026-06-04 01:54:53 +00:00
2026-06-07 11:35:35 -04:00
2026-06-23 09:05:44 +00:00
2026-06-22 23:54:02 -04:00
2026-06-23 04:06:21 +00:00
2026-06-04 11:30:51 -04:00
2026-06-22 23:54:02 -04:00
2026-06-03 23:04:17 -04:00
2026-06-07 23:19:11 -04:00
2026-06-10 00:02:28 -04:00
2026-06-08 23:05:14 -04:00
2026-06-08 23:05:14 -04:00
2026-06-23 16:43:01 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-06-23 16:43:01 -04:00
2026-06-10 07:00:01 +00:00
2026-06-23 20:39:05 +00:00
2026-05-28 17:56:14 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-06-10 06:29:46 +00:00
2026-06-22 22:57:16 -04:00
2026-06-10 22:25:00 -04:00
2026-06-23 16:43:01 -04:00
2026-06-23 03:02:03 +00:00
2026-06-23 16:43:01 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-06-22 23:54:02 -04:00
2026-06-01 22:24:17 -04:00
2026-06-22 23:54:02 -04:00
2026-06-10 22:25:00 -04:00
2026-06-10 00:02:28 -04:00
2026-06-04 11:30:51 -04:00
2026-06-23 16:43:01 -04:00
2026-06-04 11:30:51 -04:00
2026-06-04 11:30:51 -04:00
2026-06-22 23:54:02 -04:00
2026-06-04 11:30:51 -04:00
2026-06-04 21:54:06 +00:00
2026-06-23 16:43:01 -04:00
2026-06-09 03:27:31 +00:00
2026-06-03 17:26:15 +00:00
2026-06-23 01:33:35 -04:00
2026-06-23 01:24:28 -04:00
2026-06-23 01:24:28 -04:00
2026-06-05 19:53:23 +00:00