Merge pull request 'build: pin zot agent to v0.2.47 in preflight hint' (#136) from pin-zot-v0.2.47 into main
Reviewed-on: #136
This commit is contained in:
commit
62264e2aa4
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
|
@ -378,8 +378,8 @@ preflight_zot_artifacts() {
|
||||||
command -v go >/dev/null 2>&1 || \
|
command -v go >/dev/null 2>&1 || \
|
||||||
echo " NOTE: go toolchain not found on this host — install it: pkg install go"
|
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 " The agent has no FreeBSD release — build it first:"
|
||||||
echo " (cd ${_resolved_zot_repo} && git checkout ${ZOT_VERSION:-v0.2.42} && \\"
|
echo " (cd ${_resolved_zot_repo} && git checkout ${ZOT_VERSION:-v0.2.47} && \\"
|
||||||
echo " ZOT_BUILD_VERSION=\"\${ZOT_VERSION:-v0.2.42}\" && VERSION=\"\${ZOT_BUILD_VERSION#v}\" make build)"
|
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."
|
echo " Or set COLIBRI_STAGE_AGENT=NO to skip agent staging."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue