chore: SAVEPOINT

This commit is contained in:
2026-06-08 12:28:08 -04:00
committed by didericis (codex)
parent 0208d94df9
commit 23d621c7b5
19 changed files with 200 additions and 306 deletions
-4
View File
@@ -97,10 +97,6 @@ def launch(
plan.image, _REPO_DIR,
dockerfile=plan.dockerfile_path,
)
if plan.derived_image:
docker_mod.build_image_with_cwd(
plan.derived_image, plan.image, plan.workspace_plan
)
internal_network = network_mod.network_name_for_slug(plan.slug)
egress_network = network_mod.network_egress_name_for_slug(plan.slug)