We saw #888 where git-lfs Feature builds were failing as the latest tag available is 3.5.0, however, the corresponding releases are still not available. #894 added a fallback logic.
We already updated few Features with this fallback logic, however, we need to add this for all the Features in https://github.com/devcontainers/features
Note: Only add fallback logic if following conditions are met
- If the requested
version is latest
find_version_from_git_tags is used to find the latest version
Gaurav Saini (@gauravsaini04) Feel free to create sub-issues if needed, also, creating separate PRs for each Features would be appreciated.
We saw #888 where
git-lfsFeature builds were failing as thelatesttag available is3.5.0, however, the corresponding releases are still not available. #894 added a fallback logic.We already updated few Features with this fallback logic, however, we need to add this for all the Features in https://github.com/devcontainers/features
Note: Only add fallback logic if following conditions are met
versionislatestfind_version_from_git_tagsis used to find thelatestversionGaurav Saini (@gauravsaini04) Feel free to create sub-issues if needed, also, creating separate PRs for each Features would be appreciated.