fix: zot version auto-detect + python3 symlink to latest #290
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/zot-version-python3-symlink"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
build.sh: resolve_zot_paths() now auto-detects ZOT_VERSION from latest git tag
(or HEAD commit if no tags), instead of hardcoding v0.2.47 fallback.
Preflight hint updated to use detected version.
build-manifest.json records actual zot_version/zot_commit for provenance.
build.sh: python3 symlink now picks highest python3.* version (sort -V | tail -1)
instead of preferring python3.11. Matches FreeBSD 15 PYTHON_DEFAULT=python312.
FreeBSD 14 will still get python311 correctly.
scripts/stage-zot-iso.sh: updated hint and header comment to match new default.
: Sam & Nemotron 3