Release v0.79.0 — pi 0.78.1 -> 0.79.0
Publish Docker Image / smoke (push) Successful in 2m56s
Publish Docker Image / publish (push) Successful in 10m38s
Publish Docker Image / update-description (push) Successful in 6s

First build on pi 0.79.0. Built FROM the republished base-pi-only from
opencode-devbox v1.16.2 (carries pi 0.79.0). Bump smoke size threshold
2750 -> 2850 MB in lockstep with opencode-devbox's pi-only variant.

Promote CHANGELOG Unreleased -> v0.79.0.
This commit is contained in:
pi
2026-06-08 22:00:24 +02:00
parent 2ab03aaa6f
commit 36afd3c716
2 changed files with 34 additions and 3 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ IMAGE="${1:?usage: $0 <image>}"
PASS=0; FAIL=0
# Since the refactor to FROM opencode-devbox:latest-pi-only, this image equals
# the pi-only variant (pi + companions + fork/recall node_modules, NO opencode),
# so the threshold tracks pi-only's (2750 MB), not the old standalone 2200 MB.
SIZE_THRESHOLD_MB=2750
# so the threshold tracks pi-only's (2850 MB), not the old standalone 2200 MB.
SIZE_THRESHOLD_MB=2850
run() {
local label="$1"; local cmd="$2"