mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
13ebc68636
Instead of `curl $url | apt-get add -` use the ubuntu keyserver and a full fingerprint to retreive the key. This makes the distribution of the GPG key more secure an less likely to change even if 3rd party gains access to the packages repository. Docker-DCO-1.0-Signed-off-by: Jonas Pfenniger <zimbatm@zimbatm.com> (github: zimbatm) |
||
---|---|---|
.. | ||
buildbot | ||
docker-coverage | ||
docker-test | ||
functionaltests | ||
nightlyrelease | ||
registry-coverage | ||
report | ||
deployment.py | ||
Dockerfile | ||
MAINTAINERS | ||
README.rst | ||
VERSION |
======= testing ======= This directory contains docker-ci testing related files. Buildbot ======== Buildbot is a continuous integration system designed to automate the build/test cycle. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. We are running buildbot in Amazon's EC2 to verify docker passes all tests when commits get pushed to the master branch and building nightly releases using Docker in Docker awesome implementation made by Jerome Petazzoni. https://github.com/jpetazzo/dind Docker's buildbot instance is at http://docker-ci.dotcloud.com/waterfall For deployment instructions, please take a look at hack/infrastructure/docker-ci/Dockerfile