aboutsummaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
* Move -w to a more logical placeHåkon Hallingstad2019-03-111-1/+1
|
* Remove commentHåkon Hallingstad2019-03-111-2/+0
|
* Fix number of argumentsHåkon Hallingstad2019-03-112-5/+2
|
* Avoid changing dist.sh API which is documented in README.mdHåkon Hallingstad2019-03-112-8/+6
|
* Make it easier to call build-vespa.shHåkon Hallingstad2019-03-112-9/+19
|
* Better option for skipping repo than ugly sed hack.Arnstein Ressem2019-01-041-5/+1
|
* Installing build dependencies via yum-builddep is broken due to removed ↵Arnstein Ressem2019-01-031-0/+5
| | | | folder in CentOS sources. Workaround is here.
* Fixed typo in environment variable assignmentPaolo de Dios2018-03-261-1/+1
|
* Add copyright headerJon Bratseth2017-10-271-0/+1
|
* Use plain CentOS base when building Vespa rpm.Arnstein Ressem2017-10-042-1/+7
|
* Give config server some time to come up before starting servicesHarald Musum2017-09-251-0/+2
|
* Dependencies are already part of Docker imageBjørn Christian Seime2017-08-211-1/+0
|
* Pull image to ensure newest version is usedBjørn Christian Seime2017-08-212-0/+2
|
* Use vespa-dev imageBjørn Christian Seime2017-08-213-19/+2
|
* Simplify vespa-ci buildBjørn Christian Seime2017-08-181-29/+2
|
* Use bootstrap-cpp.sh in vespa-ci scriptsBjørn Christian Seime2017-08-182-19/+5
|
* correct linkKristian Aune2017-08-141-1/+1
|
* Fix bug where cmake is called in wrong directoryBjørn Christian Seime2017-07-261-2/+3
|
* Less verbose outputBjørn Christian Seime2017-07-261-1/+0
|
* Use same prefix for all log filesBjørn Christian Seime2017-07-262-7/+8
|
* Wrap paths in quotesBjørn Christian Seime2017-07-262-6/+6
|
* Split out the build process into separate scriptBjørn Christian Seime2017-07-262-54/+73
|
* Don't package and install artifacts twiceBjørn Christian Seime2017-07-261-2/+1
|
* Root permissions required for copying log files to hostBjørn Christian Seime2017-07-251-2/+2
|
* Minor restructuring of codeBjørn Christian Seime2017-07-241-2/+1
|
* Add variable for mapped directoryBjørn Christian Seime2017-07-241-3/+4
|
* Use dedicated log directoryBjørn Christian Seime2017-07-243-5/+8
|
* Use new vespa-dev image from Docker CloudBjørn Christian Seime2017-07-242-25/+2
|
* Merge pull request #2933 from yahoo/gjoranv/vespa-ci-improvementsBjørn Christian Seime2017-07-182-12/+61
|\ | | | | Gjoranv/vespa ci improvements
| * Send build output to separate log filesgjoranv2017-07-181-19/+27
| | | | | | | | | | | | | | .. and copy them out of the docker container. + Move cmake3 to build_cpp function + Some bash fixes
| * No snapshot updates for java build.gjoranv2017-07-181-2/+2
| |
| * Run c++ and java build/test in parallel.gjoranv2017-07-181-4/+38
| |
| * Use two step parallel maven build.gjoranv2017-07-111-1/+5
| | | | | | | | | | - Use 2.0C for number of threads. - Set MAVEN_OPTS before bootstrap.
| * Propagate exit status from 'docker run'gjoranv2017-07-071-0/+3
| |
| * Output maven version.gjoranv2017-07-071-1/+1
| |
* | Remove reference to docker-machine, no longer relevant.Geir Storli2017-07-131-2/+0
| |
* | Install maven to able to build sample apps.Geir Storli2017-07-131-1/+2
|/
* Use new program names.Tor Egge2017-07-051-1/+1
|
* Move enter-build-container-internal.sh into build/ folder.gjoranv2017-06-272-10/+9
| | | | + cd to vespa dir to avoid repeated '../'
* Move Dockerfile.run and run-vespa-internal.sh to new run/ folder.gjoranv2017-06-274-3/+3
|
* Move Dockerfile and internal script for build to new build/ foldergjoranv2017-06-225-4/+4
|
* Allow running valgrind on unit tests (disabled for now)Bjørn Christian Seime2017-06-222-0/+2
|
* Move Dockerfile and internal script for ci to new ci/ folder.gjoranv2017-06-223-2/+2
| | | | - Avoid artificial file suffix for Dockerfile.
* Merge pull request #2858 from yahoo/gjoranv/bash_sourceBjørn Christian Seime2017-06-221-1/+2
|\ | | | | Use BASH_SOURCE instead of readlink.
| * Use BASH_SOURCE instead of readlink.gjoranv2017-06-221-1/+2
| | | | | | | | - readlink does not work the same way on mac os.
* | Remove --local option to git clone; it's ignored for file URIs.gjoranv2017-06-211-1/+1
| |
* | Use $DIR instead of running pwd.gjoranv2017-06-211-1/+1
|/
* Only produce legal file namesBjørn Christian Seime2017-06-201-1/+1
|
* Merge pull request #2845 from ↵Bjørn Christian Seime2017-06-205-15/+36
|\ | | | | | | | | yahoo/geirst/separate-script-for-docker-image-building Move building of docker image to separate script and tag it with vers…
| * Also start services (as this can be done before deploying an application).Geir Storli2017-06-201-0/+1
| |