summaryrefslogtreecommitdiffstats
path: root/docker
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| |/
| * Add zstd to docker build and run imageKristian Aune2017-06-142-0/+2
| | | | | | | | - also bump dependencies after include path changes
| * Revert "Copyright header"Jon Bratseth2017-06-139-9/+0
| |
| * Copyright headerJon Bratseth2017-06-139-0/+9
| |
| * Cleanup container on exitBjørn Christian Seime2017-06-131-1/+1
| |
| * Add scripts for CI on Docker (#2732)Bjørn Christian Seime2017-06-135-0/+66
| |
* | Use yum localinstall to resolve dependencies automatically.Arnstein Ressem2017-06-142-21/+2
|/
* Change prefix from /opt/yahoo/vespa to /opt/vespa.Tor Egge2017-06-091-4/+4
|
* add note on versionKristian Aune2017-06-081-1/+1
|
* Add runtime dependency.Arnstein Ressem2017-06-072-0/+2
|
* docker logs in troubleshootingKristian Aune2017-06-061-6/+11
| | | - troubleshooting now in own section
* add workaround for build noteKristian Aune2017-06-061-1/+1
|
* Add llvm3.9 in docker files.Arnstein Ressem2017-03-302-5/+7
|
* link to 1219 bugKristian Aune2017-03-061-0/+2
|
* add disk full to troubleshootingKristian Aune2017-02-081-2/+3
|
* Update ownersHarald Musum2017-01-191-1/+1
|
* Add OWNERS where missingKristian Aune2017-01-191-0/+1
|
* Ignore built rpms.gjoranv2017-01-111-0/+1
|
* Merge pull request #1480 from yahoo/aressem/move-to-devtoolset-6Henning Baldersheim2017-01-111-3/+4
|\ | | | | Moved to devtoolset-6. Using gcc 6.2.1
| * Moved to devtoolset-6. Using gcc 6.2.1Arnstein Ressem2017-01-111-3/+4
| |
* | Troubleshooting: how to delete imagesKristian Aune2017-01-101-0/+4
|/
* remove irrelevant fileKristian Aune2016-12-141-49/+0
|
* Simplify OSX installKristian Aune2016-12-141-8/+0
| | | | - Docker for Mac seems to work well - no need for Toolbox - Can we then drop osx-setup-docker-machine.sh as well?
* Expose ports on OS X as net=host does not work as expected.Arnstein Ressem2016-12-141-1/+6
|
* Use HOME for the new user. Don't create a new shell and loose the tty.Arnstein Ressem2016-09-161-2/+2
|