git-resource icon indicating copy to clipboard operation
git-resource copied to clipboard

Track the latest git binary

Open YoussB opened this issue 6 years ago • 0 comments

Background:

  • In the resource pipeline we're currently only tracking the new versions of alpine or ubuntu but not tracking the new releases of the git binary itself.
  • That would result in us not building the images on new releases of git and hence maybe missing important updates/bug or cve fixes.
  • Git already has a repo on github that we can maybe track in our pipeline https://github.com/git/git

YoussB avatar Dec 16 '19 22:12 YoussB