-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add git-lfs support #4
Comments
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. |
pwagland
added a commit
to pwagland/docker-atlassian-bamboo
that referenced
this issue
May 9, 2017
Merged
pwagland
added a commit
to pwagland/docker-atlassian-bamboo
that referenced
this issue
May 13, 2017
We also remove packages that are no longer needed, and properly clean the apt-get cache according to https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ . The end result, is that we end up with a smaller image, and bamboo supports git-lfs. Fixes cptactionhank#4
pwagland
added a commit
to pwagland/docker-atlassian-bamboo
that referenced
this issue
May 16, 2017
We also remove packages that are no longer needed, and properly clean the apt-get cache according to https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ . The end result, is that we end up with a smaller image, and bamboo supports git-lfs. Fixes cptactionhank#4
pwagland
added a commit
to pwagland/docker-atlassian-bamboo
that referenced
this issue
May 16, 2017
We also remove packages that are no longer needed, and properly clean the apt-get cache according to https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ . The end result, is that we end up with a smaller image, and bamboo supports git-lfs. Fixes cptactionhank#4
pwagland
added a commit
to pwagland/docker-atlassian-bamboo
that referenced
this issue
May 16, 2017
We also remove packages that are no longer needed, and properly clean the apt-get cache according to https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ . The end result, is that we end up with a smaller image, and bamboo supports git-lfs. Fixes cptactionhank#4
pwagland
added a commit
to pwagland/docker-atlassian-bamboo
that referenced
this issue
May 16, 2017
We also remove packages that are no longer needed, and properly clean the apt-get cache according to https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ . The end result, is that we end up with a smaller image, and bamboo supports git-lfs. Fixes cptactionhank#4
pwagland
added a commit
to pwagland/docker-atlassian-bamboo
that referenced
this issue
May 16, 2017
We also remove packages that are no longer needed, and properly clean the apt-get cache according to https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ . The end result, is that we end up with a smaller image, and bamboo supports git-lfs. Fixes cptactionhank#4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: