The install steps in the Dockerfile I referenced are from the Git LFS team and are designed to work well with "apt-get". They add a separate apt repository and then use that repository to fetch the latest release of git LFS.
I'm also quite fine if you choose not to include git LFS in the image. If someone needs it, they will add it. Mark Waite On Wed, Mar 29, 2017 at 9:31 AM Cyrille Le Clerc <[email protected]> wrote: > I have created > > - > - Issue: JENKINS-43189 [docker-fixtures] Add git executable to the > JavaContainer <https://issues.jenkins-ci.org/browse/JENKINS-43189> > - Pull Request: jenkinsci/docker-fixtures#2 Add the git executable to > the JavaContainer for ATH tests > <https://github.com/jenkinsci/docker-fixtures/pull/2> > > @Mark I have not added git-lfs as the install is not as simple as "apt-get > install". I am not familiar enough with git-lfs to get the PR right. > > Cyrille > > > On Wednesday, March 29, 2017 at 4:41:24 PM UTC+2, Cyrille Le Clerc wrote: > > > I am fine to include something as fundamental and lightweight as git > into the JavaContainer right away. > > @oliver would you be OK to also add git-lfs as Mark have suggested? > > Cyrille > > On Wednesday, March 29, 2017 at 9:47:49 AM UTC+2, ogondza wrote: > > On 2017-03-28 22:11, Cyrille Le Clerc wrote: > > Dear all, > > > > I would like to implement ATH tests for the Maven Pipeline Plugin with > > Remote Build Agents. I need both a JDK and Git on these agents. The > > existing JavaContainer > > < > https://github.com/jenkinsci/docker-fixtures/blob/docker-fixtures-1.0/src/main/resources/org/jenkinsci/test/acceptance/docker/fixtures/JavaContainer/Dockerfile> > > > of the docker-fixtures does not bundle Git. > > I am fine to include something as fundamental and lightweight as git > into the JavaContainer right away. Especially since GitContainer > provides git server functionality. > > -- > oliver > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/2f484966-8ab8-4761-a980-ecaadef26f3d%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/2f484966-8ab8-4761-a980-ecaadef26f3d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtEazNvyNe7sVto7dbtURBr%2Bex6cUK6wvaZ3G-RVyJc-bQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
