fix: zot version auto-detect + python3 symlink to latest #290

Merged
clawdie merged 1 commit from fix/zot-version-python3-symlink into main 2026-07-24 06:37:27 +02:00
Owner
  • 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

- 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
fix: zot version auto-detect + python3 symlink to latest
All checks were successful
format-check / prettier (pull_request) Successful in 1m17s
f266863287
- 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
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
clawdie/clawdie-iso!290
No description provided.