If you're adding git to the container, could you also add git-lfs? That will allow more tests to use the container.
If you'd like a sample that installs git-lfs on the Jenkins docker standard container, refer to the Dockerfile in https://github.com/MarkEWaite/docker-lfs/blob/lts-with-plugins/Dockerfile Mark Waite (who does not currently use ATH) On Tue, Mar 28, 2017 at 2:11 PM Cyrille Le Clerc <[email protected]> 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 think that a Docker Image with Git to run ATH tests on a remote agent > could not only be valuable for the Pipeline Maven Plugin but also for the > Git Plugin. > > What's the best way to have a Docker Image for ATH tests with a JDK and > Git? Shall I propose a PR to add the Git executable in the JavaContainer? > Or shall I create a JavaGitContainer that extends the JavaContainer? > > Cyrille > > -- > 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/0db0a1de-ae71-4232-848c-e5fc8f2dce39%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-dev/0db0a1de-ae71-4232-848c-e5fc8f2dce39%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/CAO49JtGRH4H%2BHG0Pu8GNbYaBuaiDazuR%3DB4dNX%2BteN2Pq9NxfQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
