testing, issue #1766: Upgrade tooling for Docker nightly release

This commit is contained in:
Daniel Mizyrycki
2013-09-19 16:09:12 -07:00
committed by Daniel Mizyrycki
parent 1dcdc3deb7
commit fac190959f
8 changed files with 73 additions and 80 deletions
+2 -15
View File
@@ -52,18 +52,5 @@ nighthly release
================
The nightly release process is done by buildbot, running a DinD container that downloads
the docker repository and builds the release container. The resulting
docker binary is then tested, and if everything is fine the release is done.
Building the release DinD Container
-----------------------------------
# Log into docker-ci
ssh ubuntu@docker-ci.dotcloud.com
cd /data/docker/testing/nightlyrelease
# Add release_credentials.json as specified in ./Dockerfile
cat > release_credentials.json << EOF
EOF
sudo docker build -t dockerbuilder .
# Now that the container is built release_credentials.json is not needed anymore
git checkout release_credentials.json
the docker repository and builds the release container. The resulting docker
binary is then tested, and if everything is fine, the release is done.