Description of problem: The git-clone task on Tekton hub supports LFS. The git-clone task provided by OpenShift Pipelines does not. Please update the git-clone base image so that it includes git-lfs Version-Release number of selected component (if applicable): How reproducible: Use git-clone task. Files stored with git-lfs are missing. Steps to Reproduce: 1. Use git-cline ClusterTask 2. Files are missing that are stored in git-lfs 3. Actual results: Missing files. Expected results: Files that are stored in git-lfs should be available in the pipeline. Additional info:
Hey Jeff, I think we just need to install git-lfs in the image we ship. See https://gitlab.cee.redhat.com/tekton/p12n/-/merge_requests/212, will target 1.9 for this.
(In reply to Vincent Demeester from comment #1) > Hey Jeff, I think we just need to install git-lfs in the image we ship. > See https://gitlab.cee.redhat.com/tekton/p12n/-/merge_requests/212, will > target 1.9 for this. Yeah, it should be an easy fix. Would you mind referencing the container image/tag in this bugreport when it becomes available? I could use that info to override the one referenced in the ClusterTask definition. In theory, it should work even before 1.9 is released..... or do both of those things happen simultaneously?