aboutsummaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Move building of docker image to separate script and tag it with version number.Geir Storli2017-06-205-16/+36
| |
* | Revert "Update dependencies for bundle-plugin"Harald Musum2017-06-201-1/+1
| |
* | Merge pull request #2838 from yahoo/gjoranv/add-copyrightBjørn Christian Seime2017-06-203-1/+3
|\ \ | | | | | | Gjoranv/add copyright
| * | Get script dir in a safer waygjoranv2017-06-201-1/+1
| | | | | | | | | | | | | | | .. that works with symlinks and on travis-ci. (See comment from 'tvlooy' on https://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within)
| * | Add copyright notice.gjoranv2017-06-202-0/+2
| | |
* | | Only produce legal file namesBjørn Christian Seime2017-06-191-1/+1
| | |
* | | Flag --detach cannot be combined with -cBjørn Christian Seime2017-06-191-1/+1
| | |
* | | Reorder statements in Dockerfile to reduce unnecessary rebuilding of layersBjørn Christian Seime2017-06-191-2/+2
| | |
* | | Enable parallel builds for MavenBjørn Christian Seime2017-06-191-1/+1
| | |
* | | Increase number of threadsBjørn Christian Seime2017-06-191-1/+1
|/ /
* | Merge pull request #2824 from yahoo/bjorncs/docker-cigjoranv2017-06-191-2/+2
|\ \ | | | | | | Bjorncs/docker ci
| * | Disable git warning for checking out detached headBjørn Christian Seime2017-06-161-1/+1
| | |
| * | Reduce minimum heap size for javacBjørn Christian Seime2017-06-161-1/+1
| |/
* / Fix typo in comment.gjoranv2017-06-191-1/+1
|/
* Use tilde to refer to home directoryBjørn Christian Seime2017-06-151-2/+2
|
* Install build dependencies when building Docker imageBjørn Christian Seime2017-06-154-1/+9
| | | | | Installation of build dependencies during container startup does not work as it requires root permission.
* Set default environmentKristian Aune2017-06-151-0/+3
| | | | - This is useful for all that logs into the container
* Update copyright headersJon Bratseth2017-06-149-0/+9
|
* Revert "Update copyright headers"Jon Bratseth2017-06-149-9/+0
|
* Merge pull request #2774 from yahoo/bratseth/update-copyright-headersJon Bratseth2017-06-149-0/+9
|\ | | | | Update copyright headers
| * Update copyright headersJon Bratseth2017-06-149-0/+9
| |
* | Merge pull request #2779 from yahoo/bjorncs/docker-ciBjørn Christian Seime2017-06-141-1/+1
|\ \ | | | | | | Use ctest instead of make for running unit tests
| * | Use ctest instead of make for running unit testsBjørn Christian Seime2017-06-141-1/+1
| |/
* | Install deps in CI container.Arnstein Ressem2017-06-141-0/+1
| |
* | Use yum-builddep to fetch direct build dependencies to avoid specifying this ↵Arnstein Ressem2017-06-142-31/+3
|/ | | | multiple places.
* Merged master.Arnstein Ressem2017-06-147-1/+77
|\
| * Print executed commands to stdoutBjørn Christian Seime2017-06-142-0/+2
| |
| * Increase heap size for MavenBjørn Christian Seime2017-06-141-1/+1
| |
| * Merge pull request #2756 from yahoo/kkraune/perl-depsArnstein Ressem2017-06-142-0/+8
| |\ | | | | | | add required perl dependencies
| | * add required perl dependenciesKristian Aune2017-06-142-0/+8
| | |
| * | Checkout with detached headBjørn Christian Seime2017-06-141-1/+1
| | |
| * | Store build output to log fileBjørn Christian Seime2017-06-142-1/+3
| | |
| * | Overcommit number of threads (#2743)Bjørn Christian Seime2017-06-141-3/+4
| |/