cptactionhank/docker-atlassian-bamboo

Please add git-lfs support

pwagland opened this issue · 1 comments

The git that is shipped with this image doesn't understand git-lfs, and so when testing against a repository that uses lfs, it fails.

Looking into this, this is slightly more painful that I initially anticipated. Since this is based on the openJDK image, and that, in turn, is based on Debian jessie, which does not include git-lfs out of the box.

Package cloud does maintain packages for Jessie, so if the appropriate repos are added, then we can install git-lfs.