fix(ci-image): bump pulumi to 3.243 for bun packagemanager support
The baked foundation-ci image pinned pulumi 3.145, which rejects the `packagemanager: bun` project option (bootstrap/Pulumi.yaml) with "packagemanager option must be one of auto, npm, yarn or pnpm, got bun" — so `pulumi preview` could not even load the program in CI. 3.149 is the floor for bun support; pin 3.243 to match the operator's CLI line for preview parity. Bump TOOL_PULUMI_MIN to the bun-support floor. Rebuild the image on the VM after this change (force_pull:false uses the local tag): scp the Dockerfile + `docker build -t foundation-ci:latest .`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
430c55cdf6
commit
929c1270e0
2 changed files with 8 additions and 2 deletions
5
VERSIONS
5
VERSIONS
|
|
@ -94,7 +94,10 @@ IMAGE_CI=foundation-ci:latest
|
|||
# -----------------------------------------------------------------------------
|
||||
|
||||
# --- orchestration toolchain ---
|
||||
TOOL_PULUMI_MIN=3.140.0
|
||||
# 3.149 is the floor for the `packagemanager: bun` project option (bootstrap/
|
||||
# Pulumi.yaml); older CLIs reject "bun". The foundation-ci image pins a concrete
|
||||
# version >= this (containers/ci-image/Dockerfile PULUMI_VERSION).
|
||||
TOOL_PULUMI_MIN=3.149.0
|
||||
TOOL_BUN_MIN=1.1.0
|
||||
TOOL_NODE_MIN=20.0.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue