summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to v0.6.1v0.6.1Michael Crosby2013-08-232-1/+7
* Use correct upstart script with new build toolMichael Crosby2013-08-231-1/+3
* Removed duplicate mercurial install commandKawsar Saiyeed2013-08-231-2/+0
* use libffi-dev, don't build it from sourcesunclejack2013-08-231-1/+1
* Fixed: ImagePull in runtime testshin-2013-08-231-1/+1
* Use additional decorator in RequestFactory to pass meta headers to registryshin-2013-08-234-11/+40
* Merge pull request #1628 from dotcloud/bump_0.6.0Michael Crosby2013-08-23136-1741/+5790
|\
| * Bump to 0.6.0v0.6.0Michael Crosby2013-08-222-1/+95
| * Merge pull request #1525 from griff/1503-fixGuillaume J. Charmes2013-08-222-13/+19
| |\
| | * Don't read from stdout in hijack unless attached. Fixes #1503Brian Olsen2013-08-152-13/+19
| * | Merge pull request #1609 from jpetazzo/release-docker-with-dockerMichael Crosby2013-08-2215-334/+505
| |\ \
| | * | Remove -x flag — we do not want to be *that* verbose.Jérôme Petazzoni2013-08-202-2/+0
| | * | Bump up VERSION file to 0.5.3-devJérôme Petazzoni2013-08-201-1/+1
| | * | Update packaging/README to point to hack/releaseJérôme Petazzoni2013-08-202-8/+12
| | * | Moved release scripts to hack/release and updated instructions.Jérôme Petazzoni2013-08-205-135/+108
| | * | +CHANGES is now -dirty (works better in URLs), and we have postinstall and pr...Jérôme Petazzoni2013-08-202-3/+17
| | * | Bump to 0.5.3 (VERSION file)Jérôme Petazzoni2013-08-201-1/+1
| | * | Release script also takes care of index file (if the S3 bucket is WS-enabled)Jérôme Petazzoni2013-08-203-16/+32
| | * | If there are changes, add the timestamp to the package version.Jérôme Petazzoni2013-08-201-6/+11
| | * | Implement apt-secure repository signing.Jérôme Petazzoni2013-08-203-6/+50
| | * | Repository should also have i386 index, since Ubuntu is multi-arch by defaultJérôme Petazzoni2013-08-202-3/+4
| | * | Update to go 1.1.2.Jérôme Petazzoni2013-08-201-1/+1
| | * | Run reprepro from release, incrementally (it needs S3 credentials). Add virtu...Jérôme Petazzoni2013-08-202-19/+51
| | * | Install python-magic (it helps s3cmd) and a convenience /src symlinkJérôme Petazzoni2013-08-201-0/+2
| | * | Polish instructions a little bit.Jérôme Petazzoni2013-08-202-1/+12
| | * | Add a check for S3 bucket access.Jérôme Petazzoni2013-08-201-1/+6
| | * | Running the build image will now execute release.sh automatically.Jérôme Petazzoni2013-08-201-0/+1
| | * | Protect the release.sh script against accidental use. Infer VERSION automatic...Jérôme Petazzoni2013-08-202-7/+25
| | * | Add a check to make sure that make.sh only runs within a container.Jérôme Petazzoni2013-08-201-0/+10
| | * | Cosmetic changes: rewrapping, `` → $()… before starting the real workJérôme Petazzoni2013-08-202-23/+40
| | * | add "|| true" otherwise "set -e" kills us if the repo is cleanJérôme Petazzoni2013-08-201-1/+1
| | * | Upgrade Dockerfile with new dependencyGuillaume J. Charmes2013-08-202-2/+3
| | * | Update release checklist. Still needs work.Solomon Hykes2013-08-201-1/+1
| | * | release.sh: publish a full release of docker to a S3 bucket, including static...Solomon Hykes2013-08-201-0/+81
| | * | Good-bye, ugly mega-Makefile. Docker can now be built with docker, with the h...Solomon Hykes2013-08-203-105/+111
| | * | docker -v: show version and build information without making remote connectionsSolomon Hykes2013-08-201-0/+9
| | * | Move VERSION to a dedicated file to facilitate automated builds and releasesSolomon Hykes2013-08-203-2/+4
| | * | Deprecate dockerbuilder in favor of a standard DockerfileSolomon Hykes2013-08-203-79/+0
| * | | Merge pull request #1565 from dotcloud/only_load_authconfig_when_neededMichael Crosby2013-08-222-11/+22
| |\ \ \
| | * | | load authConfig only when needed and fix useless WARNINGVictor Vieux2013-08-192-11/+22
| * | | | Merge pull request #1560 from dotcloud/439-allow-lxc-argsMichael Crosby2013-08-227-6/+109
| |\ \ \ \
| | * | | | Add lxc-conf flag to allow custom lxc optionsMichael Crosby2013-08-227-6/+109
| * | | | | Merge pull request #1623 from mhennings/1592-fix-race-conditions-in-parallel-...Michael Crosby2013-08-221-9/+55
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix race conditions in parallel pullMarco Hennings2013-08-221-9/+55
| |/ / / /
| * | | | Merge pull request #1596 from metalivedev/1149-easyfixesAndy Rothfusz2013-08-212-10/+134
| |\ \ \ \
| | * | | | Fix #1330 and #1149. Improve CMD, ENTRYPOINT, and attach docs.Andy Rothfusz2013-08-192-10/+134
| | | |/ / | | |/| |
| * | | | Merge pull request #1614 from denibertovic/docsAndy Rothfusz2013-08-211-1/+3
| |\ \ \ \
| | * | | | small fix to docs regarding adding docker groupsDeni Bertovic2013-08-211-1/+3
| | |/ / /
| * | | | Add mongodb exampleAndy Rothfusz2013-08-211-0/+1
| * | | | Merge pull request #1607 from TylerBrock/mongodbAndy Rothfusz2013-08-211-0/+98
| |\ \ \ \