summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* integration: simplify parallel run destinationSebastiaan van Stijn2019-09-251-1/+0
* Add support for setting a test filterBrian Goff2019-08-311-0/+1
* Set DOCKER_BINDDIR mount options from envBrian Goff2019-08-281-0/+1
* Jenkinsfile: reduce time of integration tests by dividing tests into 3 parall...Tibor Vass2019-08-191-0/+1
* Improvements to the test runnersBrian Goff2019-08-191-0/+9
* Makefile: Allow passing DOCKER_TEST_HOST and TESTDEBUG to containerSebastiaan van Stijn2019-08-191-0/+2
* hack: remove integration-cli-on-swarmAkihiro Suda2019-08-191-18/+0
* Dockerfile: use GO_VERSION build-arg for overriding Go versionSebastiaan van Stijn2019-08-081-1/+1
* Fix DOCKER_CROSS being overwrittenSebastiaan van Stijn2019-04-151-2/+3
* Support cross-compile for armBrian Goff2019-04-101-6/+15
* Merge pull request #38847 from cpuguy83/enable_buildkit_for_build_targetVincent Demeester2019-03-181-1/+2
|\
| * Enable buildkit for Makefile build targetBrian Goff2019-03-091-1/+2
* | Making it possible to pass Windows credential specs directly to the engineJean Rouge2019-03-151-1/+1
|/
* hack: no need to git fetch in CITibor Vass2019-02-051-0/+2
* Allow overriding repository and branch in validate scriptsSebastiaan van Stijn2019-01-311-0/+7
* Merge pull request #38523 from olljanat/flaky-test-finderSebastiaan van Stijn2019-01-121-0/+3
|\
| * CI: Introduce flaky test finderOlli Janatuinen2019-01-111-0/+3
* | Makefile: make help: fix newline wrapping, and missing targetsSebastiaan van Stijn2019-01-101-1/+1
|/
* Use BuildKit to skip source code COPY if BIND_DIR setMohammad Nasirifar2018-12-261-1/+5
* Allow to override the Makefile's `DOCKER_MOUNT` variableJean Rouge2018-10-091-3/+7
* go {build,test}: rm -i option, add go cache volumeKir Kolyshkin2018-09-261-21/+10
* Expose license status in Info (#37612)Daniel Hiltgen2018-08-171-0/+1
* builder: set buildkit's exported product variable via PRODUCTTibor Vass2018-07-161-1/+2
* builder: pass DOCKER_BUILDKIT to enable buildkit in testsTibor Vass2018-06-101-0/+1
* Allow to add any args when doing a make runVincent Demeester2018-06-011-0/+1
* Remove unused/unmaintained package builder stuffBrian Goff2018-05-041-8/+1
* Add quotation marks for $CURDIRFangming.Fang2018-04-021-1/+1
* Merge pull request #34369 from cyphar/build-buildmode-pieAkihiro Suda2018-01-291-2/+2
|\
| * *: switch to -buildmode=pieAleksa Sarai2017-11-111-2/+2
* | api: generalize version information to any platform componentTibor Vass2017-12-061-1/+2
* | Fix "make test" failing on missing "test-unit"Sebastiaan van Stijn2017-11-201-2/+2
* | graphdriver: custom build-time priority listKir Kolyshkin2017-11-161-0/+8
|/
* Add a new entrypoint for CIDaniel Nephin2017-09-201-4/+1
* Merge pull request #34682 from dnephin/fail-build-on-integration-suiteYong Tang2017-09-051-0/+1
|\
| * Fix integration suite and propagate failuresDaniel Nephin2017-09-011-0/+1
* | Allows VERSION to be overwritten by env variableEli Uriegas2017-09-011-1/+2
|/
* Pin docker-cli version to the 17.06-ce release versionDaniel Nephin2017-08-221-1/+1
* Fix make test-unit printing deprecation warningSebastiaan van Stijn2017-08-161-1/+1
* Remove test-integration-cli and references to it.Daniel Nephin2017-08-091-4/+3
* Introduce `test-integration` target (and deprecate/freeze `test-integration-c...Vincent Demeester2017-08-091-2/+5
* make: add dynbinary targetAleksa Sarai2017-07-011-1/+4
* Add bash completion to the development containerHarald Albers2017-06-231-1/+3
* Remove yaml docs generator and man pagesDaniel Nephin2017-06-211-9/+0
* Remove pkcs11, libltdl-dev, and clang for osx.Daniel Nephin2017-06-211-1/+1
* integration-cli-on-swarm/README.md: add a note about Docker->MobyAkihiro Suda2017-05-151-1/+1
* Remove cmd/docker and other directories in cli/ in accordance with the new Mo...Arnaud Porterie (icecrime)2017-05-051-2/+10
* Only set DOCKER_CROSSPLATFORMS from env if it's setTianon Gravi2017-05-041-1/+1
* docs: fix Makefile for yaml docs generationTibor Vass2017-03-291-1/+1
* docs: added support for CLI yaml file generationFrench Ben2017-03-141-0/+3
* Merge pull request #29775 from AkihiroSuda/integration-cli-on-swarmSebastiaan van Stijn2017-03-011-2/+22
|\