From e3ccd7fa46b1ae31b3270b3489459c3649e2f398 Mon Sep 17 00:00:00 2001 From: Sam & Claude Date: Wed, 24 Jun 2026 19:11:19 +0200 Subject: [PATCH] build: pin zot agent to v0.2.47 in preflight hint The preflight checkout hint defaulted to v0.2.42 while the FreeBSD build-lane handoff still named v0.2.29. Pin both to the current latest zot tag (v0.2.47) so every reference the FreeBSD agent follows agrees, and a release build targets one fixed agent version. Co-Authored-By: Claude Opus 4.8 --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 8990472..afd5bd6 100755 --- a/build.sh +++ b/build.sh @@ -378,8 +378,8 @@ preflight_zot_artifacts() { command -v go >/dev/null 2>&1 || \ echo " NOTE: go toolchain not found on this host — install it: pkg install go" echo " The agent has no FreeBSD release — build it first:" - echo " (cd ${_resolved_zot_repo} && git checkout ${ZOT_VERSION:-v0.2.42} && \\" - echo " ZOT_BUILD_VERSION=\"\${ZOT_VERSION:-v0.2.42}\" && VERSION=\"\${ZOT_BUILD_VERSION#v}\" make build)" + echo " (cd ${_resolved_zot_repo} && git checkout ${ZOT_VERSION:-v0.2.47} && \\" + echo " ZOT_BUILD_VERSION=\"\${ZOT_VERSION:-v0.2.47}\" && VERSION=\"\${ZOT_BUILD_VERSION#v}\" make build)" echo " Or set COLIBRI_STAGE_AGENT=NO to skip agent staging." exit 1 fi -- 2.45.3