You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use remote URLs in pre-clone Docker guidance + harden tag selection
- Change check_docker() Linux guidance to use raw.githubusercontent.com
URLs instead of local paths that don't exist before clone_or_update
- Add re-run hint after bootstrap/Docker install
- Harden get_latest_release_tag() to explicitly:
- Match only ^v[0-9] product tags (v1.3.0, etc.)
- Exclude desktop-v* and other prefixed tags
- Both buildx missing and Docker missing messages now use remote URLs
Co-authored-by: Venkat SF <venkatesh.sakamuri@stayflexi.com>
0 commit comments