refactor: remove BOT_BOTTLE_IMAGE env override
lint / lint (push) Failing after 1m51s
test / unit (pull_request) Successful in 39s
test / integration (pull_request) Successful in 1m0s

Unused in tests, docs, or examples. Can be added back if/when merited.
This commit is contained in:
2026-06-08 04:05:29 +00:00
parent 963a178b20
commit 41590ede1f
2 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ def resolve_plan(
dockerfile_path = str(p_dockerfile)
else:
image_default = provider_runtime.image
image = os.environ.get("BOT_BOTTLE_IMAGE", image_default)
image = image_default
derived_image = ""
runtime_image = image
if spec.copy_cwd: